Jump to content

Disable netherite stuff (Made by crafty code ai)


Dezorc

Recommended Posts

on load:
    disable netherite tools and armor

on damage:
    if player's tool is netherite sword or player's tool is netherite axe or player's tool is netherite pickaxe or player's tool is netherite shovel or player's tool is netherite hoe:
        cancel event
        send "&cYou cannot use netherite tools!" to player

on inventory click:
    if clicked item is netherite sword or clicked item is netherite axe or clicked item is netherite pickaxe or clicked item is netherite shovel or clicked item is netherite hoe or clicked item is netherite helmet or clicked item is netherite chestplate or clicked item is netherite leggings or clicked item is netherite boots:
        cancel event
        send "&cYou cannot use or take netherite items!" to player

Crafty Code AI: Create minecraft skripts and plugins in a simple message!

https://discord.gg/WQwPYwvH7Y
The best part is that its 100% free!


Heres an example of a simple broadcast skript it made:

command /broadcast <text>:
    description: Broadcasts a message to all players.
    usage: /broadcast <message>
    permission: broadcast.use
    trigger:
        broadcast "&6[Broadcast] &e%arg-1%
Link to comment
Share on other sites

  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...