Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /skit <text>:
- usage:&cFait /skit kits pour voir la liste des kits.
- trigger:
- if arg 1 is "kits" or "help":
- send "&3Voici la liste des kits:"
- send "&6/skit guerrier"
- send "&6/skit archer"
- send "&6/skit Constructeur"
- send "&6/skit Cultivateur"
- if arg 1 is "guerrier":
- clear player's inventory
- equip player with iron helmet
- equip player with iron chestplate
- equip player with iron leggings
- equip player with iron boots
- set slot 0 of player to iron sword
- set slot 1 of player to 64 steak
- if arg 1 is "archer":
- clear player's inventory
- equip player with leather helmet
- equip player with leather chestplate
- equip player with leather leggings
- equip player with leather boots
- set slot 0 of player to stone sword
- set slot 1 of player to bow
- set slot 2 of player to 64 steak
- set slot 9 of player to 64 arrow
- if arg 1 is "Constructeur":
- clear player's inventory
- equip player with leather helmet
- equip player with leather chestplate
- equip player with leather leggings
- equip player with leather boots
- set slot 0 of player to stone sword
- set slot 2 of player to 64 log
- set slot 3 of player to 20 glass
- set slot 4 of player to 64 cobblestone
- set slot 5 of player to 32 carpet
- set slot 1 of player to 64 steak
- set slot 6 of player to 32 stained hardened clay
- if arg 1 is "Mineur":
- clear player's inventory
- equip player with leather helmet
- equip player with leather chestplate
- equip player with leather leggings
- equip player with leather boots
- set slot 0 of player to stone sword
- set slot 1 of player to 64 steak
- set slot 2 of player to 64 torch
- give player 2 iron pickaxe of efficiency 2
- give player 1 iron shovel of efficiency 2
- if arg 1 is "Cultivateur":
- clear player's inventory
- equip player with leather helmet
- equip player with leather chestplate
- equip player with leather leggings
- equip player with leather boots
- set slot 0 of player to stone sword
- set slot 1 of player to 64 steak
- set slot 2 of player to iron hoe
- set slot 3 of player to 2 water bucket
- set slot 4 of player to 16 wheat seeds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement