Solved How to disable anvil rename?

  • 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.

VOIDDER

Member
Aug 23, 2018
27
0
1
Plz help! Me needed disable anvil rename(recomended) or disable opened anvil GUI...


How can I do that?
 
Thank!
But it not working...

code_language.skript:
options:
    World: world

    Permission: break.world

on anvil rename:
    player is in world "world"
    player doesn't have permission "{@Permission}":
        cancel event
 
Last edited:
oh sorry my wrong...
I don't know how... But this worked:

code_language.skript:
on anvil rename:
    player is in world "world"
    player doesn't have permission "{@Permission}":
        cancel event

Thank ShaneBee)
 
oh sorry my wrong...
I don't know how... But this worked:

code_language.skript:
on anvil rename:
    player is in world "world"
    player doesn't have permission "{@Permission}":
        cancel event

Thank ShaneBee)
Awesome ... glad it worked out for ya :emoji_slight_smile:
And You're welcome
 
Status
Not open for further replies.