Commit Graph

36 Commits

Author SHA1 Message Date
Tim 5b8adfcc12 clean up 2021-12-11 11:38:41 -08:00
Tim 18a2c3c993 update to 1.18 2021-12-11 11:28:27 -08:00
SeanOMik d7bb2ac0ba
Merge pull request #29 from Chew/chore/move-gui-code
Move createGuiItem methods to their own util class
2021-09-27 12:52:25 -04:00
Chew 2e06caca1f
Move createGuiItem methods to their own util class 2021-09-26 17:49:06 -05:00
Chew bbc180ba4f
Save player systems on shutdown 2021-09-26 17:24:37 -05:00
SeanOMik 9935ac68da
Fix issue that may be caused by trying to get a block in unloaded chunk 2021-09-20 22:41:45 -04:00
SeanOMik 0183ab0109
Rename ItemRecipies to ItemRecipes and reformat it. 2021-08-02 12:32:50 -04:00
SeanOMik be830f498b
Fix not being able to add items when a single drive fills on types. 2021-07-04 11:42:38 -04:00
SeanOMik 11f8463766
Fix errors when loading old saves. 2021-07-01 13:58:31 -04:00
SeanOMik e568d27d41
Implement sorting of items in the terminal
Currently you can sort by Alphabetical, amount, and ID
2021-06-29 16:30:43 -04:00
SeanOMik 351dc772f6
Add hopper input 2021-06-29 00:50:30 -04:00
SeanOMik 3021a8ba65
Update for 1.17 2021-06-22 19:57:03 -04:00
SeanOMik d0cb987d0c
Actually fix #11 2021-04-04 15:01:21 -05:00
SeanOMik f6c1426744
Now actually update for 1.16.5 2021-04-04 14:51:04 -05:00
SeanOMik 779aa69a09
Fixes #13 and #14 2021-02-24 14:01:04 -06:00
SeanOMik e20fc16a81
Fixes #11 2021-02-24 13:32:55 -06:00
SeanOMik d55b6e8f5a
Fix several issues from #10 2020-09-25 16:34:38 -05:00
SeanOMik 0241704cf6
Modify the GUI a bit to make it easier to move around in 2020-09-07 18:16:39 -05:00
SeanOMik 0c24e0bd31
Actually add 1.14 and 1.16.2 support 2020-09-03 15:50:30 -05:00
SeanOMik e518e26d17
Fix #8, add 1.14 support and fix esgive system cmd in console 2020-09-03 11:27:43 -05:00
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 77a426a85b
Drop an ES System when the block gets broken. 2020-07-08 14:34:41 -05:00
SeanOMik 2e67719070
Fix error message for not found systems. 2020-07-08 14:00:11 -05:00
SeanOMik dc1297306f
Fix #2 2020-07-08 13:09:13 -05:00
SeanOMik aab01fc2b9
Add permission check for `/esreload` 2020-07-08 12:50:33 -05:00
SeanOMik 1ad9a3f3ea
Fixes #1 2020-07-08 12:39:53 -05:00
SeanOMik 9257ea1bdb
Add message for when config is reloaded 2020-07-06 23:33:45 -05: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 365e03c9c3
Add TODO 2020-06-23 17:50:11 -05:00
SeanOMik 67791cd226
Remove unused imports 2020-04-08 17:47:47 -05:00
SeanOMik 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
SeanOMik d230970b8d
Remove player from search map if they dont insert anything in search 2020-04-08 16:49:44 -05:00
SeanOMik 7a0b9d6bcc
Add AnvilGUI search 2020-04-08 16:25:56 -05:00
SeanOMik 8999f8f169
Upload almost finished code. 2020-04-08 13:34:01 -05:00