Commit Graph

164 Commits

Author SHA1 Message Date
James Peters
14f90cb024 Release 2.10 2023-09-29 09:33:13 +01:00
James Peters
48e3880803 Update to 1.20.2 2023-09-28 20:51:38 +01:00
James Peters
b2a8f2bba3 Fix repositories, no need to build NMS anymore 2023-06-09 20:22:26 +01:00
James Peters
68acfa2c5c Update to Minecraft 1.20 2023-06-09 19:32:59 +01:00
James Peters
2d277f5bcc Update AnvilGUI version 2023-05-20 13:48:45 +01:00
James Peters
59bd81884a Add support for 1.19.3 and 1.19.4 2023-05-20 12:06:07 +01:00
James Peters
f9a6c4f711 2.7 Release 2022-06-26 16:27:55 +01:00
ceze88
ad2356a3f9
1.19 support (#83)
* 1.19 support

Co-authored-by: James Peters <jameslfc19@gmail.com>
2022-06-26 11:40:55 +01:00
ceze88
f0c902513e
Ability to disable/enable AutoCrafters, ChestLinks and HopperFilters (#82) 2022-06-13 15:48:30 +01:00
James Peters
f88baf2c1c Fix maven shade plugin 2022-05-20 15:53:46 +01:00
James Peters
5b7e059ed1 2.6.2 Release 2022-05-20 15:08:09 +01:00
ceze88
4512115fc1
Possible fix for saving issues (#76)
* 1.18.2 support

* 2.6.2-Beta

* Update NMSProviderDefault.java

* Update build-1.18+.sh

* Update BuildTools/build-1.18+.sh

* Fix saving issues

Co-authored-by: James Peters <jameslfc19@gmail.com>
2022-03-23 13:00:13 +00:00
ceze88
9da0fe0dba
1.18.2 support (#75)
* 1.18.2 support

* 2.6.2-Beta

* Update NMSProviderDefault.java

* Update build-1.18+.sh

* Update BuildTools/build-1.18+.sh

Co-authored-by: James Peters <jameslfc19@gmail.com>
2022-03-16 19:31:26 +00:00
James Peters
cbd97b6eff Update pom.xml 2022-02-02 23:22:20 +00:00
James Peters
519b15891f Fixed recipe issue
Recipes with different amount of choices in the matrix caused a crash. i.e TNT.
2022-02-02 23:21:54 +00:00
James Peters
58c2a3030b v2.6 Release 2022-01-27 19:57:29 +00:00
James Peters
1609fed93c v2.5.2-BETA-5 2022-01-23 21:42:20 +00:00
James Peters
3e2ec6d04d Fixed #67 Incorrect boolean calculation for matrix result.
Fixed firework recipe breaking when server restarts
2022-01-23 21:41:21 +00:00
James Peters
eb66ccc91d 2.5.2-BETA-4 2022-01-17 21:29:52 +00:00
James Peters
2dd3481c6a Fixed OfflinePlayer Autocrafting 2022-01-12 19:57:07 +00:00
James Peters
332d6d3df1 v2.5.2 Beta 3 2021-12-20 19:27:59 +00:00
James Peters
51035b60f4 Drop 1.14 & 1.15 Support
Fix NPE issue in EntityEventListener
2021-12-20 19:27:21 +00:00
James Peters
2569357d8b v2.5.2 BETA 2 2021-12-20 16:37:40 +00:00
James Peters
5bc7fbcd37 Fix API NPE
NMSProvider was giving a NPE
2021-12-20 16:23:29 +00:00
James Peters
9ad0e41c6b Fix Complex Recipes
Complex recipes were using the new Bukkit.craftItem() method which modifies the input recipe. So a copy of the matrix needs to made before hand to prevent it being modified. (The result is available in the CraftingResult record)
2021-12-20 16:23:08 +00:00
James Peters
fa22a8b55a Remove dependency reduced pom 2021-12-20 15:53:46 +00:00
James Peters
063a4e13d3 2.5.2 Beta 2021-12-18 19:19:27 +00:00
James Peters
32757fd506 Fixed Floating Items Remaining
1.17+ introduced a different method to load entities which caused issues.
Paper/Spigot now correctly handle bugged armour stands on chunk load.
2021-12-18 19:11:26 +00:00
ceze88
e1532d4116
Bugfix for autocrafters (#60)
* Update AutoCraftingStorage.java
2021-12-18 13:36:19 +00:00
James Peters
f109d4cee0
Merge pull request #57 from ceze88/bugfix
Fix null console spam
2021-12-18 13:25:26 +00:00
James Peters
883ce22f35 Update to 2.5.1 2021-12-13 19:18:24 +00:00
James Peters
364e2b5905 Fix #58 2021-12-13 19:01:20 +00:00
James Peters
4173a855ed Update to 2.5 Release
Updated dependencies.
Added newer Java language features
2021-12-08 22:49:53 +00:00
ceze88
bb79caf8d3 Fix null console spam 2021-10-20 18:55:08 +02:00
James Peters
52c5dad1b3 Remove NMS Support
Now that the Crafting API has been added in 1.17 NMS is no longer needed.
2021-07-28 22:07:53 +01:00
James Peters
cd1a13825e Fixed #54
Call Block Break Event when removing storages by command.
2021-07-28 21:19:04 +01:00
James Peters
f9d60de527 Bug fixes 2021-07-16 22:12:24 +01:00
James Peters
d7e07c042b Fix Build 2021-07-14 00:14:36 +01:00
James Peters
ca7ed9519c Fix Build 2021-07-13 21:53:13 +01:00
James Peters
111fd8d4df Update to 1.17 and Java 16.
Also fixes Hopper Filter stack overflow
2021-07-12 21:13:13 +01:00
LegameMc
81e1d0f945
Hopper Event
Check if the event is cancelled by other plugin such as ChestShop, QuickShop, etc
2021-03-21 13:26:42 +08:00
James Peters
cb99d7dcb3 2.4.1
Fixed a regression that broke Grief Protection plugins #37 #36.
Fixed a regression that broke AutoCrafting on 1.16.3
2021-03-06 19:11:31 +00:00
James Peters
82da0bef22 Update to 2.4-Release 2021-02-28 22:17:44 +00:00
James Peters
cf99116619 Fixed AutoCrafter 'eating' items
Closes #33
Crafting items not used e.g Buckets get outputted into output chest now.
2021-02-28 22:04:19 +00:00
James Peters
2cac12bd1a Update HopperListener.java
Broken Bukkit import
2021-02-15 22:50:21 +00:00
James Peters
b544f1ef7d Fixed Paper Hopper only filtering first slot.
Fixes #31
2021-02-15 22:47:14 +00:00
James Peters
1e61150883 Update pom.xml
Added lombok
2021-02-15 22:43:37 +00:00
James Peters
630cbbf015 Fixed Anvil UI not working
Updated AnvilGUI.
2021-02-15 20:00:13 +00:00
James Peters
f6c07e8db1 AutoCrafting now respects PrepareItemCraftEvent 2020-12-31 15:21:11 +00:00
James Peters
e5ce682ae9 Bug Fixes #25
Fixed TNT bug that would leave floating item frames from Chests/AutoCrafters. #25
Cleaned up code
Added JetBrains Annotations
2020-12-30 18:43:19 +00:00