Advertisement
Zeldaboy111

Skript Tutorial #42 ColShopSign

Nov 8th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1.  
  2.  
  3. on load:
  4. set {colshopsigns::title} to "&e<&6ColShopSigns&e> &6"
  5. set {colshopsigns::text::nep} to "&4Je hebt &convoldoende permissies &4om deze command uit te voeren."
  6. set {colshopsigns::text::help} to "Doe &e/colshopsigns help &6voor meer informatie."
  7.  
  8. command /colshopsigns [<text>] [<text>] [<number>] [<text>]:
  9. aliases: /css
  10. trigger:
  11. if player has permission "colshopsigns.use" OR "colshopsigns.*":
  12. if player is in world "Colosseum-w1":
  13. if arg 1 is set:
  14. if arg 1 is "help":
  15. send "&e=========<&6ColShopSigns&e>========="
  16. send "&e&l/colshopsigns [prijs] [item] [aantal items] [enchant (alleen bij items met enchant)]"
  17. send "&e&l/css [prijs] [item] [aantal items] [enchant (alleen bij items met enchant)]"
  18. send "&6Zet op een sign een item die een bepaalde prijs kost."
  19. send "&e=========<&6ColShopSigns&e>========="
  20. stop
  21. if arg 1 is set:
  22. if arg 2 is set:
  23. if arg 3 is set:
  24. if arg 4 is set:
  25.  
  26. send "%{colshopsigns::title}%Je hebt een &eColShopSign &6gemaakt met de volgende eigenschappen:"
  27. send "&e&lPrijs: &e%arg 1%"
  28. send "&e&lItem: &e%arg 2%"
  29. send "&e&lAantal: &e%arg 3%"
  30. send "&e&lEnchant: &e%arg 4%"
  31. stop
  32.  
  33. else:
  34. send "%{colshopsigns::title}%Je hebt een &eColShopSign &6gemaakt met de volgende eigenschappen:"
  35. send "&6&lPrijs: &e%arg 1%"
  36. send "&6&lItem: &e%arg 2%"
  37. send "&6&lAantal: &e%arg 3%"
  38. stop
  39.  
  40. else:
  41. send "%{colshopsigns::title}%%{colshopsigns::text::help}%"
  42. stop
  43. else:
  44. send "%{colshopsigns::title}%&4Je moet in de wereld: &cColosseum-w1 &4zitten om deze command uit te voeren."
  45. stop
  46. else:
  47. send "%{colshopsigns::title}%%{colshopsigns::text::nep}%"
  48. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement