Skip to content

Releases: arboriginal/SimpleCompass

Add update checker ability

13 Feb 13:01
Compare
Choose a tag to compare
Pre-release
0.9.2

Add update checker ability

Minor fix on single compass mode

12 Feb 18:52
Compare
Choose a tag to compare
Pre-release

When choosing single mode (only one compass allowed, not both):
Changing the compass was not applied instantly but after re-login.
This is now fixed with this version

Fix ConcurrentModificationException error

12 Feb 17:01
Compare
Choose a tag to compare
v0.9

Fix ConcurrentModificationException error

Fix and verbose tracker initialisation

12 Feb 14:47
Compare
Choose a tag to compare
Pre-release
  • Fix the problem on Windows which blocked trackers to init
  • Add messages for this step to explain what could block the init

Pre-release of new version (modular trackers)

09 Feb 07:40
Compare
Choose a tag to compare

TODO:

  • Tests
  • bugfixes.

Example: Warning when reload (ConcurrentModificationException)

Version 0.6

03 Feb 21:50
Compare
Choose a tag to compare
Version 0.6 Pre-release
Pre-release

This is a major update: A big part of the code has been rewritten and things added.
Bugs could be in here, this is a pre-release which requires deep tests.

V0.5 (pre-release)

23 Dec 16:07
Compare
Choose a tag to compare
V0.5 (pre-release) Pre-release
Pre-release

Major update:

  • add a new command (/scompass) which use a book as interface
  • add a second mode "180°" for compasses
  • add tracking features (player, coords, position) with /sctrack
  • split config and messages for easier translation
  • code rewrited
  • PARTIAL support for 1.12.2
  • ...

THIS IS A PRE-RELEASE, I've some adjustments to do before release it, like:

  • Add limitation by tracker type (not to have 50 tracked points at the same time)
  • Other surprises ;)
  • More tests

Check this config.yml file to see new options.

Version 0.4

14 Dec 00:16
Compare
Choose a tag to compare

Fix a small error when the userDatas file cannot be written:
It returned an error and disabled the plugin (I've forgot an "s" to message key).

v0.4 For 1.12.2

14 Dec 02:35
Compare
Choose a tag to compare

This version should work with Spigot 1.12.2 (quickly tested with success).
The branch 1.12.2 will receive minor support as I'm not using it...

Version 0.3

13 Dec 22:04
Compare
Choose a tag to compare

Add optional and configurable item requirement.

Original idea from Shano_dekono, completed with high configurability.