Commit Graph

126 Commits

Author SHA1 Message Date
jameslfc19
3d5c806116 Fixes
AutoCrafting Table now uses all inventories for crafting, rather than one at a time!
Fixed missing materials.
Fixed Autocraft bug when reloading.
2020-07-14 18:44:04 +01:00
jameslfc19
455d1392ce 2.0 Release Beta
Fixes bugs
Adds Silk Touch feature to storages!
2020-07-14 00:15:48 +01:00
jameslfc19
b429acdf0d Added new commands
Added new add-to-all commands.
Added ability to add offline players.
2020-07-13 11:34:26 +01:00
jameslfc19
fd9be88ffa Update pom.xml
Getting ready for release
2020-07-13 11:33:35 +01:00
jameslfc19
2ff2ec75bf Commands now filter searched terms. 2020-07-12 18:29:57 +01:00
jameslfc19
f59a61662d New Hopper Filters!
Added two new hopper filters:
- Prevent the given item from being accepted
- Prevent similar items from being accepted.
2020-07-12 18:29:38 +01:00
jameslfc19
0805827f17 Sign Update Packet
Only sends a packet to set sign invisible if  there is an item to display
2020-07-12 18:28:30 +01:00
jameslfc19
4d80974431 Update WorldListener.java
Config wasn't being saved Async!
2020-07-12 16:03:29 +01:00
jameslfc19
ae0e35fe3b Invisible Sign Packet fixed.
This sends a packet to each player every tick to set the sign infront of the chest as AIR.
Also fixes some issues with AutoCrafting stations.
2020-07-12 14:00:38 +01:00
jameslfc19
8c2df21a58 Update HopperListener.java
Hopper was still sorting when outputting into a ChestLink
2020-07-12 13:58:19 +01:00
jameslfc19
d5a4e0be85 Update ChestLinkCommand.java
Removed unused command
2020-07-12 13:57:10 +01:00
jameslfc19
0bc7a09cc4 Display Item Fix
Display items now only change when they are actually updated. Should increase tick performance!
2020-07-10 14:12:13 +01:00
jameslfc19
5ae0cf664c Chest Opener Fix
Fixed custom chests that weren't opening, and playing close sounds too early.
2020-07-10 14:10:21 +01:00
jameslfc19
8fa5a1c781 Chest Opener Fix
Chests were playing the close sound after keeping the inventory open for a couple seconds.
2020-07-09 15:30:47 +01:00
jameslfc19
b7fd0ccfb4 Update pom.xml
BETA-8
2020-07-08 12:33:16 +01:00
jameslfc19
090d2cbaa2 Fixes
Fixed DoubleChest not being converted when placing a sign.
Pistons can no longer push a CraftingTable that's apart of a group.
When creating a storage the type of sign the player is holding is now used.
Removed Print statements!
2020-07-08 12:26:21 +01:00
jameslfc19
554c43b3fc Fixed Sign Placement Bug!
Signs were able to be placed on the sides of storages. And some checks were missing!
2020-07-08 00:31:00 +01:00
jameslfc19
a709d85917 Update .travis.yml 2020-07-07 21:18:14 +01:00
jameslfc19
0398e52f17 Switched Travis to Travis.com! 2020-07-07 21:14:27 +01:00
jameslfc19
ca87e0a34e Fixed Legacy File Conversion 2020-07-07 21:14:09 +01:00
jameslfc19
9c18999df7 Fixed Travis & Pom 2020-07-07 19:38:47 +01:00
jameslfc19
8cd736e016 Fixed Travis 2020-07-07 19:22:30 +01:00
jameslfc19
326d54a6e5 Inventory Close Sound Duplication Fix.
Inv close sound was playing twice!
2020-07-07 17:27:18 +01:00
jameslfc19
9fc4ebdd13 Changed NMS Method.
Calls to newer NMS not possible from Core now.
2020-07-07 17:26:53 +01:00
jameslfc19
6897c7321d Travis Update
Uses the new BuildTools flag!
2020-07-06 11:19:51 +01:00
jameslfc19
67eac5c881 Code Clean up 2020-07-04 22:07:50 +01:00
jameslfc19
9e32f8a6d5 Remove Unused Imports 2020-07-04 21:58:40 +01:00
jameslfc19
dab6b80064 Armour Stand Setting Added 2020-07-04 21:58:29 +01:00
jameslfc19
6366e2cafe Update .travis.yml
Travis hates leading '/' 😠
2020-07-04 18:14:11 +01:00
jameslfc19
757c512186 Update .travis.yml
deployment change.
2020-07-04 18:03:26 +01:00
jameslfc19
e576e48fc4 BuildTools cache
Travis Caches BuildTools folder.
2020-07-04 17:58:58 +01:00
jameslfc19
22caa759b4 Added Version Command 2020-07-04 17:40:50 +01:00
jameslfc19
a6f4e96713 Update StorageInfo.java 2020-07-04 17:40:37 +01:00
jameslfc19
7d3685ba6d Added New Settings
Added settings for running hoppers in unloaded chunks
And animating all chests at once.
2020-07-04 17:40:27 +01:00
jameslfc19
7b57a2da00 Moved 1.14 Material Checker to own Module. 2020-07-04 17:39:30 +01:00
jameslfc19
85ef414e40 Update pom.xml
Forgot to add Module.
2020-07-04 16:16:17 +01:00
jameslfc19
367ffdcc73 ChestLinks now open!
Added NMS support.
Fixed versioning.
2020-07-04 14:45:58 +01:00
jameslfc19
c178d982af Travis update 2020-07-04 02:49:58 +01:00
jameslfc19
5a40e5b9ea Update pom.xml 2020-07-04 02:32:10 +01:00
jameslfc19
712f450c99 Update .travis.yml
Forgot to clean before build
2020-07-04 02:17:24 +01:00
jameslfc19
1e7fc9458d Update .travis.yml 2020-07-04 02:09:00 +01:00
jameslfc19
1a367d758a Update .travis.yml 2020-07-04 02:07:32 +01:00
jameslfc19
a1fc3a04c7 Travis NMS Build Test 2020-07-04 02:03:53 +01:00
jameslfc19
daf23d3f5d Removed all files that are in the .gitignore 2020-07-04 00:21:13 +01:00
jameslfc19
5eae2a1152 Updated Pom and Travis 2020-07-04 00:18:21 +01:00
jameslfc19
cb7ff74d17 Fix for Armor Stand Displays 2020-07-04 00:10:16 +01:00
jameslfc19
2a7d73c839 Update AbstractStorage.java 2020-07-03 17:11:07 +01:00
jameslfc19
251d02e324 Material Checker Start
Having to sort through most items manually to decide how to display them!
2020-07-03 17:10:58 +01:00
jameslfc19
6b1a83e1b7 Fixed Maven Module System 2020-07-03 14:23:09 +01:00
jameslfc19
c90abd1688 API Specific Implementations 2020-07-03 00:42:55 +01:00