TTT v0.10.3
Details
-
FilenameTTT.jar
-
Uploaded by
-
UploadedSep 14, 2016
-
Size307.67 KB
-
Downloads772
-
MD5422043795eb7e4b7cab392964a8fb851
Supported Bukkit Versions
- 1.10
- 1.9
- 1.8.1
Changelog
0.10.3
TTT v0.10.3 fixes a critical issue with the auto-updater caused by a change to CurseForge's CDN which resulted in bogus artifacts being downloaded. Users affected by this issue will need to manually update to this version.
0.10.2
TTT v0.10.2 packages Rosetta v1.1.3 in order to resolve an issue in the localization engine introduced by the last hotfix.
0.10.1
TTT v0.10.1 packages Rosetta v1.1.2 to resolve a bug in the localization engine in Paper for 1.10.2.
- Bugs Fixed
- Fix localization engine sometimes throwing a
NullPointerExceptionon recent versions of Paper
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