Commit Graph

750 Commits

Author SHA1 Message Date
Kiran Hart
3311ecfbe9
2.77.0
Took 28 seconds
2022-10-18 14:45:57 -04:00
Kiran Hart
1c2b39fc41
additional filter check, if the currently selected filter is now disabled, update their filter to ALL
Took 2 minutes
2022-10-18 14:35:31 -04:00
Kiran Hart
b3aa3d4e06
add isAllButAllDisabled() to AuctionItemCategory, and update profile to use ALL filter if everything else is disabled
Took 5 minutes
2022-10-18 14:33:46 -04:00
Kiran Hart
201f034006
Add back %auctionhouse_total_money_earned%
Took 6 minutes
2022-10-18 14:22:09 -04:00
Kiran Hart
2a6fdb9cd6
Added setting to disable the player profile update message in the console
Took 1 minute
2022-10-18 13:57:54 -04:00
Kiran Hart
22be57cdd3
when setting "allow usage of bid system" is disabled, the right click for sale type filtering is disabled
Took 2 minutes
2022-10-18 13:54:09 -04:00
Kiran Hart
2b4180ad4b
add feather dependency to pom
Took 15 seconds
2022-10-13 20:38:39 -04:00
Kiran Hart
875a369829
create listing type and statistic type enumerations
Took 14 seconds
2022-10-13 20:38:24 -04:00
Kiran Hart
bb423bc348
create user settings interface
Took 8 seconds
2022-10-13 20:38:10 -04:00
Kiran Hart
1a6dcf5563
create synchronize interface
Took 9 seconds
2022-10-13 20:38:02 -04:00
Kiran Hart
5a7de57c32
create storeable interface
Took 6 seconds
2022-10-13 20:37:53 -04:00
Kiran Hart
c37afd2c3a
create statistic interface
Took 6 seconds
2022-10-13 20:37:47 -04:00
Kiran Hart
cf410b295c
create Identifiable interface
Took 9 seconds
2022-10-13 20:37:41 -04:00
Kiran Hart
38b345c3c5
create edit trackable interface
Took 9 seconds
2022-10-13 20:37:32 -04:00
Kiran Hart
7183027719
create biddable interface
Took 5 seconds
2022-10-13 20:37:23 -04:00
Kiran Hart
01f8c3c3de
create bid interface
Took 6 seconds
2022-10-13 20:37:17 -04:00
Kiran Hart
4de9a26b92
create auction user interface
Took 14 seconds
2022-10-13 20:37:11 -04:00
Kiran Hart
300a7e2aae
create auction interface
Took 10 minutes
2022-10-13 20:36:50 -04:00
Kiran Hart
f7c2cd04dd
2.76.0
Took 15 seconds
2022-10-06 12:57:28 -04:00
Kiran Hart
bb21046869
added msg.auction start title bid, need feedback on this before closing #4
Took 2 minutes
2022-10-06 12:57:11 -04:00
Kiran Hart
1450dcc4f4
closes #5
Took 45 seconds
2022-10-06 12:54:33 -04:00
Kiran Hart
b5e7fa0720
added getListingFee() to AuctionStartEvent, closes #10
Took 2 minutes
2022-10-06 12:50:58 -04:00
Kiran Hart
e6f28af4a0
TickAuctionsTask handles the setting BIDDING_TAKES_MONEY (issue #5) when determining whether to take money or not
Took 40 seconds
2022-10-06 12:47:55 -04:00
Kiran Hart
a71645f6b5
added getTax() to AuctionEndEvent, relates to #10
Took 4 minutes
2022-10-06 12:46:53 -04:00
Kiran Hart
411935aa57
when an item is cancelled (by player or admin action) and if using setting related to #5 the bidder will get their money back
Took 38 seconds
2022-10-06 12:39:52 -04:00
Kiran Hart
711c096c27
added logic to take and give back money on bids, relates to #5
Took 17 minutes
2022-10-06 12:38:40 -04:00
Kiran Hart
3728adaa50
add setting regarding #5
Took 3 minutes
2022-10-05 19:14:01 -04:00
Kiran Hart
890cd1f2b8
closes #9
Took 7 minutes
2022-10-05 18:23:17 -04:00
Kiran Hart
5e5f8ab2f6
2.75.0 Correction
Took 15 seconds
2022-10-03 21:05:02 -04:00
Kiran Hart
325677a0ac
2.76.0
Took 27 seconds
2022-10-03 20:59:14 -04:00
Kiran Hart
023107b898
add FILTER_WHITELIST_USES_DURABILITY
Took 3 minutes
2022-10-03 20:58:37 -04:00
Kiran Hart
6ccbcc9b2d
closes #8
Took 38 seconds
2022-10-03 20:54:16 -04:00
Kiran Hart
24c244d501
finish new statistic system guis
Took 14 minutes
2022-10-03 20:44:33 -04:00
Kiran Hart
95f6be8e97
finish self statistic gui (related to #8)
Took 33 seconds
2022-09-30 16:52:25 -04:00
Kiran Hart
ede3a9b913
closes #7
Took 13 minutes
2022-09-30 16:47:59 -04:00
Kiran Hart
42e4e6d443
yeet workflow out of existence 2022-09-30 15:38:50 -04:00
Kiran Hart
28745d852d
push work
Took 17 seconds
2022-09-25 17:56:40 -04:00
Kiran Hart
7e424d1e95
AuctionStatisticType added
Took 9 seconds
2022-09-22 21:40:52 -04:00
Kiran Hart
0756da3039
"cache" to quick count of individual stats by player uuid
Took 16 seconds
2022-09-22 21:40:43 -04:00
Kiran Hart
3c0ea24ac6
if player is null during getSellLimit, return max val
Took 15 seconds
2022-09-22 21:40:23 -04:00
Kiran Hart
9c93ebf385
make player var scope protected
Took 17 seconds
2022-09-22 21:40:08 -04:00
Kiran Hart
8dab760f20
stat view select gui
Took 9 seconds
2022-09-22 21:39:46 -04:00
Kiran Hart
d3a0e23a01
personal stat gui
Took 15 seconds
2022-09-22 21:39:37 -04:00
Kiran Hart
1e9efecefe
stat command
Took 56 minutes
2022-09-22 21:39:10 -04:00
Kiran Hart
f677e7d5fc
fix custom texture head issue
Took 7 minutes
2022-09-19 16:13:39 -04:00
Kiran Hart
f9f10b4a38
2.74.0
Took 48 seconds
2022-09-16 15:29:43 -04:00
Kiran Hart
068e21c100
sell menu item drops if killed after item is placed in it
Took 17 minutes
2022-09-16 11:46:59 -04:00
Kiran Hart
68253d35f3
update bug/feature markdown files
Took 3 minutes
2022-09-16 10:39:33 -04:00
Kiran Hart
1efbc800a4
add new placeholders for the new statistic system
Took 26 minutes
2022-09-09 13:02:41 -04:00
Kiran Hart
1f68c0aada
completely remove the old stat system
Took 3 minutes
2022-09-08 13:45:40 -04:00