Releases: mmonkey/Destinations
Releases · mmonkey/Destinations
Destinations v1.0.1
Destinations v1.0.0
The biggest yet!
This release is a major rewrite, and should be much more stable.
New Features
- New Command:
/bed
- Teleport a player to an available bed that they have already slept in. - New Command:
/jump
- Teleport a player to the location they are looking at. - New Command:
/top
- Teleport a player to the highest block at their current location. - New Commands:
/spawn
,/setspawn
- Manage and teleport to each world's spawn location. - Updated to Sponge API v5.
- Added support for MySQL databases.
- Converted pagination to official PaginationService.
- Added translation support.
- Added tab-completion for homes and warps.
- Added caching to players, homes, warps and back for lightning fast travel!
- Added permissions to all commands.
- All teleportation is handled inside of events.
- Simplified configuration.
Bug Fixes
- Cleaned up all player messaging
- Too many others to list!
Destinations v0.4.0-4.1.0
Updated to Sponge API v4.1.0-SNAPSHOT
Destinations v0.3.4-3.0.0
- Updated for Sponge API v3.0.0!
Destinations v0.3.3
What's New
- Updated the expired setting for call requests to be in seconds. (defaults to 30 seconds)
- Added MigrationRunner, to keep migrations organized.
- Fixed database migrations not running correctly on a clean install.
Destinations v0.3.2
What's New
- If a player runs command
/bring
with no args, and there is only one caller on their list, teleport that player. - Added spam prevention from the
/call
command. - Removed database username and password config settings.
- Removed all down migration logic - it will never get called.
Destinations v0.3.1
What's New
- Fixed bugs with
/call
,/bring
and/grab
commands.
Destinations v0.3.0
What's New
- Added
/call <player>
- alias/tpa <player>
- Added
/bring [player:page]
- Added
/grab <player>
- alias/tphere <player>
- Added teleport command config options.
- Fixed migration bugs.
Compatibility
This is what I know is working
- Forge build: 1499
- Sponge build: 535
Special Thanks
Shout out to @ryantheleach for the initial /call
and /bring
pull request.
Destinations v0.2.0
What's New
- Complete re-write of how Destinations stores data, moved to an H2 embedded database.
- Fixed single player games showing all homes/warps between all worlds.
- Added
/back
command. - Cleaned up a few player messages.
- Added migration logic for upgrading/downgrading version from this point forward.
- Updated entire file structure.
Compatibility
This is what I know is working
- Forge build: 1499
- Sponge build: 535