Commit graph

25 commits

Author SHA1 Message Date
bb37c50d2f
Remove some maven warnings 2020-07-20 16:29:13 -05:00
e64d82f0b4
Change plugin version in pom.xml 2020-07-20 12:18:29 -05:00
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
77a426a85b
Drop an ES System when the block gets broken. 2020-07-08 14:34:41 -05:00
2e67719070
Fix error message for not found systems. 2020-07-08 14:00:11 -05:00
dc1297306f
Fix #2 2020-07-08 13:09:13 -05:00
4059644144
Update readme to reflect new reload command and permission 2020-07-08 12:54:35 -05:00
aab01fc2b9
Add permission check for /esreload 2020-07-08 12:50:33 -05:00
d82c3ccb35
Remove target 2020-07-08 12:41:16 -05:00
1ad9a3f3ea
Fixes #1 2020-07-08 12:39:53 -05:00
9257ea1bdb
Add message for when config is reloaded 2020-07-06 23:33:45 -05:00
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
1ffd0340dc
Update Readme 2020-06-23 18:16:26 -05:00
365e03c9c3
Add TODO 2020-06-23 17:50:11 -05:00
0c5ee91fc6
Upload recipe images for Wiki 2020-06-23 17:49:27 -05:00
79500755c2
Readme 2020-04-08 18:14:03 -05:00
67791cd226
Remove unused imports 2020-04-08 17:47:47 -05:00
705a10cebd
Change Drive GUI name from "Example GUI"
Forgot to change it when I imported my reusable class.
2020-04-08 17:46:56 -05:00
a7c9d23412
Remove unneeded local maven repository 2020-04-08 16:57:47 -05:00
d230970b8d
Remove player from search map if they dont insert anything in search 2020-04-08 16:49:44 -05:00
7a0b9d6bcc
Add AnvilGUI search 2020-04-08 16:25:56 -05:00
8999f8f169
Upload almost finished code. 2020-04-08 13:34:01 -05:00
e1707f7d6c
Initial commit 2020-04-08 13:31:34 -05:00