Commit Graph

317 Commits

Author SHA1 Message Date
jameslfc19
ed4e5684e0 Create dutch.properties 2020-07-28 23:12:40 +01:00
jameslfc19
07329cc10c Language File Generation 2020-07-28 23:00:33 +01:00
jameslfc19
b477ee1ed6 Language File
Language File implementation almost complete
2020-07-28 19:32:12 +01:00
jameslfc19
767e162c84 Update ChestsPlusPlus.java 2020-07-28 12:50:28 +01:00
jameslfc19
0c03f6ccf2 Update pom.xml
2.2.1 Release
2020-07-28 12:39:39 +01:00
jameslfc19
1ce9b3f4b0 Bug Fixes 2020-07-28 12:39:09 +01:00
jameslfc19
729bbad359 Fix for NPE on Paper 2020-07-27 22:41:08 +01:00
jameslfc19
86dbe63fa3 2.2-Release
Update pom to 2.2-Release
2020-07-27 12:22:10 +01:00
jameslfc19
8fb9c5c220 ChestLink Verifier
Fix for ChestLinks not being converted to single chests when a block is on top of the DoubleChest.
2020-07-27 00:43:21 +01:00
jameslfc19
dd3d77e85a Update VirtualCraftingHolder.java
AutoCrafting was only happening in unloaded chunks!! oops.
2020-07-27 00:42:39 +01:00
jameslfc19
b8119d6286 Fixed Filters - Again. 2020-07-26 22:15:00 +01:00
jameslfc19
cc18166743 Command Fix
Invalid command arguments caused a crash
2020-07-26 19:58:55 +01:00
jameslfc19
e12bc92019 Added remote open permission 2020-07-26 19:34:15 +01:00
jameslfc19
f0a7d3231f StorageOpener Optimisations
Fixes for sign bug when more than 64 signs get updated in a chunk. #12
Optimised ChestOpener code to cache the tile entity.
Armour stands no longer calculate unneed location and postions.
Display type enum that gets set when the display item is chaned.
2020-07-26 18:27:44 +01:00
jameslfc19
4b3d009541 Update MaterialChecker_1_14.java
#11 Bows are held items, so don't display on front of chest.
This may be something that will be changed in future versions.
2020-07-25 15:19:30 +01:00
jameslfc19
728d6d6c7d Update MaterialChecker_1_14.java
Adds broken items seen in #11
2020-07-24 22:42:26 +01:00
jameslfc19
0fe368b725 Update SpigotConfig.java
Changed getWorldSettings to take World argument
2020-07-24 22:41:49 +01:00
jameslfc19
ccba77d023 Update Settings.java
Missing autocraft armour stand setting.
2020-07-24 22:41:24 +01:00
jameslfc19
2f72655921 Fixed Chunk Loading Issues
Lots of processes were causing chunks to stay loaded.
Including the removal of entities in onEnable()
Everything is done on a per chunk basis now.
2020-07-24 22:41:09 +01:00
jameslfc19
6fe6817340 AutoCrafting fixes
Changed Serialization name to stop conflicts with other plugins.
And load config can recipes after all other plugins!
2020-07-24 17:31:50 +01:00
jameslfc19
0f117e5332 Added WorldBlack list setting 2020-07-24 17:30:06 +01:00
jameslfc19
80aef139ac Fix for CaveAir issue.
It wasn't possible to create Storages where the block to replace was CaveAir!
2020-07-24 17:29:12 +01:00
jameslfc19
86322f02d9 Update MaterialChecker_1_14.java
Fixed display issues for Bone, Blaze rods and Wheat.
2020-07-24 16:52:40 +01:00
jameslfc19
fa9742b590 Update pom.xml
Move to version 2.1.1
2020-07-22 13:55:23 +01:00
jameslfc19
e8a24093fb Fixed Hopper Filtering 2020-07-22 13:54:52 +01:00
jameslfc19
d006e6d71a 2.1-Release 2020-07-19 11:17:17 +01:00
jameslfc19
11cd27deee Fix for Filters.
Multiple filters were causing problems when rejecting items.
2020-07-18 18:30:19 +01:00
jameslfc19
c5e38b6711 Barrels!
Added Barrels as an option for ChestLinks!
2020-07-18 18:29:54 +01:00
jameslfc19
3a3b0bd780 Fixes Chests Closing Bug.
Trying to run Chest animation in unloaded chunks closed the inventory.
2020-07-16 19:57:23 +01:00
jameslfc19
1732bac5f2 2.0 Release 2020-07-14 23:43:38 +01:00
jameslfc19
b897c6a915 Update ChestLinkStorage.java
Don't need to wait a tick. Just run it immediately with Scheduler.
2020-07-14 22:57:26 +01:00
jameslfc19
f3c04c0783 Added ItemFrame Invisibility Option 2020-07-14 22:56:58 +01:00
jameslfc19
a5df23d1d1 Update AbstractStorage.java
Tool armor stands were not being removed
2020-07-14 20:54:05 +01:00
jameslfc19
bc88feaf00 Merge branch 'master' of https://github.com/JamesPeters98/ChestsPlusPlus 2020-07-14 20:53:41 +01:00
jameslfc19
e6ef997041 Fixed Descriptions & Cleaned Up 2020-07-14 20:53:37 +01:00
James Peters
43c0fa73b6
Update README.md 2020-07-14 20:42:55 +01:00
James Peters
9d7e1707b5
Update README.md 2020-07-14 20:24:03 +01:00
James Peters
94f813ca1f
Update README.md 2020-07-14 20:09:06 +01:00
jameslfc19
5d99493344 Update VirtualCraftingHolder.java
Removed Debug commands
2020-07-14 19:27:53 +01:00
jameslfc19
e8e84c8dde Update VirtualCraftingHolder.java
Hoppers now respect their redstone behaviour when under an AutoCrafter.
2020-07-14 19:26:53 +01:00
jameslfc19
c71c8d6214 Update ChestLinkStorage.java
When adding a chest that already contains an item, the display item now gets updated!
2020-07-14 19:26:32 +01:00
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