Jump to content

i need help makeing this script


4kno_

Recommended Posts

Made by crafty code ai

command /reach <number>:
    permission: reach.use
    trigger:
        set {_reach} to arg-1
        if {_reach} is not set:
            send "Please specify a reach distance."
            stop
        if {_reach} is not between 1 and 10:
            send "Reach distance must be between 1 and 10."
            stop
        set player's reach to {_reach}
        send "Your reach distance has been set to %{_reach}%."

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

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