- Added a new stat: time played
- Shows the time a player has played each mode.
- This is a new data on the database, so it will only start counting from this update.
- As of now, spectating a game does count as long as you've played the game and not just joined as spectator.
- %dragons_time_played_DE% - Dragon Escape - Returns the placeholder at Messages.Time-Played-Stat-Format
- %dragons_time_played_DE_raw% for raw data.
- %dragons_time_played_Dragons% - Dragons - Returns the placeholder at Messages.Time-Played-Stat-Format
- %dragons_time_played_Dragons_raw% for raw data.
- Added Options.Auto-Join-Next-Game
- Auto connects the player to the next game, does not work for Bungee, Bungee has its own option in the Bungee section.
- Added Options.Disable-Lobby-Scoreboard.
- Added %dragons_game_countdown% PAPI placeholder.
- Returns the countdown time of the current game.
- Fixed dragons games played achievement not triggering in time, but one game after.
- Fixed Options.PreStart-Countdown-Message not working correctly.
- Fixed world folders not getting cleaned up correctly after server shutdown.
- Fixed Dragons not starting correctly if your server is running in Legacy versions.
- (Dragons) Added Options.Game.Dragons-Spawn-Delay-Ticks
- Sets a cooldown for dragons to spawn.
- (Dragons) Added Options.Game.Dragons-Radius
- Sets how close dragons must get to a target before selecting a new one.
- (All) Added Options.PreStart-Countdown-Message
- Allows to choose which countdown numbers are announced for game starting.
Note that those commands should not be used when the player is outside of a game, this was requested so you can place NPCs inside the waiting lobby.
- Added /dragons handleKit <kit> <player>
- Acts as if the player tries to click the kit in the shop.
- Works the same as the shop, if he has the kit it will be selected, otherwise the player will be purchasing the kit.
- Requires dragons.handleKit, do not give this permission to normal players.
- Added /dragons buykit <kit> <player>
- Same as above, but the kit will not be selected if the player already has the kit, he will receive a kit already owned message.
- Requires dragons.buyKit, do not give this permission to normal players.
- Added /dragons selectKit <kit> <player>
- Acts as if the player tries to select a kit in the shop. This does not force the player to have the kit selected, it does the same thing as clicking in the kit menu; so nothing will happen if he doesn't have the kit.
- Requires dragons.selectKit, do not give this permission to normal players.
- Options.Kits.Separate-Selection is automatically disabled when using those new commands.
Note: If you are having issues with world conversion, go to your world folder -> dimensions -> minecraft -> delete all the worlds with the your arena names from there.
- Added 26.2 support.
Tweaks to SQLite to avoid locking when data from two databases (map records and player data) are updating at the same time.
This is an update to arena connection database. If you are using the arena connection system it might take a while to start the plugin when first installing this update as the database will need to update.
- Updated Arena Connection manager database.
- Fixed tab completion suggesting setup commands for players without permission.
- Added Options.Kits.Only-Show-Available-Kits, only shows kits that the player has the permission
- Added Options.Kits.Use-As-Display makes so the shop does nothing when you click on a item
- If the player does not have the kit (permission) he will get the item at Menus.Shop.Locked-Item, you can change the lore with the %price% placeholder.
- In achievements.yml you can just add a lore string list to add multiple lore lines:
dragons_wins:
'1':
enabled: true
display-name: '&8&lThe Survivor'
description: '&7First Dragons win.'
commands:
- dragons coins add %player% 100
lore:
- '&7Line 1'
- '&7Line 2'
- Fixed missing color placeholders in achievements.yml.
- Fixed Hex support for achievements.yml.
- Added the following commands:
- /dragons open trails
- /dragons open kits <mode>
- Dragons or DragonEscape
- /dragons unlockKit <kit> <player>
- Requires dragons.unlockKit permission.
- Few tweaks to command suggestion in tab completion.
- Added 26.1.x support and changed the version checker for future updates.
- Fixed 1.8.x inventory closing issues.
- Fixed 1.21+ not applying world game rules correctly.
