TTT v0.10.0
Details
-
FilenameTTT.jar
-
Uploaded by
-
UploadedApr 23, 2016
-
Size307.24 KB
-
Downloads1,619
-
MD5cfa41f3a6e2c000125be18f1c4df1aa1
Supported Bukkit Versions
- 1.9
- 1.8.1
- CB 1.7.9-R0.2
Changelog
0.10.0
TTT v0.10 "Bruno" introduces new features primarily designed to make the plugin more flexible in how it operates. This update is especially targeted toward larger servers and in particular BungeeCord networks.
New Features
- Add option to configure plugin's operating mode
- Add
continuousmode- Players will not be ejected from the arena when a round ends
- Add
dedicatedmode- Only one round exists on the server, which players are automatically added to upon joining and may not leave
- This arena cycles per a configurable pattern every x rounds or minutes
- Add basic BungeeCord support in correspondance with
dedicatedmode - When
return-serveris configured, players will be sent to that server on running/ttt leaveinstead of the command failing - Add optional
forceparameter toleavecommand to allow administrators to leave rounds in dedicated - Add tip to join message explaining
leavecommand - Add pagination to
helpcommand - Add config option to toggle server-wide victory messages (
falseby default) - Add telemetry support
New Commands
- Add
/ttt arenainfocommand
Changes
- Improve DNA scanner behavior when no target is selected
- Rename
carenaandrarenacommands tocreatearenaandremovearena(old names are still available as aliases)
Removed Features
- Remove
reloadcommand
Bug Fixes
- Fix
/ttt help helpthrowing an exception - Fix victory messages being sent even if a round never started
- Fix players not being placed in spectator mode upon dying due to Multiverse conflict (special thanks to CraftBlock for helping track this down)
- Fix plugin doing reflection lookup for
getOnlinePlayersmethod every time it's invoked
Internal Changes
- Properly implement command aliases internally
- Rewrite
forceendcommand implementation - Refactor event handlers to be more sane
- Revamp config handler
- Partially migrate to Rosetta 1.1 API features
- Clean up helper classes a bit