Advertisement
nunonuno_riku

Untitled

Jul 10th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /InvisibilityOFF:
  2. aliases: /ioff
  3. permission:100.stage.clear
  4. permission message:&0[条件]&7100ステージクリア報酬
  5. trigger:
  6. hide player from all players
  7. message "§7*表示: &aOFF" to player
  8. execute console command "/effect %player% minecraft:glowing 0 0 true"
  9.  
  10. command /InvisibilityON:
  11. aliases: /ion
  12. permission:100.stage.clear
  13. permission message:&0[条件]&7100ステージクリア報酬
  14. trigger:
  15. reveal player to players
  16. message "§7*表示: &bON" to player
  17. execute console command "/effect %player% minecraft:glowing 9999 1 true"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement