Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1:
  2. # define which server to use for placeholders and status
  3. # when the 'connector' option is set, you must use online/offline sections
  4. # you may use the dynamic section as well, see the wiki for more info
  5. connector: 'BedWars2'
  6.  
  7. online:
  8. actions:
  9. - 'server:BedWars2'
  10. material: WOOL
  11. data: 5
  12. enchanted: true
  13. hide-flags: true # hide the enchantment and attack damage info
  14. title: '&a蘑菇岛'
  15. lore:
  16. - '&7在线:&6{online}/{max}'
  17. - '&7{motd}'
  18. dynamic:
  19. 'motd:等待中':
  20. actions:
  21. - 'message:&c抱歉,游戏已经开始了.'
  22. material: WOOL
  23. data: 1
  24. hide-flags: true # hide attack damage info
  25. title: '&6游戏中...'
  26. lore:
  27. - '游戏已经开始'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement