Releases: falkirks/SimpleWarp
Releases · falkirks/SimpleWarp
Fix a crash in 4.0.0
Permission fix and targets new APIs
- Support for 3.0.0 and 4.0.0
- Dropped support for lower API versions
- Some permission fixes
Bug fix and hold still tweaks
- Decreased default hold still timeout from 5 seconds to 3.
- When warping another player, they now get a message that they are being warped and must hold still.
- Fix #55 which caused errors on warping to some warps.
Support for ALPHA11
- Added support for ALPHA 11.
Fixes #51
Support for ALPHA 10
- Support for new APIs (up to 10)
Minor release to tweak checksum verification
- I am having to guess and check a bit with checksum verification, because I can only be sure it works once the plugin is released. This version hopefully fixes checksum verification.
Fixed a crash which occured on startup
- Fixed crash which occurred on startup.
/warpreport, Spoon detection, and more
Do not use this release, it will crash
- Small improvements to code quality.
- All SimpleWarp commands will yield an error when SimpleWarp is disabled.
- Better memory cleanup onDisable.
- Added
/warpreport [title]
which if you run in the console will open a new GitHub issue in your browser. - Added spoon detection which will alert users running spoons that they are not supported.
- Added experimental checksum verification (more explanation will follow in a future update).
Reduced build size
- Reduced build size (Thanks to @SOF3)
- Fixed console error when session file was deleted during server runtime.