Commit Graph

  • 7e8baf8a6c Merge remote-tracking branch 'origin/master' master PretzelJohn 2023-06-29 15:06:02 -0400
  • dfb4238c42 add 1.20.1 support PretzelJohn 2023-06-29 15:05:46 -0400
  • aa4306bbb8
    Merge 81abca0b60 into 3522d5099b HarvelsX 2023-06-08 13:17:35 -0400
  • 3522d5099b
    Merge pull request #8 from HarvelsX/master PretzelJohn 2023-06-08 13:17:29 -0400
  • 81abca0b60
    Add implementation scheduler for bukkit & folia; HarvelsX 2023-06-08 19:03:01 +0300
  • 3cd878c7fe
    Add scheduler adapter & migrate to use it; HarvelsX 2023-06-08 19:02:25 +0300
  • 9c230f9c09
    Migrate abstract Database to JDBC; HarvelsX 2023-06-08 19:01:18 +0300
  • 209083b3ef
    HUH? HarvelsX 2023-06-08 19:00:01 +0300
  • 96a5d83c5e
    Migrate to use JDBC; HarvelsX 2023-06-08 18:59:33 +0300
  • b899d174a4
    Migrate to Folia API for support it; Update Item NBT API; HarvelsX 2023-06-08 18:56:14 +0300
  • eb369f5372
    Enable folia support; HarvelsX 2023-06-08 18:55:01 +0300
  • 071129fe16
    Fix IndexOutOfBoundsException: use Iterables utils for get or default; HarvelsX 2023-05-11 12:31:28 +0300
  • e804329777
    Merge pull request #7 from HarvelsX/master PretzelJohn 2023-05-10 13:02:31 -0400
  • 1fe04c1b5e
    Fix replacing items in NBT data: It is not enough to change the material and quantity, apparently there are preset NBT data; HarvelsX 2023-05-09 03:04:45 +0300
  • 5f279ea12e
    Merge pull request #6 from mastercake10/master PretzelJohn 2023-04-19 14:39:13 -0400
  • 411a0abc66 make config option `IgnoreHeldItems` work by removing Enum#ordinal mastercake10 2023-04-19 20:30:18 +0200
  • 542eb20e8a Version 1.6.3: * Slightly better default config PretzelJohn 2023-03-20 21:19:18 -0400
  • 71fc8bd4f2 Version 1.6.3: * Added left and right matching for trade overrides PretzelJohn 2023-03-20 19:34:01 -0400
  • 03f8d1b84c Version 1.6.3: * Fixed case sensitivity for disabled items and professions in config * Updated version PretzelJohn 2023-03-20 19:02:43 -0400
  • b8b14941df Version 1.6.2: * Updated Item NBT API to 2.11.2 * Updated SQLite to 3.40.1.0 PretzelJohn 2023-03-16 19:14:42 -0400
  • 75df051d08 Version 1.6.1: * Added disabled professions feature * Added disabled trades feature (completely removes certain trades) PretzelJohn 2023-03-16 19:12:04 -0400
  • 58d1b24ff0 Version 1.6.0: * Added compatibility with ODailyQuests plugin * Fixed potential bug on 1.14 with equipment slot * Updated to NBT-API 2.11.1 PretzelJohn 2023-02-18 11:09:23 -0500
  • f13fac70fc Version 1.5.9: * Added 1.19.3 support * Updated dependencies PretzelJohn 2023-01-01 18:56:45 -0500
  • ccaefbbac7 Version 1.5.8: * Added config option to disable VTL (leaving vanilla trading) in certain worlds PretzelJohn 2022-07-03 15:15:14 -0400
  • 65a8bdf267 Version 1.5.7: * Add support for 1.19 items (updated NBT-API) * Converted NBT-API dependency from copied code to shaded via maven PretzelJohn 2022-06-14 22:04:57 -0400
  • 61bcea37b9 Version 1.5.6: * Added "ghast_spawn_egg" to IgnoreHeldItems list in config.yml (supports SafariNet by default) - Thanks to Turjoy9 * Added "name_tag" to IgnoreHeldItems list in config.yml (fixes nametagging villagers with professions) - Thanks to Turjoy9 * Added a few more comments in VillagerTradeLimiter.java 1.5.6 PretzelJohn 2022-05-21 08:34:23 -0400
  • 8a46c9ab1c
    Merge pull request #3 from Turjoy9/master PretzelJohn 2022-05-21 02:21:12 -0400
  • 18e47efef4
    Update config.yml Turjoy9 2022-05-21 12:10:46 +0600
  • ec76d44e0d Version 1.5.6-pre1: * Updated version number to 1.5.6 PretzelJohn 2022-05-02 10:12:10 -0400
  • 3513e97253
    Merge pull request #2 from Turjoy9/master PretzelJohn 2022-05-02 10:09:53 -0400
  • b06f9c9871
    Update config.yml Turjoy9 2022-05-02 19:57:54 +0600
  • 4097d9d8f3
    Update config.yml Turjoy9 2022-05-02 19:48:37 +0600
  • af2cd73737
    Update config.yml Turjoy9 2022-05-02 19:38:51 +0600
  • d328a575aa Version 1.5.5: * Fixed MaxDemand bug when you buy something around 1500+ times back-to-back PretzelJohn 2022-05-01 08:59:38 -0400
  • 2d97903db6 Version 1.5.5: * Hopefully fixed MaxDemand bug when you buy something around 1500+ times back-to-back PretzelJohn 2022-04-30 01:57:06 -0400
  • 030974f065 Version 1.5.4: * Fixed IgnoreHeldItems again PretzelJohn 2022-04-23 20:53:52 -0400
  • a3995b6adb Version 1.5.4: * Fixed IgnoreHeldItems typo PretzelJohn 2022-04-23 18:44:01 -0400
  • 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 PretzelJohn 2022-04-10 21:32:26 -0400
  • 40c31a13c7 Version 1.5.3-pre1: * Prevent moving items to/from invsee gui * Barrier item in invsee gui now closes gui when clicked PretzelJohn 2022-03-11 08:56:18 -0500
  • ea98a911d3 Version 1.5.2: * Added support for 1.18.2 by updating NBT-API internal dependency PretzelJohn 2022-03-05 09:01:42 -0500
  • f4a8ecd21c Version 1.5.1: * Fixed an NBT error and missing items when config.yml had uppercase material names PretzelJohn 2022-01-22 05:05:06 -0500
  • dd49756014 Version 1.5.1: * Fixed an NPE that occurred when a villager has no offers PretzelJohn 2022-01-21 21:08:24 -0500
  • afacf4adc8 Version 1.5.1: * Add toggleable Shopkeepers support * Made Citizens support toggleable PretzelJohn 2022-01-21 20:56:44 -0500
  • 5cc49188a7
    Update README.md PretzelJohn 2022-01-15 17:09:59 -0500
  • 8720e840e2 Version 1.5.0-pre4: * Add per-villager restock cooldowns PretzelJohn 2022-01-15 12:10:28 -0500
  • 3aba0ff1c7 Version 1.5.0-pre3: * Added global setting for per-player cooldowns PretzelJohn 2022-01-15 09:46:56 -0500
  • 0e63df608f * Update readme to document new features PretzelJohn 2022-01-11 04:53:06 -0500
  • e708187b33 Version 1.5.0-pre2: * Add per-player restock cooldowns * Finished commenting code PretzelJohn 2022-01-11 04:22:52 -0500
  • 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 PretzelJohn 2022-01-07 03:57:59 -0500
  • 446e677336 Version 1.4.4: * Added feature to increase discounts by setting MaxDiscount to a number greater than 1.0 1.4.4 PretzelJohn 2021-12-23 02:17:49 -0500
  • b950195383 Version 1.4.2: * Fix support for 1.16.5 and below 1.4.3 PretzelJohn 2021-12-21 01:56:02 -0500
  • c380de9800 Version 1.4.1: * Fix disabled trade glitch PretzelJohn 2021-12-16 16:33:21 -0500
  • 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 1.4.0 PretzelJohn 2021-12-15 15:30:01 -0500
  • 1d680d581d
    Merge pull request #1 from Jowcey/master PretzelJohn 2021-12-13 15:07:35 -0500
  • 47982a6e28 New Features + 1.18 Update Jowcey 2021-12-13 16:37:00 +0000
  • 589efcbfdb Version 1.3.0: * Added per-world disabled trading * Added per-item disabled trading 1.3.0 PretzelJohn 2021-09-16 01:35:21 -0400
  • 960fd1c535 Version 1.2.1: * Fixed NullPointerException when using "/vtl reload" from the console 1.2.1 PretzelJohn 2021-06-27 10:24:05 -0400
  • 4c12bb4bda Fixed typo for nms logic 1.2.0 PretzelJohn 2021-06-27 10:20:12 -0400
  • fff230d85d Fixed nms bug on minecraft versions < 1.17 PretzelJohn 2021-06-27 09:07:08 -0400
  • 6eb4eb782f Version 1.2.0: Initial commit PretzelJohn 2021-06-27 08:42:57 -0400