Jump to content

rtp skript (made by crafty code ai!)


Dezorc

Recommended Posts

command /rtp:
    trigger:
        set {_x} to random integer between -20000 and 20000
        set {_z} to random integer between -20000 and 20000
        set {_y} to world "world".getHighestBlockYAt({_x}, {_z})
        teleport player to location({_x}, {_y}, {_z}, world "world")
        send "Teleporting you to a random location..." 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

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