Commit Graph

13 Commits

Author SHA1 Message Date
PretzelJohn 72e2423741 Version 1.5.3-pre2:
* Add support for other plugins that cancel the PlayerInteractEntityEvent. No longer runs the interaction code when the event has already been cancelled.
* Add support for other plugins that use special items. For example, SafariNet captures villagers when a player uses a custom spawn egg on them. No longer runs the interaction code when the player is holding one of the items listed in config.yml
2022-04-10 21:32:26 -04:00
PretzelJohn afacf4adc8 Version 1.5.1:
* Add toggleable Shopkeepers support
* Made Citizens support toggleable

To-do:
* Add enchantments, data, etc. to ingredients and result
* Add config editor GUI in-game
2022-01-21 20:56:44 -05:00
PretzelJohn 8720e840e2 Version 1.5.0-pre4:
* Add per-villager restock cooldowns

To-do:
* Add enchantments, data, etc. to ingredients and result
* Add config editor GUI in-game
2022-01-15 12:10:28 -05:00
PretzelJohn 3aba0ff1c7 Version 1.5.0-pre3:
* Added global setting for per-player cooldowns

To-do:
* Add per-villager restock cooldowns
* Add enchantments, data, etc. to ingredients and result
* Add config editor GUI in-game
2022-01-15 09:46:56 -05:00
PretzelJohn e708187b33 Version 1.5.0-pre2:
* Add per-player restock cooldowns
* Finished commenting code

TO-DO:
* Add enchantment, custom model data, names, and lores to ingredient & result settings?
* GUI Editor
2022-01-11 04:22:52 -05:00
PretzelJohn 5110befd30 Version 1.5.0-pre1:
* Added /vtl see <player> command to see the trade prices of another player
* Added /vtl invsee command to see the inventory of a villager
* Added customizable help, success, error messages
* Added result slot options, so people can change the currency and amount of the resulting item from a trade
* Massive code rewrite for better sustainability and reliability
* Fixed villager inventory dupe bug: food in a villager's inventory would multiply 16+ times each time a player traded with the villager
* Smoothed out hero of the village, so the player never loses their original potion effect when trading with villagers

TO-DO:
* Add long-term restock cooldown
* Add enchantment, custom model data, names, and lores to ingredient & result settings?
* GUI Editor
2022-01-07 03:57:59 -05:00
PretzelJohn 446e677336 Version 1.4.4:
* Added feature to increase discounts by setting MaxDiscount to a number greater than 1.0
2021-12-23 02:17:49 -05:00
PretzelJohn b950195383 Version 1.4.2:
* Fix support for 1.16.5 and below

Version 1.4.3:
* Add global MaxUses setting (thanks to @Kid on Discord)
2021-12-21 01:56:02 -05:00
PretzelJohn c380de9800 Version 1.4.1:
* Fix disabled trade glitch
2021-12-16 16:33:21 -05:00
PretzelJohn 98be139384 Version 1.4.0:
* Added 1.18 and 1.18.1 support
* Migrated to NBT-API (thanks Jowcey!)
* Added MaxUses setting (thanks Jowcey!)
* Added fixed price and currency settings for both ingredients (Item1 and Item2) of a trade (thanks Jowcey!)
* Fixed config updater (thanks tchristofferson!)
* Updated readme
2021-12-15 15:30:01 -05:00
PretzelJohn 589efcbfdb Version 1.3.0:
* Added per-world disabled trading
* Added per-item disabled trading
2021-09-16 01:35:21 -04:00
PretzelJohn 960fd1c535 Version 1.2.1:
* Fixed NullPointerException when using "/vtl reload" from the console
2021-06-27 10:24:05 -04:00
PretzelJohn 6eb4eb782f Version 1.2.0: Initial commit 2021-06-27 08:42:57 -04:00