Commit Graph

6 Commits

Author SHA1 Message Date
SeanOMik 995886672b
Update for 1.16 while still supporting 1.15 2020-07-20 12:16:31 -05:00
B. Kelly aab53b8909 MC 1.16.1 compatibility
- Update Spigot and NBTAPI so that the plugin functions at all
- Update AnvilGUI so the search and permissions UIs work
- ask for SkullOwner instead of Owner, since the latter is no longer
  present
2020-07-17 14:40:16 -04:00
B. Kelly fdad6e099f Add soft dependency for Multiverse compatibility
If ES gets enabled before Multiverse does, ESSystems in worlds other
than the default will misbehave, because Multiverse hasn't loaded their
worlds yet. This means getWorld() returns null for those worlds and the
Location baked into the ESSystem is wrong.

Adding a soft dependency on MV-Core ensures that ES gets enabled after
MV, and thus, after all the game worlds are loaded.
2020-07-17 14:09:51 -04:00
SeanOMik 1273936d76
Add reload command and fix a small bug.
The bug is it not loading systems by players that are not online when the plugin loads, or when the player doesn't join.
2020-07-06 23:31:14 -05:00
SeanOMik a7c9d23412
Remove unneeded local maven repository 2020-04-08 16:57:47 -05:00
SeanOMik 8999f8f169
Upload almost finished code. 2020-04-08 13:34:01 -05:00