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
|
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
|
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
|
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
|
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
|
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 |
|
Kiran Hart
|
fffea9121e
|
new Auction Statistic system properly stores data now after bin/auction sold/creation and money earned/spent events
Took 4 minutes
|
2022-09-08 13:40:39 -04:00 |
|
Kiran Hart
|
39177a1fbd
|
AuctionStatistic uses uuid instead of id auto increment
Took 32 minutes
|
2022-09-08 13:24:07 -04:00 |
|
Kiran Hart
|
55dd436e9d
|
create new statistic enum&class, and migration
Took 7 minutes
|
2022-09-08 09:14:38 -04:00 |
|
Kiran Hart
|
7b96ca12ee
|
fixed bug where when leaving/disconnecting from the server after placing an item into the sell gui and entering a new price, you'll not get it back on rejoin
Took 2 minutes
|
2022-08-30 13:16:35 -04:00 |
|
Kiran Hart
|
912a0d796f
|
if you cancel the list confirm, bundle items will be returned to you
Took 2 minutes
|
2022-08-25 09:43:32 -04:00 |
|
Kiran Hart
|
b33ecceefe
|
remove old confirm listing in favour of new consumer version
Took 33 minutes
|
2022-08-25 09:39:12 -04:00 |
|
Kiran Hart
|
c6a816bf8e
|
added option to filter where it would only look at whitelisted items
Took 3 minutes
|
2022-08-25 08:22:42 -04:00 |
|
Kiran Hart
|
ab2ff169a4
|
if getFriendlyNumber is unable to format correctly, default to normal number format
Took 21 seconds
|
2022-08-25 08:18:38 -04:00 |
|
Kiran Hart
|
e3f7e46393
|
null checks regarding meta / lore
Took 3 minutes
|
2022-08-25 08:18:14 -04:00 |
|
Kiran Hart
|
5656026a69
|
remove log msg
Took 2 minutes
|
2022-08-17 20:56:30 -04:00 |
|
Kiran Hart
|
6ee10a655b
|
fixed issue where when using confirm listing and the sell gui, it will take the item in the player hand even if its not the item being sold
Took 4 minutes
|
2022-08-17 12:51:16 -04:00 |
|
Kiran Hart
|
49326fbcaa
|
auction player data is persisted, (filter settings, and last listed time) between restarts
Took 34 minutes
|
2022-08-17 12:35:50 -04:00 |
|
Kiran Hart
|
1a08e2690a
|
delete CityBuildStuffAPIHook.java, create auction player migration for persistent filter
Took 5 minutes
|
2022-08-17 11:20:34 -04:00 |
|
Kiran Hart
|
2c3a11951c
|
Fixed bug where sell gui would initially use min inc for start, vice versa
Took 1 minute
|
2022-08-12 15:40:59 -04:00 |
|
Kiran Hart
|
195f56818c
|
don't remove cooldown for user on quit
Took 1 minute
|
2022-08-10 19:40:01 -04:00 |
|
Kiran Hart
|
88b494caac
|
added options to disable specific admin menu options
Took 3 minutes
|
2022-08-10 19:37:24 -04:00 |
|
Kiran Hart
|
2e90179441
|
rename coins hook to CityBuildStuff
Took 1 minute
|
2022-08-02 16:23:23 -04:00 |
|
Kiran Hart
|
cc903df3fd
|
Coins hook
Took 10 minutes
Took 35 seconds
|
2022-08-02 16:19:34 -04:00 |
|
Kiran Hart
|
c88f185e8e
|
fix out of bounds error with hasTime
Took 10 minutes
|
2022-07-27 22:55:16 -04:00 |
|
Kiran Hart
|
e161603868
|
Fixed bug where sell menu would exit / not give item back if listing fee could not be paid
Took 2 minutes
|
2022-07-27 15:54:11 -04:00 |
|
Kiran Hart
|
c9c6462f04
|
2.70.1
Took 10 seconds
Took 2 minutes
|
2022-07-26 19:34:16 -04:00 |
|
Kiran Hart
|
6e77c31e8d
|
fixed -t flag for sell command
Took 14 minutes
|
2022-07-26 19:28:41 -04:00 |
|
Kiran Hart
|
ed0423dbc8
|
confirm gui for sell menu
Took 3 minutes
|
2022-07-26 18:43:56 -04:00 |
|
Kiran Hart
|
fd3bc2507b
|
confirm gui for bundle creation
Took 3 minutes
|
2022-07-26 18:39:26 -04:00 |
|
Kiran Hart
|
e2f6ec5e4d
|
resolve oncommand with chat input
Took 9 minutes
|
2022-07-24 04:04:16 -04:00 |
|
Kiran Hart
|
525c2c067b
|
admin command has sub permission now
Took 3 minutes
|
2022-07-22 13:38:31 -04:00 |
|
Kiran Hart
|
3288cf4d56
|
add options for sale,bid,listing colours for discord webhook
Took 3 minutes
|
2022-07-20 21:50:29 -04:00 |
|
Kiran Hart
|
12cad78f9b
|
Added listing preview to the listing / purchase confirmation menus
Took 7 minutes
|
2022-07-20 21:45:49 -04:00 |
|
Kiran Hart
|
901315a151
|
add open sub command to admin command (/ah admin open <player>)
Took 2 minutes
|
2022-07-20 21:29:54 -04:00 |
|
Kiran Hart
|
64e1da88df
|
ignore the min time limit on custom time value (-t)
Took 2 minutes
|
2022-07-20 21:26:35 -04:00 |
|
Kiran Hart
|
c18b7e402f
|
Fixed bug where bid items can still be bought by owner
Took 19 seconds
|
2022-07-20 21:22:34 -04:00 |
|
Kiran Hart
|
37a099b585
|
filter select menu disables category accordingly now
Took 8 minutes
|
2022-07-20 21:21:03 -04:00 |
|
Kiran Hart
|
2c74a50223
|
project wide code reformat/cleanup
Took 37 seconds
|
2022-07-11 17:06:58 -04:00 |
|
Kiran Hart
|
a53adb4d70
|
added lore option for quantity purchases
Took 2 minutes
|
2022-07-11 17:06:13 -04:00 |
|
Kiran Hart
|
7eb02646f0
|
fixed bug with transaction names showing ids instead
Took 9 minutes
|
2022-07-11 16:58:35 -04:00 |
|
Kiran Hart
|
00cf7b1cc1
|
throw items to floor / send to collection bin during bid accept it inv is full
Took 6 minutes
|
2022-07-11 16:31:10 -04:00 |
|
Kiran Hart
|
a59c058d3c
|
2.68.2
Took 2 minutes
|
2022-06-28 15:30:16 -04:00 |
|
Kiran Hart
|
38c053fc30
|
fixed issues with confirmation gui, and NaN value being entered
Took 5 minutes
|
2022-06-20 11:35:53 -04:00 |
|
Kiran Hart
|
d5e4a3dc51
|
2.68.0
Took 23 minutes
|
2022-06-17 16:07:05 -04:00 |
|
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 |
|
Kiran Hart
|
64bd512322
|
2.19.0 Iteration changes + inspection of containers from the purchase menu
|
2021-07-08 19:26:39 -04:00 |
|
Kiran Hart
|
2623277ef4
|
2.18.4 fixed stuff
|
2021-07-07 15:20:53 -04:00 |
|
Kiran Hart
|
d12b1ece28
|
2.18.3 -> moved main auction lists over to concurrent hashmaps instead.
|
2021-07-06 12:58:23 -04:00 |
|
Kiran Hart
|
efaf934499
|
2.18.2 - fixed minor sell gui bug
|
2021-06-30 15:11:15 -04:00 |
|
Kiran Hart
|
9b5a62b7d5
|
2.18.1 - You can now add the item to the sell menu directly
|
2021-06-29 12:05:01 -04:00 |
|
Kiran Hart
|
2f4fda7bd2
|
removed unneeded todos
|
2021-06-27 12:02:33 -04:00 |
|
Kiran Hart
|
2193362251
|
Added a sell gui, fixed bug regarding selling bid items with the buy now disabled through the command & sell menu.
|
2021-06-27 12:00:52 -04:00 |
|
Kiran Hart
|
5181f1cd9c
|
fixed bug with the auction end system.
|
2021-06-26 15:50:29 -04:00 |
|
Kiran Hart
|
c2c1846511
|
player points + vault economy support
|
2021-06-25 00:19:46 -04:00 |
|
Kiran Hart
|
ede7afccc4
|
2.16.1 - added missing check for garbage bin in pre-purchase state
|
2021-06-24 17:08:36 -04:00 |
|
Kiran Hart
|
2993212258
|
2.16.0 - filter disable and search fix
|
2021-06-23 21:47:50 -04:00 |
|
Kiran Hart
|
13425cfcbd
|
2.15.0 - Added a whitelist for filter categories
|
2021-06-22 21:37:05 -04:00 |
|
Kiran Hart
|
04178d9910
|
bug fixes and completely new filter system
|
2021-06-21 12:59:14 -04:00 |
|
Kiran Hart
|
e0163fe147
|
synchronized items
|
2021-06-18 13:37:53 -04:00 |
|
Kiran Hart
|
c560e8d0d9
|
2.13.1
|
2021-06-16 21:08:34 -04:00 |
|
Kiran Hart
|
570bec3db6
|
last minute adjustments
|
2021-06-15 18:41:30 -04:00 |
|
Kiran Hart
|
145f196e48
|
Item bundles https://gyazo.com/5773a1a5574a4289f8a3605c844634d0
|
2021-06-15 16:40:30 -04:00 |
|
Kiran Hart
|
f2b5742330
|
1.17 Support
|
2021-06-14 19:30:20 -04:00 |
|
Kiran Hart
|
712c4a149a
|
sell command cleanup
|
2021-06-14 18:17:14 -04:00 |
|
Kiran Hart
|
2f2fd08652
|
2.12.4
|
2021-06-10 12:07:20 -04:00 |
|
Kiran Hart
|
29a0d2c3be
|
2.12.3
|
2021-06-09 15:06:56 -04:00 |
|
Kiran Hart
|
494354607f
|
2.12.2 - shift click issue regarding core fixed
|
2021-05-27 12:44:52 -04:00 |
|
Kiran Hart
|
d47f77dd67
|
2.12.1 - confirmation doesn't show up for cancelling items where the owner is the highest bidder.
|
2021-05-25 10:53:40 -04:00 |
|
Kiran Hart
|
7d15b64519
|
2.12.0
|
2021-05-23 12:39:23 -04:00 |
|
Kiran Hart
|
3ecc12541b
|
2.11.0
|
2021-05-20 11:43:10 -04:00 |
|
Kiran Hart
|
36fc5feffe
|
possible fix for buy confirmation
|
2021-05-18 19:35:13 -04:00 |
|
Kiran Hart
|
48127f1d2b
|
attempted fix for searching error.
|
2021-05-15 19:52:14 -04:00 |
|
Kiran Hart
|
fd67e2ae43
|
you can now specify what click type should be used for the auction page. you can now accept a bid through your active listings menu.
|
2021-05-14 13:54:25 -04:00 |
|
Kiran Hart
|
a13761ebce
|
2.9.0
|
2021-05-12 17:50:22 -04:00 |
|
Kiran Hart
|
49a51e7d0f
|
2.8.0
|
2021-05-11 15:38:53 -04:00 |
|
Kiran Hart
|
5ad08b99cd
|
if the current price exceeds the base price, the base price will sync to the current price. item name and lore block phrase setting, bid confirm gui is now 1 row
|
2021-05-11 14:57:58 -04:00 |
|
Kiran Hart
|
7c8194b6b9
|
lang fix
|
2021-05-11 13:45:10 -04:00 |
|
Kiran Hart
|
5e2772a5f5
|
container changes
|
2021-05-11 13:44:36 -04:00 |
|
Kiran Hart
|
765eb3903f
|
bid confirm option
|
2021-05-11 13:06:34 -04:00 |
|
Kiran Hart
|
a6362a9972
|
2.7.0, command syntax and description can be translated, added an inventory check full setting
|
2021-05-10 16:41:58 -04:00 |
|
Kiran Hart
|
c374af17e6
|
2.6.3, placeholder addition and attempted bug fix for issue with auction players not being added.
|
2021-05-04 12:49:12 -04:00 |
|
Kiran Hart
|
288cc4498e
|
fixed very bad bug where players can purchase items w.o having the correct funds
|
2021-04-30 12:48:55 -04:00 |
|
Kiran Hart
|
e09718483b
|
fixed issue with dropping items, dropItemNaturally doesn't like async, so run the give process synchronously
|
2021-04-30 01:46:00 -04:00 |
|
Kiran Hart
|
0326569a78
|
buy specific quantity specific draw
|
2021-04-29 15:43:42 -04:00 |
|
Kiran Hart
|
18857ef054
|
performance improvements, and feature additions
|
2021-04-29 15:42:31 -04:00 |
|
Kiran Hart
|
1c2864e063
|
added setting to disable usage of the buy now feature on biddable items.
|
2021-04-24 15:52:56 -04:00 |
|
Kiran Hart
|
6f495bc530
|
gui refresh speed option
|
2021-04-23 18:31:44 -04:00 |
|
Kiran Hart
|
61ae708abf
|
added option to disable usage of the bid system, added option to let admin removed items go back to the original owner.
|
2021-04-23 18:24:53 -04:00 |
|
Kiran Hart
|
9761dd6eab
|
database storage support & auto save
|
2021-04-15 16:32:14 -04:00 |
|
Kiran Hart
|
46e886893e
|
database storage support & auto save
|
2021-04-15 16:29:54 -04:00 |
|
Kiran Hart
|
689548183f
|
you can now inspect shulker boxes
|
2021-04-15 14:11:34 -04:00 |
|
Kiran Hart
|
c200c34099
|
outstanding commits
|
2021-04-14 12:26:33 -04:00 |
|
Kiran Hart
|
e132e67d27
|
reload command, fixed issue where command syntax
|
2021-04-09 17:47:46 -04:00 |
|
Kiran Hart
|
9d814ee686
|
discord embed color fix
|
2021-04-09 14:26:00 -04:00 |
|
Kiran Hart
|
2729244d06
|
read me
|
2021-04-05 14:12:09 -04:00 |
|
Kiran Hart
|
ef230c7345
|
premium placeholders
|
2021-03-31 19:04:50 -04:00 |
|
Kiran Hart
|
02b66a0c24
|
translation options
|
2021-03-31 18:13:02 -04:00 |
|
Kiran Hart
|
fd48219c03
|
section check for the convert command, added the convert command perms to the plugin.yml
|
2021-03-29 17:11:40 -04:00 |
|
Kiran Hart
|
9ef418f457
|
conversion command
|
2021-03-29 17:06:29 -04:00 |
|
Kiran Hart
|
43fd2e3c16
|
auction list broadcast
|
2021-03-24 17:42:58 -04:00 |
|
Kiran Hart
|
374051d99b
|
bug fix in PlayerHelper
|
2021-03-24 17:35:49 -04:00 |
|
Kiran Hart
|
9d7fbe20a0
|
package deploy pre setup
|
2021-03-24 14:55:14 -04:00 |
|
Kiran Hart
|
72937db61f
|
search functionality implemented
|
2021-03-24 14:24:00 -04:00 |
|
Kiran Hart
|
906f188c99
|
search command structure
|
2021-03-23 21:40:50 -04:00 |
|
Kiran Hart
|
4c0009905d
|
transactions command
|
2021-03-23 21:34:13 -04:00 |
|
Kiran Hart
|
df62af28d0
|
task kill
|
2021-03-23 20:54:39 -04:00 |
|
Kiran Hart
|
8125aa46f6
|
Fixed scheduling bug, if the gui was refresh / not closed using esc the task would not cancel...
|
2021-03-23 19:00:54 -04:00 |
|
Kiran Hart
|
f3cabe8710
|
setting comment fix
|
2021-03-23 00:59:55 -04:00 |
|
Kiran Hart
|
583804a586
|
fixed highest bidder bug fix, also fixed a bug where if the highest bidder was offline, the seller would not be alerted about the sold item
|
2021-03-23 00:51:24 -04:00 |
|
Kiran Hart
|
7e1d0af147
|
individual transaction viewer
|
2021-03-23 00:17:03 -04:00 |
|
Kiran Hart
|
e24b871804
|
transaction list, the ConfigurationItemHelper.java now replaces the title as well
|
2021-03-22 23:13:09 -04:00 |
|
Kiran Hart
|
1c4e29e725
|
added refresh option on filter change
|
2021-03-22 18:48:50 -04:00 |
|
Kiran Hart
|
3ff2d4c9e1
|
item filtering in main gui
|
2021-03-22 18:38:24 -04:00 |
|
Kiran Hart
|
ad2d51b6f0
|
transaction recording, number formatting fix, confirming the purchase in the confirm gui, now opens the main auction menu.
|
2021-03-22 16:27:08 -04:00 |
|
Kiran Hart
|
c345178dd0
|
transaction pre setup
|
2021-03-19 01:45:32 -04:00 |
|
Kiran Hart
|
0329391638
|
webhook test
|
2021-03-19 00:53:44 -04:00 |
|
Kiran Hart
|
5f21e26b24
|
Settings command
|
2021-03-19 00:19:57 -04:00 |
|
Kiran Hart
|
619fa38fe7
|
purchasing is ready for testing, began implementing gui sounds
|
2021-03-19 00:03:16 -04:00 |
|
Kiran Hart
|
d2ab209d18
|
confirm purchase gui
|
2021-03-18 23:36:38 -04:00 |
|
Kiran Hart
|
46a8fb998e
|
start of confirm gui
|
2021-03-18 01:03:37 -04:00 |
|
Kiran Hart
|
e96e362666
|
minor changes to update checker, removed file adjust for expired items in tick task
|
2021-03-17 22:41:00 -04:00 |
|
Kiran Hart
|
1caa8ccd6d
|
scuffed update checker
|
2021-03-17 22:14:06 -04:00 |
|
Kiran Hart
|
88a3643707
|
formatting
|
2021-03-17 20:49:02 -04:00 |
|
Kiran Hart
|
7b290afcdb
|
Auction end discord messages (for won by bid)
|
2021-03-17 18:13:28 -04:00 |
|
Kiran Hart
|
58e159f436
|
auction start discord message
|
2021-03-17 16:54:47 -04:00 |
|
Kiran Hart
|
b0c3a3b01e
|
Added settings for discord web hook
|
2021-03-17 16:08:17 -04:00 |
|
Kiran Hart
|
298df6bd83
|
auto update gui
|
2021-03-16 19:53:56 -04:00 |
|
Kiran Hart
|
0c42f17534
|
Expired Items GUI, active and expired commands added
|
2021-03-15 16:35:38 -04:00 |
|
Kiran Hart
|
8b0bd7ead3
|
began implementation of gui system, cleaned up managers, redid saving and loading system (uses base64 now)
|
2021-03-14 23:53:57 -04:00 |
|
Kiran Hart
|
a0bbac3ed7
|
expired items gui
|
2021-02-27 16:45:27 -05:00 |
|
Kiran Hart
|
09b800a3d3
|
utf-8 encoding
|
2021-02-27 16:00:22 -05:00 |
|
Kiran Hart
|
2d13f107d0
|
maven.yml change
|
2021-02-26 17:43:10 -05:00 |
|
Kiran Hart
|
249a90be05
|
maven.yml change
|
2021-02-26 17:40:29 -05:00 |
|
Kiran Hart
|
0881a01b1a
|
changes
|
2021-02-26 17:18:21 -05:00 |
|
Kiran Hart
|
07e44f205f
|
fixes
|
2021-02-26 17:17:11 -05:00 |
|
Kiran Hart
|
6c436b3c0e
|
run build
|
2021-02-26 16:47:24 -05:00 |
|
Kiran Hart
|
54cf4cb705
|
workflow, repo changes
|
2021-02-26 16:45:50 -05:00 |
|
Kiran Hart
|
fd5559547c
|
auction end event, auction tick task, active auctions gui
|
2021-02-18 22:24:33 -05:00 |
|
Kiran Hart
|
5c98e852ff
|
sound manager, item loading and saving, auction window pagination
|
2021-02-11 16:59:41 -05:00 |
|
Kiran Hart
|
deca6a56ac
|
Added a configuration item loader, AuctionPlayerManager now manages auction players
|
2021-02-10 16:45:37 -05:00 |
|
Kiran Hart
|
d0e1eec790
|
finished sell command for the most part
|
2021-02-10 12:53:36 -05:00 |
|
Kiran Hart
|
9c36175f62
|
AuctionItem.java now uses AuctionItemCategory.java for categorization. AuctionPlayer.java added, added a Material Categorizer and Auction Item Manager
|
2021-02-02 19:12:17 -05:00 |
|
Kiran Hart
|
2bcc9534aa
|
new version
|
2021-01-22 12:32:23 -05:00 |
|