Advertisement
FrostedWeFall

FactionsBorder

Oct 16th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. command /border <text>:
  2. trigger:
  3.  
  4. if arg-1 is "help":
  5. send "&c-------&6&lBorders+&c-------"
  6. send "&6&l/Border options"
  7. send "&6&l/Border help"
  8. send "&6&l/Border version"
  9. send "&c-------&6&lBorders+&c-------"
  10.  
  11. if arg-1 is "options":
  12. wait 2 ticks
  13. open chest with 3 rows named "&6&lBorders+" to player
  14. format slot 0 of player with paper named "&6&lSet" with lore "" to close then run [ execute player command "/Border options"]
  15. format slot 9 of player with paper named "&6&lCenter" with lore "" to close then run [ execute player command "/Border options"]
  16. format slot 18 of player with paper named "&6&lAdd" with lore "" to close then run [ execute player command "/Border options"]
  17. format slot 1 of player with gray stained glass named "&6&l" with lore "" to close then run [ execute player command "/Border options"]
  18. format slot 10 of player with gray stained glass named "&6&l" with lore "" to close then run [ execute player command "/Border options"]
  19. format slot 19 of player with gray stained glass named "&6&l" with lore "" to close then run [ execute player command "/Border options"]
  20. format slot 28 of player with gray stained glass named "&6&l" with lore "" to close then run [ execute player command "/Border options"]
  21. format slot 2 of player with paper named "&6&l1000x1000" with lore "" to close then run [ execute player command "/worldborder set 2000"]
  22. format slot 3 of player with paper named "&6&l2000x2000" with lore "" to close then run [ execute player command "/worldborder set 4000"]
  23. format slot 4 of player with paper named "&6&l5000x5000" with lore "" to close then run [ execute player command "/worldborder set 10000"]
  24. format slot 5 of player with paper named "&6&l7500x7500" with lore "" to close then run [ execute player command "/worldborder set 15000"]
  25. format slot 5 of player with paper named "&6&l10000x10000" with lore "" to close then run [ execute player command "/worldborder set 20000"]
  26. format slot 11 of player with paper named "&6&l0,0" with lore "" to close then run [ execute player command "/worldborder center 0 0"]
  27. format slot 12 of player with paper named "&6&l100,100" with lore "" to close then run [ execute player command "/worldborder center 100 100"]
  28. format slot 13 of player with paper named "&6&l1000,1000" with lore "" to close then run [ execute player command "/worldborder center 1000 1000"]
  29. format slot 14 of player with paper named "&6&l2500,2500" with lore "" to close then run [ execute player command "/worldborder center 2500 2500"]
  30. format slot 15 of player with paper named "&6&l10000,10000" with lore "" to close then run [ execute player command "/worldborder center 10000 10000"]
  31. format slot 20 of player with paper named "&6&l1,1" with lore "" to close then run [ execute player command "/worldborder add 1 0"]
  32. format slot 21 of player with paper named "&6&l10,10" with lore "" to close then run [ execute player command "/worldborder add 10 0"]
  33. format slot 22 of player with paper named "&6&l100,100" with lore "" to close then run [ execute player command "/worldborder add 100 0"]
  34. format slot 23 of player with paper named "&6&l1000,1000" with lore "" to close then run [ execute player command "/worldborder add 1000 0"]
  35.  
  36. if arg-1 is "version":
  37. send "&c-------&6&lBorders+&c-------"
  38. send "&6&lVersion: &c1.0"
  39. send "&9&lSkript made by Luuk7001, Spigot:"
  40. send "&9&lhttps://www.spigotmc.org/members/luuk7001.359465/"
  41. send "&c-------&6&lBorders+&c-------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement