Advertisement
satocahng

Untitled

Jul 26th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. #============#
  2. #
  3. # Satochang Live Gate Open Skript #
  4. #
  5. #============#
  6.  
  7. #========#
  8. #
  9. # Config #
  10. #
  11. #========#
  12.  
  13.  
  14.  
  15. Options:
  16. prefix: SLGOS
  17.  
  18.  
  19.  
  20. command /livegate:
  21. aliases: /lghelp
  22. trigger:
  23. message "<yellow>---------<white>Live Gate - For Satochang-Room(Player Realms)<yellow>------------"
  24. message "<white>/lopen で Live 会場の出入口を開ける。
  25. message "<white>"/lclose で Live 会場の出入口を閉める。
  26. message "<white>"※権限がないと使用できません。
  27. message "<white>"Made By Haruchan_JP
  28. message "<yellow>--------------------------------------------------------------------------------------------"
  29.  
  30. on command "/lopen":
  31. permission: "Pluginguard.staff"
  32. execute console command "/setblock -88 79 -105 minecraft:air"
  33. execute console command "/tellraw %player% ["",{"text":"[ @prefix ]","color":"gold"},{"text":"\n"},{"text":"実行しました。不具合の報告は Haruchan_JP までお願いします。わかる範囲で対応します。","bold":true,"color":"light_purple"}]"
  34.  
  35. on command "/lclose":
  36. permission: "Pluginguard.staff"
  37. execute console command "/setblock -88 79 -105 minecraft:redstone_block"
  38. execute console command "/tellraw %player% ["",{"text":"[ @prefix ]","color":"gold"},{"text":"\n"},{"text":"実行しました。不具合の報告は Haruchan_JP までお願いします。わかる範囲で対応します。","bold":true,"color":"light_purple"}]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement