Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. command /kit:
  2. trigger:
  3. open chest with 4 rows named "&a&l&nKits" to player
  4.  
  5.  
  6. format slot 10 of player with leather chestplate named "&7&nStarter Kit" with lore "&7&oLeather Helmet" and "&7&oLeather Chestplate" and "&7&oLeather Leggings" and "&7&oLeather Boots" and "&7&oWooden Sword" and "&7&o&nThis kit is free." to close then run [give player leather helmet]->[give player leather chestplate]->[give player leather leggings]->[give player leather boots]->[give player wooden sword]->[message "&a&lKITS &8| &7You received the &7&oStarter Kit"]
  7. format slot 11 of player with iron chestplate named "&f&nIron Kit" with lore "&f&oIron Helmet" and "&f&oIron Chestplate" and "&f&oIron Leggings" and "&f&oIron Boots" and "&f&oIron Sword" and "&f&oIron Pickaxe" and "&f&o&nThis kit costs $2M" and "&c&oYou cannot afford this." to close
  8. if player's balance is greater than or equal to 2000000:
  9. format slot 11 of player with iron chestplate named "&f&nIron Kit" with lore "&f&oIron Helmet" and "&f&oIron Chestplate" and "&f&oIron Leggings" and "&f&oIron Boots" and "&f&oIron Sword" and "&f&oIron Pickaxe" and "&f&o&nThis kit costs $2M" and "&c&oYou do not have this kit." to close then run [set {ironkit::%player%} to true]->[give player iron helmet]->[give player iron chestplate]->[give player iron leggings]->[give player iron boots]->[give player iron sword]->[give player iron pickaxe]->[message "&a&lKITS &8| &7You purchased the &f&oIRON KIT"]->[remove 2000000 from player's balance]
  10. if {ironkit::%player%} is true:
  11. format slot 11 of player with iron chestplate named "&f&nIron Kit" with lore "&f&oIron Helmet" and "&f&oIron Chestplate" and "&f&oIron Leggings" and "&f&oIron Boots" and "&f&oIron Sword" and "&f&oIron Pickaxe" and "&f&o&nThis kit costs $2M" and "&a&oYou have this kit." to close then run [give player iron helmet]->[give player iron chestplate]->[give player iron leggings]->[give player iron boots]->[give player iron sword]->[give player iron pickaxe]->[message "&a&lKITS &8| &7You equipped the &f&oIRON KIT"]
  12. format slot 12 of player with diamond chestplate named "&b&nDiamond Kit" with lore "&b&oDiamond Helmet" and "&b&oDiamond Chestplate" and "&b&oDiamond Leggings" and "&b&oDiamond Boots" and "&b&oDiamond Sword" and "&b&oDiamond Pickaxe" and "&b&o1x Golden Apple" and "&b&oThis kit costs $45,001,500" and "&c&oYou cannot afford this" to close
  13. if player's balance is greater than or equal to 45001500:
  14. format slot 12 of player with diamond chestplate named "&b&nDiamond Kit" with lore "&b&oDiamond Helmet" and "&b&oDiamond Chestplate" and "&b&oDiamond Leggings" and "&b&oDiamond Boots" and "&b&oDiamond Sword" and "&b&oDiamond Pickaxe" and "&b&o1x Golden Apple" and "&b&oThis kit costs $45,001,500" and "&c&oYou do not have this kit." to close then run [set {diamondkit::%player%} to true]->[give player diamond helmet]->[give player diamond chestplate]->[give player diamond leggings]->[give player diamond boots]->[give player diamond sword]->[give player diamond pickaxe]->[remove 45001500 from player's balance]->[give player golden apple]
  15. if {diamondkit::%player%} is true:
  16. format slot 12 of player with diamond chestplate named "&b&nDiamond Kit" with lore "&b&oDiamond Helmet" and "&b&oDiamond Chestplate" and "&b&oDiamond Leggings" and "&b&oDiamond Boots" and "&b&oDiamond Sword" and "&b&oDiamond Pickaxe" and "&b&o1x Golden Apple" and "&b&oThis kit costs $45,001,500" and "&a&oYou have this kit." to close then run [set {diamondkit::%player%} to true]->[give player diamond helmet]->[give player diamond chestplate]->[give player diamond leggings]->[give player diamond boots]->[give player diamond sword]->[give player diamond pickaxe]->[give player golden apple]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement