Advertisement
Guest User

Minecraft Skript Multiverse Scoreboard

a guest
Apr 22nd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #--------------------------
  2. #Skript by FipsundMunne
  3. #YT =FipsundMunne
  4. #--------------------------
  5.  
  6. every second:
  7. loop all players in world "world":
  8. wipe loop-player's sidebar
  9. set name of sidebar of loop-player to "&3&lEINE&a&lIP&c&l.NET"
  10. set score "Willkommen auf der Lobby" in sidebar of loop-player to 1
  11.  
  12. every second:
  13. loop all players in world "world2":
  14. wipe loop-player's sidebar
  15. set name of sidebar of loop-player to "&3&lEINE&a&lIP&c&l.NET"
  16. set score "Willkommen bei dem Spiel Bedwars" in sidebar of loop-player to 1
  17.  
  18. command /lobby:
  19. trigger:
  20. if player is in world "world":
  21. send "Command"
  22. else:
  23. send "&4Du darfst das in der Welt nicht machen!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement