Get Secret Blocks

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

FabricioSouza

Well-Known Member
Mar 15, 2018
267
3
0
Hello, I am FabricioSouza and I am doing a Building Tools System and in this system I wanted to get several secret blocks of minecraft such as: the 6-sided wooden block and the other blocks. Can anybody help me. Remembering that I want the Skript.
 
you can't actually "GET" those blocks, they are only able to be changed to those blocks, once placed, such as with WorldEdit
 
you can't actually "GET" those blocks, they are only able to be changed to those blocks, once placed, such as with WorldEdit

But there is no way for example: when I put a block of wood it appears a wooden block of 6 sides.
[doublepost=1521768354,1521768216][/doublepost][QUOTE = "ShaneBolenback, post: 27869, member: 5254"] você não pode realmente "GET" esses blocos, eles só podem ser alterados para esses blocos, uma vez colocados, como com o WorldEdit [/ QUOTE]

Por favor, você poderia entrar no site de solicitação e me responder sobre como criar um sistema MultiLobby.
 
Actually I did find a way to do it, ill post in a second
[doublepost=1521769505,1521768849][/doublepost]Okay so first of all, you need to add your secret items into the Aliases.... so for example, all side spruce, i'd do it like that

allsidespruce = 17:13

Then write your script however you want, like

code_language.skript:
on block place:
    if name of player's tool contains "All Side":
        set targeted block to allsidespruce
 
Status
Not open for further replies.