Commit Graph

162 Commits

Author SHA1 Message Date
Len 7f3f01eda3 Fix NPE in Gambleshops and add missing messages for gamble shops. 2024-08-04 11:45:07 +02:00
Len 7cfd147f1e Add option to collect all balance from a single shop. 2024-08-04 11:45:07 +02:00
Len 74e0f8c5b5 Update the maximum amount a shop can sell to 64.
Ever since 1.20.5 it is no longer possible to overstack items above 64.
2024-08-04 11:45:07 +02:00
Len 6aa2e294b4 Implement gamble shops 2024-08-04 11:45:07 +02:00
Len 4e1f2d57bc Only listen to WallSign when creating shops. 2024-08-04 11:45:07 +02:00
Len 851d816abf Use Galaxy shared config path. 2024-08-04 11:45:07 +02:00
Len 0bbc68cbd1 Update 1.21 2024-08-04 11:45:07 +02:00
Len 5825a9b593 Change configuration file path 2024-08-04 11:45:07 +02:00
Len cf7c77bf47 Change item matcher 2024-08-04 11:45:07 +02:00
Len f5dc2dc670 Update gradle 2024-08-04 11:45:07 +02:00
destro174 1af40415c2
Merge pull request #16 from Altitude-Devs/Dev/config
Rework configuration
2024-04-21 14:19:43 +02:00
Len d4c8c0ab81 Rework configuration 2024-04-21 14:06:52 +02:00
Len da2bee447d Update itemMatcher 2024-04-20 21:44:42 +02:00
Len 55c92d6f20 Add SUGGESTIONS.md 2023-12-10 18:01:54 +01:00
Len 28b5272742 Add more items to item matcher 2023-12-03 21:06:50 +01:00
Len 27d67d67c9 Update item matcher 2023-11-24 10:41:54 +01:00
Len eb81e65212 Update to 1.20.2 2023-11-24 10:01:07 +01:00
Len e61385aaf6 Fix transaction output message 2023-09-02 18:02:33 +02:00
Len c6e2709e6c Add GUI option to collect all sales balance 2023-08-14 00:39:47 +02:00
Len 440ab3dae5 Make menubar before initInv 2023-08-13 18:28:02 +02:00
Len 2ffdf01dd8 Changes and fixes to GUI system 2023-08-12 18:59:41 +02:00
Len 0a4de42fea Update getPlayerHead to use offlineplayerdata 2023-08-12 18:59:10 +02:00
Len 2b07c9807b Add aliases to PlayerShopCommand.java 2023-08-12 17:47:24 +02:00
Len 0019f27636 Start implementing PlayerSettings.java and PlayerSettingsGui.java 2023-08-12 16:49:21 +02:00
Len bd2f71d8c5 Move ShopManagementGui Title to MessageConfig.java 2023-08-12 14:04:28 +02:00
Len db38b93264 Make open the default for PlayerShopCommand 2023-08-12 13:43:52 +02:00
Len 5e5d70bf53 Add a way to display ShopTransaction.java 2023-08-12 13:29:49 +02:00
Len f898794b1a Add GUI titles to MessageConfig.java 2023-08-12 13:22:54 +02:00
Len 89f2dc7b51 Update TransferShopsCommand.java 2023-08-12 12:54:27 +02:00
Len 22e30ba949 Update amount of orders in messages 2023-08-12 12:31:09 +02:00
Len f12b80b280 Add TransferShopsCommand 2023-08-12 11:38:22 +02:00
Len 75c0899298 Fix not being able to remove shops 2023-06-27 17:38:17 +02:00
Len e0a4ed85a5 Add shopCreationCost 2023-06-27 17:26:20 +02:00
Len 795650a373 Update TransactionListener.java 2023-06-27 17:11:01 +02:00
Len 7553df9c12 Add GriefPreventionListener to listen to GriefPreventionEvents 2023-06-27 16:49:47 +02:00
Len fa2d5689fb Use EventPriority.HIGHEST for shopinteraction 2023-06-27 16:32:57 +02:00
Len 584224577a Update plugin.yml 2023-06-27 16:32:30 +02:00
Len 308b0965c1 Update gradle-wrapper.properties 2023-06-27 16:32:14 +02:00
Len 09be9e5e46 1.20.1 2023-06-19 10:01:09 +02:00
Stijn 455b5ebb8d
Merge pull request #14 from Altitude-Devs/ClaimExpirationEvent
Add back shop expiration when claims expire
2023-06-04 21:36:16 +02:00
Stijn da367ae179
Merge pull request #15 from Altitude-Devs/dev/shopcommand
Dev/shopcommand
2023-06-04 21:36:06 +02:00
Teriuihi af59775ac3 Fix getRemainingStock not accounting for shop type (it assumed all shops were buy shops) 2023-06-04 21:34:21 +02:00
Teriuihi 59ef4c23ea Added a way to highlight shops that are low on stock 2023-01-22 22:05:14 +01:00
Teriuihi 55cb197b0b Changed getStock to only return the actual stock they have left instead of the total amount of items left (and protected it) 2023-01-22 22:04:46 +01:00
Teriuihi da5e514422 Fix incorrect number of arguments in command
Fix check stock command checking total items left, not total amount of purchases left
2023-01-22 21:37:00 +01:00
Teriuihi d3ba5be040 Made stock checking work for everyone 2023-01-22 01:47:35 +01:00
Len 057df73513 Add back shop expiration when claims expire 2023-01-11 17:56:17 +01:00
Len c04142cf2a Rework commands 2022-11-22 09:27:49 +01:00
Teriuihi 72fd7efc86 Fixed weird stock message when stock not specified and no shops are found 2022-11-11 04:27:34 +01:00
Teriuihi 515613c36d Added check stock command 2022-11-11 04:21:15 +01:00