Advertisement
Oliinyk

Untitled

May 15th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. # Team Selector Add-on for BedWars1058 Mini-game.
  2. #
  3. # Documentation:
  4. # team-selector-item-stack: WOOL - The material you want the team-selector item be.
  5. # team-selector-slot: 0 - The slot where to put the item. Set it to -1 to assign the first empty slot.
  6. # give-team-color: true - True if you the selector to have the selected team's color.
  7. # allow-team-change: true - True if you want to allow players to change selected team.
  8. # allow-move-in-inventory: false - True if you want to allow players to move it in inventory.
  9. # balance-teams: true - True if you want to have balanced teams size.
  10. # gui-open-sound: BLOCK_SHULKER_BOX_OPEN - The sound to be played when you open the team selector.
  11. # success-sound: BLOCK_SHULKER_BOX_CLOSE - The sound to be played when you select a team successfully.
  12. # error-sound: BLOCK_ANVIL_DESTROY - The sound to be played when you can't select a team.
  13. # Sounds for latest version: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  14. # Sounds for 1.8 or older: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
  15.  
  16. team-selector-item-stack: WHITE_WOOL
  17. team-selector-slot: 4
  18. give-team-color: true
  19. allow-team-change: true
  20. allow-move-in-inventory: false
  21. balance-teams: false
  22. gui-open-sound: BLOCK_SHULKER_BOX_OPEN
  23. success-sound: BLOCK_SHULKER_BOX_CLOSE
  24. error-sound: BLOCK_ANVIL_DESTROY
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement