Commit Graph

  • 2c5479e3cd
    Merge b274f673e2 into 7dbc1ad5d3 valeri manijashvili 2024-05-04 08:35:52 +0100
  • a52e6c3423
    Merge a59c3c786d into 7dbc1ad5d3 Johan 2024-05-02 22:58:04 +0200
  • a59c3c786d #539 PR requested changes Johanmans10 2024-05-02 22:57:52 +0200
  • 7dbc1ad5d3
    Merge pull request #592 from Johanmans10/bypass-price-limit master Max Lee 2024-04-30 01:20:52 +0100
  • 9f4037c312
    Disable Paper's NMS remapping introduced in 1.20.5. Phoenix616 2024-04-30 01:09:55 +0100
  • b6b7a6bf43
    Improve EnumParser to better take in the closeness of names into account Phoenix616 2024-04-30 00:58:02 +0100
  • 60b10a83b6
    Adjust to use "new" potion API and improve custom effects Phoenix616 2024-04-30 00:24:14 +0100
  • b54824052d
    Build against 1.20.5 Phoenix616 2024-04-30 00:23:10 +0100
  • 8a26b15ea9 #539 Implemented permissions for bypassing min/max sell/buy prices Johanmans10 2024-04-30 01:00:13 +0200
  • 3820bba66c #579 Updated for the stock counter to be updated on any hopper input Johanmans10 2024-04-30 00:21:27 +0200
  • b96786d751
    Merge 418e70f6ea into 09170f6d51 Fyrinlight 2024-04-28 18:12:47 +0100
  • 09170f6d51
    Add official RedProtect repo and update dependency (Fixes #589) Phoenix616 2024-04-26 17:22:34 +0100
  • 488cd2e9d5
    Use doubles for tax amount in config instead of int (Fixes #578) Phoenix616 2024-04-26 16:42:59 +0100
  • 46d4f583ba
    Revert adventure-text-serializer-gson to 4.14.0 (Fixes #590) Phoenix616 2024-04-23 00:32:27 +0100
  • 7a73d66939
    Update adventure (Fixes #582) Phoenix616 2024-04-19 16:55:53 +0100
  • 6f5b56d20a
    Fix Folia compatibility by using own ExecutorService (Fixes #587) Phoenix616 2024-03-25 22:40:03 +0100
  • 5444b5256e
    Merge 2a3033bc9b into b386cacb5e Max Lee 2024-03-08 12:51:02 -0800
  • b386cacb5e
    Improve the Updater (Fixes #541, #586) Phoenix616 2024-03-04 19:28:02 +0100
  • df17fe7483
    [CI-SKIP] Fix wrong author and add some more docs Phoenix616 2024-02-07 17:20:29 +0100
  • d3f8abb80e
    Add release update notification (#541) Phoenix616 2024-02-07 16:10:08 +0100
  • b274f673e2 rename configuration property IGNORE_ENCHANT_ATTRIBUTE_FOR_SIMILARITY to EXCLUDED_ITEM_ATTRIBUTES v_manijashvili 2023-11-28 16:25:58 +0400
  • e89cd04725 remove unused imports v_manijashvili 2023-11-26 10:49:46 +0400
  • a4472eb347 clear System.out.println v_manijashvili 2023-11-26 10:48:32 +0400
  • 86605352be Posibility to ignore some enchantment from ItemStack Add configuration IGNORE_ENCHANT_ATTRIBUTE_FOR_SIMILARITY v_manijashvili 2023-11-26 10:24:54 +0400
  • c7ee705012 ignore repair-cost attribute when check ItemStack equals() v_manijashvili 2023-11-26 09:43:41 +0400
  • 2388da62a5
    Log tax messages to the shop logger too Phoenix616 2023-10-08 20:55:38 +0100
  • 53aa75d9b4
    Fix that Double Chests weren't supported in some cases (Fixes #568) Phoenix616 2023-09-28 17:26:37 +0100
  • a413e86ccf
    Fix transaction message getting sent twice when server economy account is set Phoenix616 2023-09-26 20:22:15 +0100
  • 0fcbcbbb11
    Fix ChestShop not starting if an error occurred hooking into a dependency Phoenix616 2023-09-25 12:55:42 +0100
  • 673a072aa5
    Create lang.pt_PT.yml ice41 2023-09-22 02:51:37 +0100
  • a9cb8096e6
    Use InventoryHolder couldBeShopContainer check (Might help with #566) Phoenix616 2023-09-22 01:45:45 +0100
  • 17bd2a1fcb
    Fix issues with spaces in shortened item names Phoenix616 2023-08-27 16:29:06 +0100
  • d426492561
    Fix issues with new 1.20 back side of signs Phoenix616 2023-08-27 15:55:53 +0100
  • f3cf4cd96e
    catch ClassCastException in the ItemDatabase update method (#563) Joo200 2023-08-14 21:01:49 +0200
  • 37bb41e8d5 squash! catch ClassCastException in the ItemDatabase update method Joo200 2023-08-14 20:13:38 +0200
  • 6aa39cb83b catch ClassCastException in the ItemDatabase update method Joo200 2023-08-14 18:11:11 +0200
  • 9bbd6028d0
    Add log message that informs about the server being rate limited. Phoenix616 2023-08-13 19:48:18 +0100
  • 2b36b7314f
    Work around potential issues with Mojang API ratelimites on startup (#560) Phoenix616 2023-08-13 19:46:08 +0100
  • 0b8fe80443
    Further item name shortening fixes Phoenix616 2023-07-08 16:13:29 +0100
  • 3ef02d05cd
    Restore spaces in string that might be already be shortened (Fixes #558) Phoenix616 2023-06-21 18:32:47 +0100
  • 3a1885e2f3
    Improve logger handling Phoenix616 2023-06-18 22:12:08 +0100
  • 54cc1ce842
    Fix wrong capitalization of item names (Fixes #549, #557) Phoenix616 2023-06-17 14:53:47 +0100
  • dc6aa21a91
    Fix compatibility with older versions (Fixes #556) Phoenix616 2023-06-15 16:24:00 +0100
  • 6ba8e092b8
    Add some more detailed server type statistics Phoenix616 2023-06-15 15:47:35 +0100
  • 97ffc31d2b
    Separate economy adapter from other dependencies in metrics Phoenix616 2023-06-15 15:27:03 +0100
  • ed642ccf3c
    Compile against 1.20.1 and fix some short name issues Phoenix616 2023-06-15 00:01:45 +0100
  • 999f596125
    Add metrics for used economy and hooked dependencies Phoenix616 2023-06-14 15:50:43 +0100
  • 30ff61d14f
    Improve INCLUDE_SETTINGS_IN_METRICS option comment Phoenix616 2023-06-14 15:46:44 +0100
  • 978f1270f5
    Send ShopDestroyedEvent for sign edits that break a shop Phoenix616 2023-06-13 00:22:30 +0100
  • 7203ec17cd
    Add compatibility for new sign-editing in 1.20 Phoenix616 2023-06-13 00:11:48 +0100
  • 6602be68e3
    Merge pull request #553 from Krakenied/strip-price-colors Max Lee 2023-05-20 14:46:08 +0100
  • 2fb82a2529
    Strip price colors Krakenied 2023-05-20 14:56:06 +0200
  • 418e70f6ea
    Fix ItemAlias Fyrinlight 2023-05-08 17:45:29 -0400
  • 05ebe2d054
    Properly shutdown ExecutorService Phoenix616 2023-03-29 16:54:10 +0100
  • 013a21159f
    Ensure NameManager caches stay consistent with multiple threads accessing them Phoenix616 2023-03-24 00:08:48 +0100
  • d52c329618
    Make compatible with Folia by using own ExecutorService Phoenix616 2023-03-23 23:50:08 +0100
  • 0cad50adca
    aa Kenig 2023-03-06 15:10:47 +0200
  • b425dfb69f
    [CI-SKIP] Add Qodana project to readme Phoenix616 2023-03-01 18:44:56 +0100
  • 0a16ec1d08
    Add qodana baseline of accepted warnings Phoenix616 2023-03-01 18:42:40 +0100
  • 362dd856d3
    Cleanup: Properly log errors Phoenix616 2023-03-01 18:36:46 +0100
  • 385672ecd4
    Cleanup: Fix potential NPE in Updater Phoenix616 2023-03-01 18:34:21 +0100
  • 92a013dd10
    Cleanup: Properly log errors Phoenix616 2023-03-01 18:27:04 +0100
  • 7a09c53bde
    Cleanup: Better specify exception catch and remove unused import Phoenix616 2023-03-01 18:16:14 +0100
  • 93f14a330d
    Cleanup: Use String#join instead of Stream#collect Phoenix616 2023-03-01 18:15:27 +0100
  • 199573df59
    Fix potential NullPointerExceptions Phoenix616 2023-03-01 18:14:18 +0100
  • a38f309453
    Cleanup: Properly log errors Phoenix616 2023-03-01 18:11:35 +0100
  • 02ef09c586
    Use non-deprecated setScale, remove duplicate division calls, NPE-Fix Phoenix616 2023-03-01 18:10:25 +0100
  • aa7bfbb7ee
    DoubleChest left/right side holder might be null/not BlockStates. Check that. Phoenix616 2023-03-01 18:06:35 +0100
  • 7d92cb820d
    Don't check block type twice Phoenix616 2023-03-01 18:03:34 +0100
  • 4de1f1e8c5
    Fix potential out of bounds and NPE Phoenix616 2023-03-01 18:01:33 +0100
  • 7ee8d07242
    Cleanup: Use chained StringBuilder#append Phoenix616 2023-03-01 17:59:02 +0100
  • 37c7b97fe8
    Improve protection type mapping Phoenix616 2023-03-01 17:57:31 +0100
  • 0d8d37eb85
    Cleanup: Use 0-sized arrays and fix division Phoenix616 2023-03-01 17:54:31 +0100
  • e6a2d2f1c5
    Cleanup: Properly log errors and remove unnecessary early return Phoenix616 2023-03-01 17:49:59 +0100
  • ada8cf3ae8
    Cleanup: 0-sized arrays, NPE, Math.min usage Phoenix616 2023-03-01 17:48:07 +0100
  • fbfe789bfa
    Fix potential NPE and properly log exceptions Phoenix616 2023-03-01 17:42:35 +0100
  • f547995164
    Cleanup: Mark EconomyAPI as Nullable and fix potential NPE Phoenix616 2023-03-01 17:37:22 +0100
  • d6673c8afd
    Cleanup: Use try-with and small fixes like NPE Phoenix616 2023-03-01 17:33:34 +0100
  • f0661656a0
    Cleanup: Use try-with and other small improvements Phoenix616 2023-03-01 17:19:18 +0100
  • 967a315ff8
    Add Qodana code quality checker Phoenix616 2023-03-01 16:26:51 +0100
  • 59e82c7078
    Add metrics for settings as separate charts Phoenix616 2023-02-05 22:02:10 +0100
  • 236c4b1b37
    Add links to IssueHunt. Phoenix616 2023-02-04 15:23:50 +0100
  • 32879ad3cd
    Update maven repos Phoenix616 2023-01-22 21:35:39 +0100
  • c15afb4d0b
    Update adventure and MineDown Phoenix616 2023-01-22 21:29:09 +0100
  • 852f20a50e
    Add ItemBridge support (Resolves #361) Phoenix616 2022-12-29 15:25:26 +0100
  • e3ab44ae32
    Don't fail account UUID checks on players that are online Phoenix616 2022-11-23 22:15:21 +0100
  • 9233064273
    Adjust comment regarding floodgate to their current default prefix Phoenix616 2022-11-17 23:28:09 +0100
  • 93e2895645
    Remove deprecated reflection API usage Phoenix616 2022-10-13 14:14:20 +0100
  • e99ae1eb1e
    Fix spigot build profile by using same version as paper dependency Phoenix616 2022-10-12 16:53:00 +0100
  • 9842f47f37
    Trigger transaction message from CurrencyTransferEvent and consider tax (#534) Felipe Foschiera 2022-10-12 12:37:18 -0300
  • 9acdb41dce Trigger transaction message from CurrencyTransferEvent and consider tax felipefoschiera 2022-10-09 23:40:38 -0300
  • 2a3033bc9b New translations lang.en.yml (German) localization Max Lee 2022-09-12 23:32:41 +0100
  • 5b5f9aca8e New translations lang.en.yml (German) Max Lee 2022-09-12 23:30:09 +0100
  • 34df7e368a
    Merge pull request #527 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies_maven Max Lee 2022-09-12 23:26:02 +0100
  • c532185eb5 New translations lang.en.yml (LOLCAT) Max Lee 2022-09-12 23:07:33 +0100
  • 2df3f4f98a New translations lang.en.yml (Irish) Max Lee 2022-09-12 23:07:32 +0100
  • a59c2f318d New translations lang.en.yml (Kurdish) Max Lee 2022-09-12 23:07:31 +0100
  • f99e0159e3 New translations lang.en.yml (Lithuanian) Max Lee 2022-09-12 23:07:30 +0100
  • 93d1d36d54 New translations lang.en.yml (Portuguese) Max Lee 2022-09-12 23:07:29 +0100
  • b5030d3509 New translations lang.en.yml (Slovak) Max Lee 2022-09-12 23:07:28 +0100