Releases: Ivan8or/GoldenDupes
Hotfix to fix config generation
Folia Support + Better Dupe Rules
Changelog:
- merging @Duce008 (derrechtschreibfeler on discord)'s efforts to support Folia servers - thanks! This is still experimental, let me know if you encounter any issues while running GoldenDupes on a Folia server
- added a config option to configure regex rules that decide if a material should be duped or not
example:
dupe-rules:
- match: "(.*_)?CANDLE$"
dupe: false
- match: ".*"
dupe: true
stack-to: 16
This ruleset prevents any candle from being duped (brown candles, yellow candles, etc). and allows all other items to be duped, but with a max stack size of 16.
All item material names are listed here https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
If you have never worked with regex before, you can find an overview here https://gist.github.com/cat-lin-morgan/49bd128340e9e452f837b4fae76df091
Anvil Hotfix
Fixed an issue where a location was not properly copied resulting in the anvil dupe sometimes not working
Anvil dupe bugfix
Anvil dupe should now correctly check the player inventory to ensure they have no empty slots, as well as ensure that the dupe is performed only in the case that the anvil breaks naturally (as opposed to by a player / being moved)
Crafting Dupe mechanics change
the crafting dupe will now drop the duped item onto the ground instead of forcing it into the hands of the player. This allows events to be triggered on pickup of the duped item.
Additionally, papermc's warning messages about the use of System.out are finally being addressed. yay!
1.5.0 - Piston Dupe added
This update adds the 1.12 piston dupe to our collection!
a demo on how the dupe works:
https://www.youtube.com/watch?v=pXOncHOAnKw
bugfix-fix: nether portal NPE
addon to the nether portal NPE fix
Bugfix - NPE on donkey, portal dupes
simple bugfix for NPE encountered when duping items using the donkey / nether portal dupes.
Bugfix - fail to load on startup
small patch that fixes the plugin not loading on startup for newer versions of MC
1.4.4 - bugfixes + initial illegal item stack support
This update fixes an issue with 1.4.3 where regular non-stackable items were incorrectly duplicated.
also introduces very limited functionality for duping items to beyond the 64 stack size limit (currently only for the Autocraft dupe)