settings:
team-cost: 10000.0 # How much a team creation costs
default-team-limit: 100
# means the server can have up to 100 teams total by default
max-team-slots: 5
invite-expire-seconds: 60
name-regex: ^[A-Za-z0-9_]{3,16}$
# - ^ start of the string
# - [A-Za-z0-9_] only letters, numbers, or underscore
# - {3,16} length must be between 3 and 16 characters
# - $ end of the string
blocked-team-names: # Banned team names
- fuck
- bitch
- shit
- sex
- dildo
- porn
- pussy
- cock
- penis
- ass
- cum
- hitler
team-home:
teleport:
countdown-seconds: 3
cancel-on-move: true
message: '&7Teleporting in &#BC6EFF{seconds}s'
sounds:
countdown:
name: BLOCK_NOTE_BLOCK_PLING
volume: 1.0
pitch: 1.0
enabled: true
success:
name: ENTITY_ENDERMAN_TELEPORT
volume: 1.0
pitch: 1.0
enabled: true
cancelled:
name: ENTITY_VILLAGER_NO
volume: 1.0
pitch: 1.0
enabled: true
allow-bypass-permission: false
# means the bypass permission is ignored for team-home teleports (if false)