v2.0.0
This release introduces breaking changes, so easyRTP has been bumped to a major version.
Changelog
- Added a spawn platform feature (requested in #2).
- Rewritten and refactored significant portions of the codebase.
/rtp
now includes a countdown and plays a sound.
New Configuration Flags
cooldown
: Set a cooldown for how often players can use/rtp
.playSoundOnCountdown
: Toggle the countdown sound.getHighestBlock
: Use the highest block in terrain, or disable for a random Y axis.spawnPlatform
: Enable or disable the spawn platform.countdownSound
: Select the sound played during the countdown.spawnPlatformSize
: Control the size of the spawn platform.spawnPlatformDecayEnabled
: Enable or disable platform decay.spawnPlatformDecayTime
: Set how long the platform takes to decay.spawnPlatformBlock
: Define the material of the spawn platform.enablePrefix
: Toggle message prefixes.prefix
: Set a custom prefix for messages.cooldownMessage
: Customize the message displayed during cooldowns.
- Merged PR
- Improved performance
What's Changed
- optim by @tumuidle in https://github.com/voltration/easyRTP/pull/1
New Contributors
- @tumuidle made their first contribution in https://github.com/voltration/easyRTP/pull/1
Full Changelog: https://github.com/voltration/easyRTP/compare/spigot...1.0.1