Skip to content

Releases: falkirks/SimpleWarp

Fix a crash in 4.0.0

12 Jul 01:01
Compare
Choose a tag to compare
  • Version 4.0.0 crashed when warping, this has been fixed.

Permission fix and targets new APIs

12 Jul 00:39
Compare
Choose a tag to compare
  • Support for 3.0.0 and 4.0.0
  • Dropped support for lower API versions
  • Some permission fixes

Bug fix and hold still tweaks

04 Mar 16:46
Compare
Choose a tag to compare
  • 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

26 Feb 18:12
a5f628b
Compare
Choose a tag to compare
  • Added support for ALPHA 11.

Fixes #51

31 Jan 20:49
d74ebae
Compare
Choose a tag to compare
  • Fixed an issue with translation names.

Support for ALPHA 10

21 Jan 01:33
455c5fe
Compare
Choose a tag to compare
  • Support for new APIs (up to 10)

Minor release to tweak checksum verification

14 May 14:55
Compare
Choose a tag to compare
  • 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

13 May 18:21
Compare
Choose a tag to compare
  • Fixed crash which occurred on startup.

/warpreport, Spoon detection, and more

11 May 16:28
Compare
Choose a tag to compare

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

06 May 14:42
Compare
Choose a tag to compare
  • Reduced build size (Thanks to @SOF3)
  • Fixed console error when session file was deleted during server runtime.