This release takes a huge step towards Paper. Limbo will no longer work on Bukkit/Spigot servers.
Changes
- Changed from CommandExecutor to BasicCommand.
- Added better tab tompletion.
- Removed unnecessary use of instances.
- Changed to Adventure text handling.
- Added clickable arrows in limbolist.
- Code cleanup.
- Fixed limbolist bug where the last line appear first on the next page.
- Added BStats Metrics.
- Added new permission handling.
- New error message in messages.yml.
- Will now automatically set to SQLite if config.yml has wrong setting for SQL type.
- Changed plugin update notification from SpigotMC to Modrinth.
- Improved performance.
- Removed DiscordSRV dependency in favor of Discord Webhook.
- Libs are now bundled with the jar file.
Warning
The config file has changed for the Discord settings. If you where using the Discord feature, you must setup against webhook instead.
- Discord support has been added. For Discord to work, the plugin depends on DiscordSRV.
New settings in the configuration file regarding Discord.
config.yml
discordsrv:
enabled: false
textchannel: ''
messages.yml
discord:
permanent-limbo: '%player% has been placed in Limbo by %bywhom%. Reason: %reason%'
temporary-limbo: '%player% has been placed in Limbo by %bywhom% until %time%. Reason: %reason%'
Get the textchannel ID
- Enable Discord Developer mode in User Settings > Advanced.
- Navigate to the server which contains the channel whose ID you want to copy.
- Right-click on the channel within the server's channel list, and click on "Copy ID".