Advertisement
taktie0304

Untitled

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