Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- time: 10
- timespan: second
- command /kit [<text>]:
- trigger:
- if arg 1 is "pvp":
- if {kit.%player%} is false:
- set {kit.%player%} to true
- give 1 diamond sword to the player
- give 1 diamond helmet to the player
- give 1 diamond chestplate to the player
- give 1 diamond leggings to the player
- give 1 diamond boots to the player
- give 5 golden apple to the player
- give 2 enchanted golden apple to the player
- give 32 cooked porkchop to the player
- wait {@time} {@timespan}
- set {kit.%player%} to false
- stop
- else:
- send "&4Tego kitu mozesz uzywac raz na {@time} {@timespan}!"
- else:
- send "&4Dostepne kity:"
- send "&4/kit pvp - Kit do pvp"
Advertisement
Add Comment
Please, Sign In to add comment