Important: This build hasn't been completly tested, expect some things not to be working as expected!
Added features:
- Added the ability to destroy the lobby after the round has started
- Added sign stats
- Updated Region Regenerator (to V3)
- File size is now 50% smaller than before
- It is now supporting many more versions of spigot
- Is now saving all details of entities and blocks
- Adds better support for 1.13
- It is now possible to give players items on round start
Added support:
- Added experimental support for MC1.13
- Added support for DKCoins
- Added support for CloudNetV3 signs
Added command:
Added configs:
- lobbybreak-enabled
- lobbybreak-radius
- dkcoins-enabled
- dkcoins-give-win
- dkcoins-give-lose
- dkcoins-give-beddestroy
- dkcoins-give-killplayer
- giveitems-on-roundstart-armor
- giveitems-on-roundstart
- giveitems-on-enabled
- statssign-line4
- statssign-line3
- statssign-line2
- statssign-line1
Minor:
- (Bungeecord) It's now making a retry after 10 seconds it failed to connect
- If SQL is enabled then /bw stats will fetch the database instead of iterating every player ever joined which among other things causes a performance boost
- Empty messages won't be sent anymore (By that you can make messages in the language file empty whereby they won't get sent)
- Improved performance of Ranking Statues
- The config 'region-threadsafe' *should* now support all versions of spigot (including paper and 1.7 - 1.13)
- Removed support for RegionRegeneratorV1
- /bw stats is now also looking for players who are online if local service is configurated
- Local stats are now also saving the name and the UUID of the player
- Made that the 'line-eachTeam' configs in the scoreboard config files doesn't add anything to the scoreboard if left empty
- Stats are now being kept loaded until the server needs more RAM
- Skins are now also being cached in the same way as ^
Added permission:
- mbedwars.cmd.addstatssign
Fixed bugs:
- Added missing } for first generated stats-hologram-lines.cm2 file
- Added missing } for some messages
- Fixed that ranking statues didn't got updated properly
- Fixed that the ranking calculator where at anything somewhat buggy
- Some more stability improvements
- Fixed that specific commands would work on a mapvote arena and also on world arenas with not loaded worlds (would cause an error)
- /bw arena teleport
- /bw arena setspectatorspawn
- /bw arena saveblocks
- Fixed that the config 'cloudsystem-enabled' actually didn't cause anything
- Crafting an item wasn't possible even if 'interacting' was enabled
- The upgrade dealer GUI used the 'dealer-title' config instead of 'upgradedealer-title'
- The config 'bed-hologram-enabled' couldn't get disabled
- The mapvote would display the regeneration speed in /bw arena info
- (maybe) Fixed that world arenas wouldn't always get regenerated
- Fix corrupted dot in hypixel shop design
API Changes:
- Added 'getCoins()' to StatsAPI
- Deprecated List<RankingStatueAPI> getStatues(int place)
- Added Iterator<StatsSignAPI> getStatsSignsIterator(int place)
- Added StatsSignAPI class
- Added Iterator<RankingStatueAPI> getStatuesIterator(int place)
- Readded Arena#getName