Skip to content

Releases: Ivan8or/GoldenDupes

Hotfix to fix config generation

28 Dec 23:40
5e9bf74

Choose a tag to compare

This release fixes an issue in 1.6.0 where the plugin config.yml would not generate from nothing.

Folia Support + Better Dupe Rules

28 Dec 23:24
81f6a43

Choose a tag to compare

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

23 Dec 21:10
47c4694

Choose a tag to compare

Fixed an issue where a location was not properly copied resulting in the anvil dupe sometimes not working

Anvil dupe bugfix

16 Dec 05:11
68cf769

Choose a tag to compare

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

06 Feb 07:56

Choose a tag to compare

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

12 Jan 10:27

Choose a tag to compare

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

29 Jan 20:04

Choose a tag to compare

addon to the nether portal NPE fix

Bugfix - NPE on donkey, portal dupes

29 Jan 19:39

Choose a tag to compare

simple bugfix for NPE encountered when duping items using the donkey / nether portal dupes.

Bugfix - fail to load on startup

25 Jan 12:29

Choose a tag to compare

small patch that fixes the plugin not loading on startup for newer versions of MC

1.4.4 - bugfixes + initial illegal item stack support

07 Jan 18:55
bbdd029

Choose a tag to compare

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)