Advertisement
Blue_Tec

Untitled

Jun 12th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. on rightclick:
  2. if player is holding nether star named "&aMain Menu":
  3. open chest with 3 rows named "&0&lMain Menu" to player
  4. execute console command "/playsound minecraft:ui.button.click player %player%"
  5. wait 1 tick
  6. format slot 2 of player with anvil named "&aGun Selector" to close then run [message "&c未実装"]
  7. format slot 4 of player with book and quill named "&aGame Report" to close then run [execute player command "/report"]
  8. format slot 6 of player with redstone comparator item named "&aPlayer Setting" to close then run [message "&c未実装"]
  9. format slot 12 of player with compass named "&aGame Selector" to close then run [execute player command "/1283918n4038nx03nwliodsuf392"]
  10. format slot 2 of player with anvil named "&aGun Selector" to close then run [message "&c未実装"]
  11.  
  12. on command:
  13. if command is "1283918n4038nx03nwliodsuf392":
  14. cancel event
  15. execute console command "/playsound minecraft:ui.button.click player %player%"
  16. wait 2 ticks
  17. open chest with 4 rows named "&0&lGame Selector" to player
  18. wait 1 tick
  19. format slot 10 of player with emerald block named "&a&lServer: &fBF-1" with lore "&f||&f&l&nClick to Join" to close then run [bungeecord connect player to "hub-1"]
  20.  
  21. command /test:
  22. trigger:
  23. bungeecord connect player to "hub-1"
  24.  
  25. every 2 second:
  26. loop all players:
  27. wipe loop-player's sidebar
  28. set name of sidebar of loop-player to "&c&lBattle&4&lField&c&lMC"
  29. set score "&e&lLevel" in sidebar of loop-player to 12
  30. set score "&f%{level::%uuid of loop-player%}%" in sidebar of loop-player to 11
  31. set score "&b" in sidebar of loop-player to 10
  32. set score "&e&lDoll" in sidebar of loop-player to 9
  33. set score "&f%{money::%uuid of loop-player%}%" in sidebar of loop-player to 8
  34. set score "&f" in sidebar of loop-player to 7
  35. set score "&5&lKills" in sidebar of loop-player to 6
  36. set score "&f%{stats.kill::%uuid of loop-player%}%" in sidebar of loop-player to 5
  37. set score "&c" in sidebar of loop-player to 4
  38. set score "&b&lServer" in sidebar of loop-player to 3
  39. set score "&fHub" in sidebar of loop-player to 2
  40. set score "&f----------------" in sidebar of loop-player to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement