Advertisement
Guest User

Mineraider64 I Server Commands

a guest
Jul 2nd, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Clock
  2. ------
  3. /fill ~ ~-1 ~ ~10 ~-1 ~ minecraft:redstone_block
  4. /fill ~ ~1 ~ ~10 ~1 ~ minecraft:air
  5.  
  6. Login Events
  7. -------------
  8. Use once - /scoreboard objectives add Login stat.leaveGame
  9. In the clock - /tellraw @a[score_Login_min=0] "Welcome to the Server!"
  10. /scoreboard players set @a[score_Login_min=0] Login -1
  11.  
  12. Effects
  13. --------
  14. In the clock - /effect @a minecraft:speed 3 1 true
  15. /effect @a minecraft:instant_health 3 1 true
  16. /effect @a minecraft:water_breathing 3 1 true
  17.  
  18. Other
  19. --------
  20. In the clock - /weather clear 1000000
  21. /time set day
  22.  
  23. Killing
  24. --------
  25. In the clock - /kill @e[type=PrimedTnt]
  26. /kill @e[type=Fireball]
  27. /kill @e[type=Item]
  28. /kill @e[type=XPOrb]
  29. /kill @e[type=ThrownExpBottle]
  30.  
  31. Ranking
  32. --------
  33. Use once - /scoreboard teams add Name
  34. /scoreboard teams option Name color color(Press Tab For Different Colors)
  35. In the clock - /scoreboard teams join Name @a[lm=0,l=10]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement