Skip to content

Changes

#225 (Apr 25, 2024, 6:58:32 AM)

  1. 1.20.5: renamed enum constants (commit: bf56b33) — Brokkonaut / githubweb

#224 (Apr 25, 2024, 6:58:15 AM)

  1. itemstack upgrades are no longer necessary (commit: 090e333) — Brokkonaut / githubweb

#223 (Apr 6, 2024, 3:28:34 AM)

  1. Removed validation check on item name. Name is only for visual purpose. (commit: 15b47b5) — maik / githubweb

#222 (Apr 2, 2024, 8:08:48 AM)

  1. update maven plugins (commit: 2cd6e92) — Brokkonaut / githubweb

#218 (Feb 28, 2024, 1:17:37 AM)

  1. improve logging for missing metadata (commit: f7dcd7c) — Brokkonaut / githubweb

#217 (Feb 23, 2024, 4:01:10 AM)

  1. By cutting down that username to 15 chars the namemanger failed to detect the shopowner when created. (commit: 2a3e720) — maik / githubweb
  2. getUUIDFor method did return null when shortened wasn't found because it was never checked if its their full name (commit: 1af279a) — maik / githubweb

#216 (Feb 12, 2024, 4:03:46 AM)

  1. improve item description for tipped arrows (commit: 9e577dc) — Brokkonaut / githubweb

#215 (Feb 12, 2024, 3:54:11 AM)

  1. fix display name for tipped arrows (commit: 871ca08) — Brokkonaut / githubweb

#214 (Feb 9, 2024, 7:43:57 AM)

  1. In a rare case the item would change when a shop got edited. For example Polished Deepslate would become Polished Deepslate Slabs, because the Material Util would return the "wrong" item (commit: 756f2d3) — Brokkonaut / githubweb

#213 (Feb 3, 2024, 6:40:37 AM)

  1. Special name for enchanted book with more than one enchantment (commit: 81e7053) — Brokkonaut / githubweb

#212 (Feb 3, 2024, 6:40:07 AM)

  1. Fix indentation in command output (commit: 3cd9f65) — Brokkonaut / githubweb

#211 (Feb 3, 2024, 6:37:02 AM)

  1. Added Test for current bug (commit: 5dc3294) — maik / githubweb
  2. Made tests more solid (commit: 4c64dbf) — maik / githubweb
  3. Changed shorting algorithm (commit: ac73c62) — maik / githubweb
  4. Added another Test for ensuring that even a string where the average length of a word is zero the outcome is still correct. (commit: 3d77a1d) — maik / githubweb

#210 (Feb 3, 2024, 6:36:07 AM)

  1. Re-Implemented localized Naming on Items that doesn't have a Name specified by a plugin (#6) (commit: decd806) — github / githubweb

#209 (Jan 16, 2024, 4:47:58 AM)

  1. Remove clone method (commit: 2d03f67) — maik / githubweb

#208 (Jan 16, 2024, 4:47:03 AM)

  1. Fix existing shop detection (commit: d7457db) — Brokkonaut / githubweb

#207 (Jan 14, 2024, 4:23:30 AM)

  1. improve display names for fireworks and enchanted books (commit: 1394f78) — Brokkonaut / githubweb

#206 (Jan 14, 2024, 4:22:15 AM)

  1. add name for swift sneak (commit: 0973322) — Brokkonaut / githubweb

#205 (Jan 13, 2024, 9:31:54 AM)

  1. better names for horns and potions (commit: ac3c86c) — Brokkonaut / githubweb

#204 (Jan 13, 2024, 8:43:19 AM)

  1. use updated method to show potion names (commit: f4bd919) — Brokkonaut / githubweb

#203 (Jan 13, 2024, 8:37:04 AM)

  1. add custom potion names for long/strong potions (commit: 4df5ba7) — Brokkonaut / githubweb

#202 (Jan 13, 2024, 8:16:59 AM)

  1. goat horns now have a proper itemmeta (commit: c710ecf) — Brokkonaut / githubweb

#201 (Jan 13, 2024, 7:45:44 AM)

  1. only show accessors if there are any (commit: 453938c) — Brokkonaut / githubweb

#200 (Jan 13, 2024, 7:26:39 AM)

  1. fix shop owner name on signs (commit: 94e5fbb) — Brokkonaut / githubweb

#199 (Jan 13, 2024, 6:38:18 AM)

  1. fix updating signs, do NOT delay the update (commit: 4a68cd5) — Brokkonaut / githubweb

#198 (Jan 9, 2024, 12:47:32 AM)

  1. Update Maven repository URL to HTTPS (commit: 2185457) — maik / githubweb
  2. Add ownership and access management to ChestShopSign (commit: 82d8fcd) — maik / githubweb
  3. Add admin shop detection to ChestShopSign (commit: 39989ef) — maik / githubweb
  4. Optimize admin shop detection with NamespacedKey (commit: 0be745e) — maik / githubweb
  5. Introduce NamespacedKey for admin shop detection (commit: ce4387e) — maik / githubweb
  6. Update Maven repository URL to HTTPS (commit: ad1fae9) — maik / githubweb
  7. Remove unused UUID retrievals methods in NameManager (commit: 0e84ac4) — maik / githubweb
  8. Add method for UUID retrieval and improve sign management (commit: 7bea581) — maik / githubweb
  9. Update 'isShopMember' function in ChestShop class (commit: ce71e71) — maik / githubweb
  10. Add 'setAdminshop' and 'setOwner' functions in ChestShopSign class (commit: cb363ec) — maik / githubweb
  11. Update sign immediately in 'setAdminshop', 'setOwner' and 'saveAccessors' (commit: 9eacee4) — maik / githubweb
  12. Add accessor addition and removal commands (commit: b40420d) — maik / githubweb
  13. Change data structure in 'saveAccessors' to HashSet (commit: d9b70bd) — maik / githubweb
  14. Updated accessor methods to use UUIDs (commit: 203fef8) — maik / githubweb
  15. Added owner access restriction for shop (commit: b4b55b7) — maik / githubweb
  16. Add show owner information feature (commit: 255ddc3) — maik / githubweb
  17. Refactor variables and handle empty accessor data (commit: 2e84c34) — maik / githubweb
  18. Add getUUIDForFullName method in NameManager (commit: 2a0dbea) — maik / githubweb
  19. Update ChestShopSign validation method (commit: 65cb039) — maik / githubweb
  20. Update ChestShopSign validation check (commit: 21c6774) — maik / githubweb
  21. Refactor ItemChecker and PlayerInteract classes (commit: 0dc6dc8) — maik / githubweb
  22. Refactor ItemChecker and PlayerInteract classes (commit: 6979486) — maik / githubweb
  23. Enhance sign manipulation by using ChestShopMetaData (commit: 350a3be) — maik / githubweb
  24. Remove commands SetAmount, SetItem, SetPrice, and refactor isChestShop method (commit: fe6e05e) — maik / githubweb
  25. Refactor sign checking method in ChestShop plugin (commit: a2c24b6) — maik / githubweb
  26. Update sign creation and check logic (commit: f99ceb3) — maik / githubweb
  27. Refactor sign creation process and add autofill items logic (commit: ec4563b) — maik / githubweb
  28. Refactor sign validation and creation in ChestShop (commit: c4fb1c2) — maik / githubweb
  29. Update itemStack to read from correct event line in SignCreate (commit: a241a18) — maik / githubweb
  30. Refactor check method for admin shop in PreShopCreation events (commit: a7944fd) — maik / githubweb
  31. Make ItemStack final in PreShopCreationEvent class (commit: 99d832c) — maik / githubweb
  32. Remove invalid price error message in pre-shop creation (commit: ebb478d) — maik / githubweb
  33. Change quantity line index in pre-shop creation event (commit: a897576) — maik / githubweb
  34. Update method to retrieve player display name (commit: 6bb5ca8) — maik / githubweb
  35. Add ItemChecker in pre-shop creation process (commit: 5e125ed) — maik / githubweb
  36. Update ChestShopSign to persist sign data (commit: c0d7234) — maik / githubweb
  37. Refactor serialization in ChestShopMetaData class (commit: 7341098) — maik / githubweb
  38. Add null validation for getItemStack in PreShopCreationEvent (commit: a439c2d) — maik / githubweb
  39. Remove unused import and simplify conditional in NameChecker (commit: 76053f4) — maik / githubweb
  40. Fix interaction handling and price-line index for ChestShop (commit: d048c8a) — maik / githubweb
  41. Refactor ChestShop MetaData creation methods (commit: 05c2450) — maik / githubweb
  42. Implement item metadata check in PreShopCreation (commit: 41e733a) — maik / githubweb
  43. Remove unused code in ItemInfo command class (commit: df8ae51) — maik / githubweb
  44. Add chat functionality to ItemInfo command class (commit: e6c9d62) — maik / githubweb
  45. Add chat functionality to ItemInfo command class (commit: 157b53a) — maik / githubweb
  46. Refactor PlayerInteract class and optimize sign check (commit: 29d49b9) — maik / githubweb
  47. Refactor ItemChecker class and simplify sign item check (commit: 4638cc8) — maik / githubweb
  48. Refactor and simplify item checking in PreShopCreation event (commit: a76a0ad) — maik / githubweb
  49. Refactor UUID handling in shop creation process (commit: 4ee899e) — maik / githubweb
  50. Refactor sign handling in ChestShopSign class (commit: fd24557) — maik / githubweb
  51. Enhance ChestShopSign logging and refactor some code (commit: 5aecc9e) — maik / githubweb
  52. Update NameChecker to handle blank owner names (commit: 8857089) — maik / githubweb
  53. Fix accessor addition logic in ChestShop (commit: 3d7c8c6) — maik / githubweb
  54. Refactor message when player not found in ChestShop (commit: 1ecf383) — maik / githubweb
  55. Add getItemStack method to ChestShopSign (commit: bb9221a) — maik / githubweb
  56. Limit shop owner name and item name length (commit: 88b4015) — maik / githubweb
  57. Add PreShopCreationItemDisplayNameEvent class (commit: 512ac36) — maik / githubweb
  58. Refactor item name retrieval in shop creation (commit: cffeb9d) — maik / githubweb
  59. Add documentation for PreShopCreationItemDisplayNameEvent (commit: 5fbe2f0) — maik / githubweb
  60. Implement item display name shortener functionality (commit: 97a71bc) — maik / githubweb
  61. Refactor sign display and logger update in ChestShop (commit: 4073ecf) — maik / githubweb
  62. Modify item name shortening to be case-insensitive (commit: 2a893d6) — maik / githubweb
  63. Refine item name shortening and related test cases (commit: c028bec) — maik / githubweb
  64. Update test strings in ItemCheckerTest class (commit: 032ce1c) — maik / githubweb
  65. Refactor item name shortening and sign update process (commit: 0942068) — maik / githubweb
  66. Adjust accessor related messages to non-final (commit: 73a19a9) — maik / githubweb
  67. Remove unnecessary import and refactor item name handling (commit: 690ff33) — maik / githubweb
  68. Reorganize import statements for clarity (commit: 2461e51) — maik / githubweb
  69. Updated to provide better organization of import statements (commit: 296e741) — maik / githubweb
  70. Refactor import statements across multiple classes (commit: 238f8b5) — maik / githubweb
  71. Implement new chest shop management commands (commit: 6e2e0f0) — maik / githubweb
  72. Refine pattern matching and add logging in ChestShop app (commit: 00bdbb0) — maik / githubweb
  73. Refactor sign creation and remove redundant code (commit: d9c4cc4) — maik / githubweb
  74. Refactor PlayerInteract for better ChestShop usage (commit: e6fdfa3) — maik / githubweb
  75. Update code to use ChestShopMetaData for shop information management (commit: 9642e38) — maik / githubweb
  76. Remove author tags in RemoveAccessor and AddAccessor classes (commit: 5f851a3) — maik / githubweb
  77. Refactor null check for itemStack in PreShopCreationEvent class (commit: 4ce2866) — maik / githubweb
  78. Update ChestShopSign for better metadata handling (commit: a9e736f) — maik / githubweb
  79. Add validity check to ChestShopSign metadata handling (commit: 93cfe7d) — maik / githubweb
  80. Improve the error checking mechanism for the `ChestShopSign` metadata handling by introducing a validation layer. This layer will delay the metadata saving task, allowing the system to verify its correctness before execution, hence improving data integrity. The async task is scheduled with a one tick delay to ensure a smoother operation even under potential exceptions. (commit: 2d073f7) — maik / githubweb
  81. Update comparison logic in ItemNaming class (commit: 9fd2c5b) — maik / githubweb
  82. Revised item info display and added new methods (commit: 2dcccc0) — maik / githubweb
  83. Refactor: Moved methods from ItemChecker to ItemNamingUtils. (commit: 8c0ece1) — maik / githubweb
  84. Shortened strings weren't stripped before. (commit: bb6e75e) — maik / githubweb
  85. The string to shorten is now taken literal. Before it was compiled as a regex. We don't need that Complexity in that component. (commit: b92548e) — maik / githubweb
  86. The displayed itemname in the item info is now the long version of what should be written on the sign. (commit: f8f87f0) — maik / githubweb
  87. Added Null Check if ShopOwner Name is unknown. (commit: dbf49d5) — maik / githubweb

#197 (Jan 6, 2024, 5:08:01 AM)

  1. Added Armor Trim in Item Info (#4) (commit: 15096d3) — github / githubweb

#196 (Jan 5, 2024, 1:50:09 AM)

  1. Add missing alternative item names (commit: 28e89eb) — Brokkonaut / githubweb

#195 (Jan 4, 2024, 11:46:34 PM)

  1. add distribution to pom (commit: 8504444) — Brokkonaut / githubweb

#194 (Dec 21, 2023, 3:10:33 AM)

  1. Update Maven repository URL to HTTPS (commit: 022a58f) — Brokkonaut / githubweb

#192 (Jun 14, 2023, 8:33:49 AM)

  1. do not allow sign editing for chest shops (commit: ab9f497) — Brokkonaut / githubweb

#188 (Mar 27, 2023, 4:16:09 AM)

  1. improve localized item name in iteminfo command (commit: 581df4c) — Brokkonaut / githubweb

#187 (Mar 26, 2023, 9:08:13 AM)

  1. some items are just inconsistent (commit: cfa415c) — Brokkonaut / githubweb

#186 (Mar 15, 2023, 3:13:55 AM)

  1. support new sign materials (commit: 3067b14) — Brokkonaut / githubweb
  2. build against 1.19.4 (commit: 34ab5f0) — Brokkonaut / githubweb

#185 (Feb 24, 2023, 6:09:40 AM)

  1. do not allow invalid item codes (commit: 44401a5) — Brokkonaut / githubweb

#184 (Feb 24, 2023, 5:57:40 AM)

  1. better logging on item upgrade exceptions (commit: 1d7c0f1) — Brokkonaut / githubweb

#183 (Feb 24, 2023, 4:56:35 AM)

  1. delete database entries that could not be upgraded (commit: b5593d5) — Brokkonaut / githubweb

#178 (Oct 20, 2022, 3:35:42 AM)

  1. For free transactions we dont need to call CurrencyEvents (commit: fd350b7) — Brokkonaut / githubweb

#177 (Oct 20, 2022, 2:54:22 AM)

  1. do not allow shulkers in shulkers (commit: 7f65835) — Brokkonaut / githubweb

#176 (Oct 20, 2022, 1:09:27 AM)

  1. configurable shulker box use (commit: 3bcf5ea) — Brokkonaut / githubweb

#167 (Jul 30, 2022, 9:40:26 AM)

  1. goat horn type (commit: 5b31bd2) — Brokkonaut / githubweb

#166 (Jul 28, 2022, 3:43:02 AM)

  1. fix sign coloring (commit: 45f337c) — Brokkonaut / githubweb

#165 (Jul 28, 2022, 3:42:37 AM)

  1. show meta for axolotl and crossbow arrow (commit: 693989a) — Brokkonaut / githubweb

#156 (Jul 14, 2022, 7:21:11 AM)

  1. when looking for attached signs to a chest, check if they are connected (commit: dba6e74) — Brokkonaut / githubweb

#155 (Jul 14, 2022, 6:55:01 AM)

  1. configurable shop info on sneak click (commit: 27e7a5f) — Brokkonaut / githubweb

#154 (Jul 14, 2022, 6:52:11 AM)

  1. allow buying/selling from own shop for free (commit: bec0d7d) — Brokkonaut / githubweb

#153 (Jul 14, 2022, 6:51:31 AM)

  1. require shulker when using ?? (commit: 65da07c) — Brokkonaut / githubweb

#152 (Jul 14, 2022, 6:02:26 AM)

  1. use ?? as item code to set the item to the content of a shulker (commit: 2e9b81d) — Brokkonaut / githubweb

#151 (Jul 14, 2022, 5:35:51 AM)

  1. add new signs (commit: ff78be7) — Brokkonaut / githubweb

#145 (Jun 11, 2022, 6:26:36 AM)

  1. Update for Minecraft 1.19 (commit: fef0e6a) — Brokkonaut / githubweb

#143 (Jun 7, 2022, 1:21:27 AM)

  1. update pom (commit: f4145f0) — Brokkonaut / githubweb

#142 (Mar 29, 2022, 4:28:40 AM)

  1. Add use-shop worldguard flag - required foy buying/selling (commit: 0715bc0) — Brokkonaut / githubweb
  2. Allow selling from/buying to shulker boxed in the player hand (commit: c498757) — Brokkonaut / githubweb

#141 (Mar 29, 2022, 4:28:10 AM)

  1. Sell items to shulkers in shops and buy from shulkers in shops (commit: c0494b6) — Brokkonaut / githubweb

#140 (Mar 12, 2022, 5:06:53 AM)

  1. Allow partial transactions when the target inventory is full (commit: 31566cf) — Brokkonaut / githubweb

#139 (Mar 12, 2022, 4:49:38 AM)

  1. use the correct inventory (commit: 802e2c6) — Brokkonaut / githubweb

#138 (Mar 12, 2022, 4:41:48 AM)

  1. Remove "feature" to sell different items in one transaction (commit: c8518ee) — Brokkonaut / githubweb

#129 (Sep 28, 2021, 3:18:57 PM)

  1. add /cssetitem command to update the item of existing shops (commit: 91a2434) — Brokkonaut / githubweb

#128 (Sep 1, 2021, 9:43:07 PM)

  1. Use OfflinePlayer instead of Player in some places (commit: c50add9) — Brokkonaut / githubweb

#127 (Sep 1, 2021, 9:40:37 PM)

  1. Add NameManager.getUUIDForFullName (commit: 2745bff) — Brokkonaut / githubweb

#126 (Aug 28, 2021, 4:09:35 AM)

  1. add setaddmount and setprice commands (commit: eff32a1) — Brokkonaut / githubweb

#125 (Aug 27, 2021, 7:25:54 AM)

  1. Add missing AlternativeItemNames and add test for name collisions (commit: 1a57c66) — Brokkonaut / githubweb

#124 (Aug 5, 2021, 8:46:23 AM)

  1. Correctly cleanup cache when removing name mappings (commit: 4bac81a) — Brokkonaut / githubweb

#123 (Aug 5, 2021, 2:58:33 AM)

  1. Fix freeing names (commit: 70789a9) — Brokkonaut / githubweb

#122 (Jul 29, 2021, 5:04:04 AM)

  1. Allow freeing usernames (commit: b8d01a9) — Brokkonaut / githubweb

#121 (Jul 10, 2021, 6:52:40 AM)

  1. Add short names for 1.17 items (commit: b13682d) — Brokkonaut / githubweb

#120 (Jul 10, 2021, 6:38:25 AM)

  1. Build against Spigot 1.17.1 (commit: 1a20953) — Brokkonaut / githubweb

#117 (Dec 23, 2020, 8:35:37 PM)

  1. Add special names for some blocks (commit: e4e7767) — Brokkonaut / githubweb

#116 (Nov 13, 2020, 4:58:44 AM)

  1. Spigot 1.16.4 (commit: aa63d8c) — Brokkonaut / githubweb

#115 (Aug 2, 2020, 5:28:57 AM)

  1. Allow translation of item names in messages (commit: a0da0d4) — Brokkonaut / githubweb

#113 (Jul 7, 2020, 5:09:00 AM)

  1. Upgrade items to keep them compatible (commit: 2464e72) — Brokkonaut / githubweb

#112 (Jul 7, 2020, 4:29:55 AM)

  1. Limit item count on signs to 99999 (commit: e3e2db1) — Brokkonaut / githubweb

#111 (Jul 6, 2020, 6:03:49 AM)

  1. Show upgrade counter (commit: 50b1c05) — Brokkonaut / githubweb

#110 (Jul 6, 2020, 6:03:29 AM)

  1. Add papers inventoy methods to fake inventory (commit: 027ca61) — Brokkonaut / githubweb

#108 (Jun 29, 2020, 6:03:34 PM)

  1. Minecraft 1.16 (commit: 6001ce6) — Brokkonaut / githubweb

#107 (May 17, 2020, 1:06:59 AM)

  1. Fix typo (commit: 194303f) — Brokkonaut / githubweb

#105 (Mar 26, 2020, 3:10:47 AM)

  1. NaN is no valid price (commit: abdee7c) — Brokkonaut / githubweb

#103 (Feb 19, 2020, 7:08:15 AM)

  1. cannot display honey level because of spigot bugs (commit: a00d45c) — Brokkonaut / githubweb

#102 (Feb 9, 2020, 4:21:44 AM)

  1. Show bee count and honey level for bee hives/nests in /iteminfo (commit: 23ee058) — Brokkonaut / githubweb

#101 (Feb 9, 2020, 4:21:04 AM)

  1. Spigot 1.15.2 (commit: 630b053) — Brokkonaut / githubweb

#100 (Jan 15, 2020, 6:28:45 AM)

  1. Improve enchantment display in /iteminfo (commit: f4e4b95) — Brokkonaut / githubweb

#99 (Dec 16, 2019, 6:39:55 PM)

  1. Build against spigot-api 1.15 (commit: e752689) — Brokkonaut / githubweb

#90 (Sep 12, 2019, 7:24:06 AM)

  1. Update dependencies (vault) (commit: 1676847) — Brokkonaut / githubweb

#89 (Sep 12, 2019, 7:09:41 AM)

  1. item database upgrade (commit: c52237c) — Brokkonaut / githubweb
  2. fix /csgive command (commit: bb354ad) — Brokkonaut / githubweb

#88 (Sep 10, 2019, 2:24:58 AM)

  1. Some items still could not be sold (commit: 02b1d46) — Brokkonaut / githubweb

#87 (Sep 9, 2019, 7:31:38 PM)

  1. add lore to iteminfo (commit: c5dae03) — Brokkonaut / githubweb

#86 (Sep 9, 2019, 7:06:33 PM)

  1. Add iteminfo for tropical fish (pattern/color) and leather armor (dye (commit: b4f3b7d) — Brokkonaut / githubweb

#85 (Sep 9, 2019, 6:15:08 PM)

  1. Protect against sql injections (commit: 640b147) — Brokkonaut / githubweb

#84 (Sep 9, 2019, 6:05:42 PM)

  1. Improve iteminfo command: show sign item name (commit: 8d9bf7e) — Brokkonaut / githubweb

#83 (Sep 9, 2019, 6:05:12 PM)

  1. Fix typo in messages (commit: e27ae07) — Brokkonaut / githubweb

#82 (Sep 9, 2019, 6:04:37 PM)

  1. Fix some items with metadata can not be sold (commit: 6685682) — Brokkonaut / githubweb

#81 (Sep 8, 2019, 4:56:29 AM)

  1. do not allow shulker boxes in shulker boxes (commit: 26ca0f1) — Brokkonaut / githubweb

#80 (Aug 26, 2019, 4:34:26 PM)

  1. Fix NPE in item info for some books (commit: 3433874) — Brokkonaut / githubweb

#79 (Aug 18, 2019, 2:56:23 AM)

  1. Alternative name for prismarine brick slab (commit: ec249be) — Brokkonaut / githubweb

#78 (Aug 14, 2019, 6:52:38 AM)

  1. Avoid unsafe async access (commit: 73d66a3) — Brokkonaut / githubweb

#77 (Jul 29, 2019, 4:45:49 AM)

  1. Allow shulker boxes and barrels as containers for chest shops (commit: 733ce31) — Brokkonaut / githubweb

#76 (Jun 16, 2019, 4:06:40 AM)

  1. Update to 1.14.2 (commit: 8f96342) — Brokkonaut / githubweb

#73 (May 18, 2019, 9:31:51 PM)

  1. Adapt to wg changes (commit: c45fefd) — Brokkonaut / githubweb
  2. Adopt latest WG changes (commit: e714a14) — Brokkonaut / githubweb

#68 (May 6, 2019, 6:05:07 AM)

  1. Fix wg flag registration (commit: 814b043) — Brokkonaut / githubweb

#65 (Apr 27, 2019, 4:56:24 AM)

  1. Spigot 1.14-pre5 -> 1.14 (commit: 29449d6) — Brokkonaut / githubweb

#63 (Apr 23, 2019, 10:31:12 PM)

  1. Remove unused method (commit: ae724d6) — Brokkonaut / githubweb

#62 (Apr 23, 2019, 10:28:12 PM)

  1. Update to 1.14-pre5 (commit: 94678b9) — Brokkonaut / githubweb

#59 (Mar 6, 2019, 6:22:38 PM)

  1. Improve item info (commit: 9dead2c) — Brokkonaut / githubweb

#57 (Jan 19, 2019, 8:38:20 PM)

  1. Don't show shop info twice on interaction (commit: 4364c24) — Brokkonaut / githubweb

#56 (Jan 9, 2019, 4:06:45 AM)

  1. Cleanup unused code (commit: b9c0bf2) — Brokkonaut / githubweb

#46 (Nov 24, 2018, 3:49:26 AM)

  1. Update to latest LWC changes (will work with older LWC builds too) (commit: d5b7de6) — Brokkonaut / githubweb

#33 (Nov 12, 2018, 6:32:07 PM)

  1. Option to show available items/free space of shops (commit: 10ce119) — Brokkonaut / githubweb

#32 (Nov 12, 2018, 6:27:07 PM)

  1. Always use UTF-8 for config files (commit: a9bd710) — Brokkonaut / githubweb

#31 (Nov 12, 2018, 4:38:10 AM)

  1. WorldGuard breaking builds again.. (commit: 339af37) — Brokkonaut / githubweb

#28 (Nov 6, 2018, 1:55:02 AM)

  1. Adapt to latest WorldGuard changes + Compile against Spigot 1.13.2 (commit: 98798c0) — Brokkonaut / githubweb

#26 (Oct 16, 2018, 2:32:47 AM)

  1. build against latest worldguard (commit: 0e4d93f) — Brokkonaut / githubweb

#24 (Oct 6, 2018, 10:11:15 PM)

  1. improve pom, exclude unneeded dependency (commit: 823c633) — Brokkonaut / githubweb

#23 (Oct 6, 2018, 10:00:00 PM)

  1. Add iani repository for worldedit/worldguard dependency (commit: d7edd91) — Brokkonaut / githubweb

#22 (Oct 4, 2018, 7:18:27 PM)

  1. Update readme (commit: ad57770) — Brokkonaut / githubweb

#21 (Oct 1, 2018, 5:37:28 AM)

  1. Fix default chest for wall signs (if multiple chests are connected to a (commit: 9e14e48) — Brokkonaut / githubweb

#18 (Sep 23, 2018, 5:35:47 AM)

  1. fix build dependencies (commit: c14e29a) — Brokkonaut / githubweb

#17 (Sep 23, 2018, 5:35:17 AM)

  1. Add alternativ name for tropical fish bucket (commit: 29f4f3e) — Brokkonaut / githubweb

#16 (Sep 21, 2018, 1:31:17 AM)

  1. Add short forms for some more too long item names (commit: 039c705) — Brokkonaut / githubweb

#14 (Aug 31, 2018, 4:44:59 AM)

  1. Updates for 1.13.1 (commit: 2d6ac6b) — Brokkonaut / githubweb

#4 (Aug 16, 2018, 5:54:01 PM)

  1. Remove dead dependencies (commit: 8422358) — Brokkonaut / githubweb