Commit Graph

248 Commits

Author SHA1 Message Date
Kiran Hart
4ccf0e0df6
partial buy skips initial bal check, checks during actual purchase confirmation
Took 6 minutes
2022-05-20 14:02:03 -04:00
Kiran Hart
dbf61e97f9
swap partial buy to be off by default, flag moved to -p/-partialbuy
Took 1 minute
2022-05-18 10:14:09 -04:00
Kiran Hart
25a2c6fb87
all items can be partially purchased (non bid ones with a stack size greater than 1 by default), players can provide -e or -entirestack to the sell command to negate that
Took 10 minutes
2022-05-17 12:34:06 -04:00
Kiran Hart
698c43aeda
CLAIM_MS_DELAY used for claim all now
Took 3 minutes
2022-05-17 12:08:20 -04:00
Kiran Hart
4ef175f37f
pretty stupid fix for broadcast issue
Took 6 minutes
2022-05-03 12:06:02 -04:00
Kiran Hart
0ccefff5b6
further improved garbage system
Took 11 minutes
2022-04-20 10:12:28 -04:00
Kiran Hart
2368202f4d fixed issue with min item prices being ignored while using the smart price + also blocked -stack / -s behind auctionhouse.cmdflag.stack perm
Took 11 minutes
2022-04-19 12:02:37 -04:00
Kiran Hart
f82eafcf91 improved garbage system, fixed minor bug
Took 3 minutes
2022-04-18 14:49:21 -04:00
Kiran Hart
c3832374ad allow update checker to be disabled
Took 2 minutes
2022-04-18 13:49:20 -04:00
Kiran Hart
0103911c07 implement new garbage deletion system
Took 7 minutes
2022-04-18 13:46:14 -04:00
Kiran Hart
ca6417c83a add garbage bin options to future control
Took 7 minutes
2022-04-18 13:33:37 -04:00
Kiran Hart
40c1447372 add auto commit to the delete items bit
Took 43 seconds
2022-04-18 13:22:56 -04:00
Kiran Hart
e63fcccbf8 fixed issue with filler
Took 1 minute
2022-04-15 13:02:03 -04:00
Kiran Hart
ca31b1f6cd 2.63.0
Took 1 minute
2022-04-15 12:57:09 -04:00
Kiran Hart
61d0bf67d6 smart calculations for min price
Took 6 minutes
2022-04-15 12:52:25 -04:00
Kiran Hart
eb6fb3193c add default filler item globally
Took 2 minutes
2022-04-15 12:40:46 -04:00
Kiran Hart
e05220481a Add option to disable auto save message
Took 2 minutes
2022-04-15 12:37:36 -04:00
Kiran Hart
51fc0dd3a4 added placeholder support for all gui titles
Took 15 minutes
2022-04-07 21:54:40 -04:00
Kiran Hart
62c9f4632c add minimum item prices
Took 40 minutes
2022-04-04 09:11:04 -04:00
Kiran Hart
6e28bbcbd5 additional null check for auction player
Took 2 minutes
2022-03-31 15:06:32 -04:00
Kiran Hart
396aa98ff0 fixed duplication bug with claim all, then clicking empty slot where item used to be
Took 1 minute
2022-03-28 21:37:49 -04:00
Kiran Hart
837ce69f59 2.60.1
Took 2 minutes
2022-03-24 17:32:23 -04:00
Kiran Hart
cba4ba7bfc purchase messages display correct qty when buying partial stacks
Took 2 minutes
2022-03-23 02:13:40 -04:00
Kiran Hart
2959ce1746 create auction player during sell command if missing
Took 19 seconds
2022-03-23 02:10:10 -04:00
Kiran Hart
c038dc2c5c stat manager takes an OfflinePlayer instead
Took 17 seconds
2022-03-23 02:09:51 -04:00
Kiran Hart
4335fa75df added more placeholders
Took 10 seconds
2022-03-23 02:09:33 -04:00
Kiran Hart
b84feb26d6 fixed format bug regarding tailing zeros
Took 42 seconds
2022-03-23 02:09:22 -04:00
Kiran Hart
2dff93cd48 transaction list shows actual sold item rather than the paper
Took 9 minutes
2022-03-23 02:08:38 -04:00
Kiran Hart
e68029d444 patch for duplication bug related to purchasing specific quantities of items
Took 4 minutes
2022-03-19 00:15:12 -04:00
Kiran Hart
078f4c2420 resolved issue with auction item garbage system not expiring items correctly
Took 4 minutes
2022-03-18 14:38:53 -04:00
Kiran Hart
faae19b1d9 add setting to drop tailing zeros on whole numbers
Took 8 minutes
2022-03-18 14:16:49 -04:00
Kiran Hart
e8798fc18b calculateListingFee using actual listing fee if not using percentage option
Took 7 minutes
2022-03-18 13:53:11 -04:00
Kiran Hart
54bd95c943 add button to transaction menu to let admin/opped users to delete transactions older than x time, also fixed a dupe bug caused in last commit
Took 20 minutes
2022-03-15 15:00:15 -04:00
Kiran Hart
d666f99a9d delete non claimed items after 7 days, disabled by default
Took 31 minutes
2022-03-15 14:15:39 -04:00
Kiran Hart
06e33f42ed 2.57.0 Fix nbt issue
Took 3 minutes
2022-03-12 22:21:14 -05:00
Kiran Hart
5fbfce0efd ban tab complete only fills online users, async offline user check
Took 5 minutes
2022-03-08 12:31:02 -05:00
Kiran Hart
bc8c63f7f7 2.56.0
Took 27 minutes
2022-02-24 14:07:16 -05:00
Kiran Hart
edbca7ab92 tax can be set as a percentage of the list price rather than a hard set value
Took 8 minutes
2022-02-11 20:48:00 -05:00
Kiran Hart
8e009d578e if the user doesn't have the perm: auctionhouse.transactions.viewall and restrict all transactions to perm is true, it will just open their transactions by default w.o showing them the menu asking to view all
Took 7 minutes
2022-02-02 11:40:13 -05:00
Kiran Hart
1627fad0e0 fixed bug where players can claim items if inventory is full resulting in the item dropping to the floor.
Took 4 minutes
2022-02-02 11:32:50 -05:00
Kiran Hart
017d6ee9f7 2.54.1 - finished rounding values 2022-01-25 12:02:44 -05:00
Kiran Hart
a3d0279af5 2.54.0 - number round option 2022-01-24 12:50:05 -05:00
Kiran Hart
e5b69121d0 2.53.2 - ban times will say expired if it drops below zero rather than showing negeative numbers 2022-01-20 12:24:42 -05:00
Kiran Hart
0cbc9482e1 2.53.1 - add custom metric chart for mysql usage 2022-01-18 13:12:19 -05:00
Kiran Hart
63e9bcc3c6 2.53.1 - placeholder api fix, increased short number format range 2022-01-18 13:07:32 -05:00
Kiran Hart
9aa111cc73 increase friendly number format range 2022-01-17 16:31:49 -05:00
Kiran Hart
08e0e0ead0 admin log menu 2022-01-17 14:31:39 -05:00
Kiran Hart
c3198e8b4e drop old serialization format table 2022-01-17 13:50:04 -05:00
Kiran Hart
5663d7f8eb auction admin logs migration 2022-01-17 13:46:24 -05:00
Kiran Hart
594d037109 get rid of the old auction item 2022-01-17 13:46:09 -05:00
Kiran Hart
780fc19cac copy item require gmc setting option 2022-01-17 13:24:53 -05:00
Kiran Hart
6ffa4f46a5 infinite items 2022-01-13 13:19:10 -05:00
Kiran Hart
d8ca93368c add item copy to admin menu 2022-01-13 12:32:40 -05:00
Kiran Hart
1585a58f52 2.51.0 CMI Listener for repair, update ultra economy api to use maven repo 2022-01-11 11:50:52 -05:00
Kiran Hart
223435242a 2.50.0 Expired Item Claim Adjustment 2022-01-10 14:12:25 -05:00
Kiran Hart
c901c0d8dd 2.49.0 2022-01-07 11:39:56 -05:00
Kiran Hart
b738f9e30d 2.49.0 - bundles can no longer be bundled, added seller and seller_displayname variables to auction sold broadcast msg 2022-01-06 23:49:25 -05:00
Kiran Hart
2fb972b67b sold broadcast, player_displayname & buyer_displayname variables, bundles are only created if it contains 2 or more items 2022-01-01 22:53:45 -05:00
Kiran Hart
ef4b4ea0f8 block sale of repaired items 2021-12-30 01:11:10 -05:00
Kiran Hart
54ea34f039 add blocked worlds 2021-12-14 14:49:47 -05:00
Kiran Hart
30727913e9 stop sell menu list if the user is from floodgate 2021-12-14 14:44:21 -05:00
Kiran Hart
8996e03c8b restrict access to the all transactions menu by permission (can be toggled) 2021-12-14 14:40:51 -05:00
Kiran Hart
96830d5ac8 created a command "middleware" to perform checks easier across all commands 2021-12-14 14:40:25 -05:00
Kiran Hart
f1dbcc4eea Closes #2 2021-12-14 14:00:41 -05:00
Kiran Hart
4fdd4e552d 2.45.0 - Mark chest 2021-12-05 00:21:37 -05:00
Kiran Hart
e69c4945c7 2.44.0 - 1.18 Support 2021-12-02 16:44:40 -05:00
Kiran Hart
678fa8ecd7 2.43.0 - Bundles are no longer item dependant, short format for player balance, prefix no longer adds a space if empty, and added option to prevent the listing of damaged items. 2021-11-22 13:53:46 -05:00
Kiran Hart
eda660c682 2.42.0 - Allow currency format customization 2021-11-09 12:00:25 -05:00
Kiran Hart
8f7b97e146 2.41.3 - Fixed bundle craft issue 2021-11-07 11:46:45 -05:00
Kiran Hart
35fb53f051 2.41.2 fixed incorrect translation 2021-11-04 15:00:03 -04:00
Kiran Hart
785bdaae3e 2.41.1 - closes #1 and fixed issue where non bid items would become bid items after a reload/restart 2021-10-31 16:01:44 -04:00
Kiran Hart
cf6d1f799c 2.41.0 - Force sync econ 2021-10-23 20:33:50 -04:00
Kiran Hart
ea43b8d100 2.40.0 - Withdraw/Deposit Commands 2021-10-12 15:41:26 -04:00
Kiran Hart
ea68340596 2.39.0 - mcMMO hook 2021-10-09 13:41:37 -04:00
Kiran Hart
aaed974ae2 2.38.0 - UltraEconomy Support 2021-10-05 22:38:08 -04:00
Kiran Hart
bf7ffac0da 2.37.0 - use flat number format 2021-10-02 22:48:44 -04:00
Kiran Hart
bcb6d6e533 2.36.1 2021-09-27 15:05:23 -04:00
Kiran Hart
6ab12cae1c 2.36.0 2021-09-27 11:41:35 -04:00
Kiran Hart
99220912bb 2.35.0 2021-09-21 21:33:45 -04:00
Kiran Hart
b26d08b848 2.34.0 2021-09-12 16:46:57 -04:00
Kiran Hart
6e759f1f83 2.33.1 2021-09-08 01:10:54 -04:00
Kiran Hart
713f66b8c5 2.32.0 2021-09-01 16:39:10 -04:00
Kiran Hart
a092cd0eed 2.31.0 2021-08-29 18:26:35 -04:00
Kiran Hart
c86bf6fc05 2.30.0 2021-08-25 15:48:28 -04:00
Kiran Hart
cb59797d18 2.29.0 2021-08-24 16:54:48 -04:00
Kiran Hart
a42c137808 2.28.1 2021-08-22 22:14:46 -04:00
Kiran Hart
9f8e3abad2 2.28.0 2021-08-22 01:10:01 -04:00
Kiran Hart
bc65b90625 2.28.0 2021-08-22 00:55:09 -04:00
Kiran Hart
56ed206425 2.27.0 2021-08-19 14:19:04 -04:00
Kiran Hart
7ae25a5ea3 2.26.1 2021-08-17 14:15:44 -04:00
Kiran Hart
b8844a5494 2.26.0 2021-08-16 01:08:29 -04:00
Kiran Hart
e74d2aecb0 2.25.2 2021-08-14 17:48:06 -04:00
Kiran Hart
e7afa4989e 2.24.0 2021-07-28 14:54:41 -04:00
Kiran Hart
37a2ba836f 2.23.0 2021-07-24 14:41:11 -04:00
Kiran Hart
d53645ff28 2.22.0 - sell system change 2021-07-22 11:53:15 -04:00
Kiran Hart
091de81509 2.22.0 - ban system & tax system addition 2021-07-22 02:03:35 -04:00
Kiran Hart
446eeb7512 2.21.1 2021-07-19 14:32:21 -04:00
Kiran Hart
09e356990f 2.20.3 2021-07-17 18:29:54 -04:00
Kiran Hart
d4b3147fed 2.20.1 - Fixed right click issue with sell gui 2021-07-15 15:47:49 -04:00
Kiran Hart
42e7faf7b4 2.20.0 - Fixed a bug regarding the sell gui that caused the duplication of the item being sold. Added a new gui for admin options. 2021-07-14 15:44:23 -04:00