- Bedwars added! Use /battlekit bedwars <kit> to enable bedwars. Place beds near both spawn points.
- Health under nametags added! /battlekit healthbar <kit> to enable it.
- Added elo ranks! See the configuration below. Calculated based on global elo (average elo). Also added <elo_rank> placeholder.
- Spectator gui has been changed a little. Easier to use and more performance friendly.
- Fixed spectator scoreboard placeholders
- Fixed scoreboard bug when enhanced-performance or performance-mode is not used.
- Fixed other bugs
- Changed admin scoreboard, added tps and adjusted arena/kit info
- The fight inventory message potions/soups left placeholders will be replaced with the player's hp if the player doesn't have any heal potions or soups.
New in messages.yml (Must add these)
Code (Text):
rank-message: '&c&lYour rank is now <rank>!'
bestof-duel-request: '&cThe duel is best of <rounds>!'
New in config.yml (just copypaste somewhere if you want to edit. Find the "party:" in your config and paste the party stuff there)
Code (Text):
elo-ranks:
enabled: true
send-everytime: false
ranks:
silver1:
name: '&7Silver I'
elo-range: '0-900'
silver2:
name: '&7Silver II'
elo-range: '901-930'
silver3:
name: '&7Silver III'
elo-range: '931-950'
silver4:
name: '&7Silver IV'
elo-range: '951-980'
silver5:
name: '&7Silver V'
elo-range: '981-1000'
gold1:
name: '&6Gold I'
elo-range: '1001-1010'
gold2:
name: '&6Gold II'
elo-range: '1011-1020'
gold3:
name: '&6Gold III'
elo-range: '1021-1035'
gold4:
name: '&6Gold IV'
elo-range: '1036-1050'
emerald1:
name: '&aEmerald I'
elo-range: '1051-1100'
emerald2:
name: '&aEmerald II'
elo-range: '1101-1150'
emerald3:
name: '&aEmerald III'
elo-range: '1151-1200'
diamond:
name: '&bDiamond'
elo-range: '1201-9999'
#find this in the config and add the new things
party:
info-command:
- '&6Party Leader: &e<owner>'
- '&6Members [<size>]: &e<members>'
settings:
player-limit: '&6Player Limit: &e<value>'
open-party:
enabled: '&6Party Is Now Open'
disabled: '&6Click To Open Your Party'
public-party:
enabled: '&6Party Is Now Public & Broadcasting'
disabled: '&6Click To Open & Broadcast Your Party'