Advertisement
taktie0304

Untitled

May 31st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. on rightclick on villager:
  2. cancel event
  3. open chest with 3 row named "&rワープメニュー" to player
  4. format slot 10 of player with coal ore named "&c&lBronze &aRank" with lore "&eクリックでワープします" to close then run [make player execute command "guilbalbvaurlbusli_bronze %player%"]
  5. format slot 11 of player with coal ore named "&7&lSilver &aRank" with lore "&eクリックでワープします" to close then run [make player execute command "guilbalbvaurlbusli_silver %player%"]
  6. format slot 12 of player with coal ore named "&6&lGold &aRank" with lore "&eクリックでワープします" to close then run [make player execute command "guilbalbvaurlbusli_gold %player%"]
  7. format slot 14 of player with coal ore named "&f&lPlatinum &aRank" with lore "&eクリックでワープします" to close then run [make player execute command "guilbalbvaurlbusli_platinum %player%"]
  8. format slot 15 of player with coal ore named "&b&lDiamond &aRank" with lore "&eクリックでワープします" to close then run [make player execute command "guilbalbvaurlbusli_diamond %player%"]
  9. format slot 16 of player with coal ore named "&d&lPlutonium &aRank" with lore "&eクリックでワープします" to close then run [make player execute command "guilbalbvaurlbusli_plutonium %player%"]
  10.  
  11. command /guilbalbvaurlbusli_bronze <offline player>:
  12. permission: skript.rank.bronze
  13. permission message: &cあなたはBronzeランクではありません
  14. trigger:
  15. command "tp %arg-1% -56 44 22 90 10"
  16.  
  17. command /guilbalbvaurlbusli_silver <offline player>:
  18. permission: skript.rank.silver
  19. permission message: &cあなたはSilverランクではありません
  20. trigger:
  21. command "tp %arg-1% -56 44 -22 90 10"
  22.  
  23. command /guilbalbvaurlbusli_gold <offline player>:
  24. permission: skript.rank.gold
  25. permission message: &cあなたはGoldランクではありません
  26. trigger:
  27. command "tp %arg-1% 0 0"
  28.  
  29. command /guilbalbvaurlbusli_platinum <offline player>:
  30. permission: skript.rank.platinum
  31. permission message: &cあなたはPlatinumランクではありません
  32. trigger:
  33. command "tp %arg-1% 0 0"
  34.  
  35. command /guilbalbvaurlbusli_diamond <offline player>:
  36. permission: skript.rank.diamond
  37. permission message: &cあなたはDiamondランクではありません
  38. trigger:
  39. command "tp %arg-1% 0 0"
  40.  
  41. command /guilbalbvaurlbusli_plutonium <offline player>:
  42. permission: skript.rank.plutonium
  43. permission message: &cあなたはPlutoniumランクではありません
  44. trigger:
  45. command "tp %arg-1% 0 0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement