Skip to content

Releases: John-Paul-R/Essential-Commands

0.5.0-mc1.16

21 Jun 18:30
Compare
Choose a tag to compare

Port to 1.16.5 from 1.17.

0.4.1-mc1.17

20 Jun 07:39
Compare
Choose a tag to compare

New Features:

  • Added /spawn command. (Finally!)
  • Implement teleport_delay config option. Improve teleport messages.
  • Add /essentialcommands for easy listing of EC commands.

Minor improvements:

  • Don't create/init managers if their relevant features are disabled. (So disabled features won't have any impact on performance, ideally.)
  • Add permissions docs (permissions.md) (GitHub repo)

0.3.1b-mc1.17

19 Jun 10:37
Compare
Choose a tag to compare

Singletonified most-all manager classes.

This was done to fix bug where loaded warps persist between different singleplayer worlds opened in the same game instance. ('twas a mess)

Other small changes:

  • Sort properties in config file.
  • Remove salmon.png

0.3.0b-mc1.17

18 Jun 05:14
8f1b77b
Compare
Choose a tag to compare

Added permissions API support!
(and fixed major Config bug that caused changes to be lost upon server restart. Oop)

Bugfixes/Minor improvements:

  • Add 'use_permissions_api' config option. Default false.
  • Add "could not be deleted" error message for '/warp delete' if warp does not exist.

0.2.1-mc1.17

16 Jun 11:39
Compare
Choose a tag to compare

Fix bug that caused warps to fail to save.

0.2.0-mc1.17

16 Jun 09:54
Compare
Choose a tag to compare

Add /warp command.

0.1.3-mc1.17

12 Jun 06:57
Compare
Choose a tag to compare

Update to 1.17 with all the existing features! (in theory)