Commit Graph

187 Commits

Author SHA1 Message Date
BadBones69
2d19f2ed68
Update README.md 2020-04-19 03:51:54 -04:00
BadBones69
9a320ef934 Added deploy for repo. 2020-04-19 03:31:33 -04:00
BadBones69
e176d71b66 Version Bump 2020-04-19 03:31:03 -04:00
BadBones69
c2de90e09c code cleanup 2020-04-19 01:31:16 -04:00
BuildTools
c9bfa316b6 Made the plugin use UUIDs rather than names 2020-04-14 13:05:45 +01:00
BadBones69
1096c3940c Fixed NPE on addLore 2020-04-12 22:06:51 -04:00
BadBones69
c92a130205 Update issue templates 2020-03-05 16:20:14 -05:00
BadBones69
348cc6c94d Fixed NPE if having prefix set to nothing. 2020-03-01 01:57:19 -05:00
BadBones69
c483d81f9a
Create README.md 2020-02-26 13:06:56 -05:00
BadBones69
2bfc45b8e8 Updated Spigot library. 2020-01-26 06:42:29 -05:00
BadBones69
aee801658c Fixed NPE from broken item type. 2020-01-26 06:36:04 -05:00
BadBones69
3bdf44cbce Fixed broken lore. 2020-01-23 18:17:04 -05:00
BadBones69
14866ed984 Added /ah test [amount] command.
This is used for debugging,
2020-01-13 00:15:58 -05:00
BadBones69
2bc528b78b Updated coding style. 2020-01-03 20:47:42 -05:00
BadBones69
22a6629724 Fixed NPE from vault checking. 2019-11-05 01:46:55 -05:00
BadBones69
c7c4b878ba Added new items to damageable list.
Added Items to damageable item list:
- TURTLE_HELMET
- TRIDENT
- CROSSBOW
2019-11-05 01:46:38 -05:00
BadBones69
56fb1126f7 Updated Pom and Plugin.yml. 2019-10-02 03:05:50 -04:00
BadBones69
f9701c2a4f Fixed NPE when seller can not be found. 2019-09-24 23:37:05 -04:00
BadBones69
8c8f50d82b Bumped version to dev build. 2019-09-22 19:48:49 -04:00
BadBones69
cce3d5bd6b Fixed a NPE when a player can't be found. 2019-09-22 19:47:48 -04:00
BadBones69
53dc30a34b Removed space 2019-09-15 06:13:25 -04:00
BadBones69
5523931afd
Optimization of 'updateAuction() Method' (#80)
Optimization of 'updateAuction() Method'
2019-09-14 02:32:36 -04:00
BadBones69
d800895b97 Removed space 2019-09-14 02:26:51 -04:00
Aurélien
bb933acb40
Optimization of 'updateAuction() Method'
Tested that and perfectly working ! Results are interesting and offer a fantastic decrease of the used performance. (With the startCheck() task, 13% to 0 - 1% according to Paper's timings).

Explainations:

I had to deal with this problem for a while and haven't received a satisfactory answer on your Discord (just "You have to recode the plugin"). So I decided to analyze your code to improve it and I found a great solution! This method reads lines in the data file but doesn't necessarily have to save the file since it's in most cases unchanged. So I added a boolean that goes true when changes are made, forcing the data file being saved ;).

Enjoy
2019-08-30 21:46:26 +02:00
BadBones69
67c845a5f1 Changed build name. 2019-08-01 01:52:18 -04:00
BadBones69
006574a846 Version Bump 2019-08-01 01:46:40 -04:00
BadBones69
c85e99a181 Code cleanup 2019-08-01 01:46:30 -04:00
BadBones69
7223f2fe15 Fixed some NPEs 2019-08-01 01:37:05 -04:00
BadBones69
670a52705f Fixed building path. 2019-07-26 04:28:01 -04:00
BadBones69
4e119bdb1f Updated Spigot-API. 2019-07-20 02:47:22 -04:00
BadBones69
8a0d0b9dfd Added new AuctionExpireEvent 2019-07-11 19:30:17 -04:00
BadBones69
a33ccb28e9 Added new AuctionCancelledEvent. 2019-07-11 19:30:05 -04:00
BadBones69
0a9e4b3eed Lowercased False statements 2019-07-11 18:46:38 -04:00
BadBones69
6e43615bb4 Updated 1.8 sound link 2019-07-11 18:46:22 -04:00
BadBones69
924994b22e
Merge pull request #69 from Hitosherizu/master 2019-07-07 02:12:01 -04:00
BadBones69
b5df113221 Removed space at bottom. 2019-07-07 02:11:35 -04:00
Hitosherizu
5180afbbe3
Update config1.13-Up.yml 2019-07-04 10:58:03 -04:00
Hitosherizu
c80ee3ac37
Update config1.12.2-Down.yml 2019-07-04 10:55:05 -04:00
Hitosherizu
a8822d2e9d
Update Messages.yml 2019-07-04 10:51:37 -04:00
BadBones69
ef577f802f v1.2.9 Update 2019-05-07 04:17:00 -04:00
BadBones69
791f1281cd Added MC version check for config.yml
Added:
- The plugin will now give the specific config version for servers that are 1.12.2 down and another for 1.13+.
2019-05-07 04:17:00 -04:00
BadBones69
286c4eb752 Changed placeholders to lowercase 2019-05-07 04:13:05 -04:00
BadBones69
b4b12e6e99 Added bStats 2019-05-07 04:11:28 -04:00
BadBones69
e7e4e15953 v1.2.8 Update
Added:
- Minecraft 1.14 support has been added.
2019-05-07 03:13:40 -04:00
BadBones69
59d5987267
Merge pull request #59 from TheMonDon/patch-1
Change Inventory.getName to InventoryView.getTitle (2)
2019-05-07 01:25:54 -04:00
TheMonDon
77460d4301
Change Inventory.getName to InventoryView.getTitle (2)
This method is supported in both 1.13.2 and 1.14
2019-04-27 23:23:17 -05:00
BadBones69
97d341d311 Merge branch 'v1.2.7'
Added:
- %time% placeholder can now be in the selling items lore.
- 1.13 support has been added.

Fixed:
- Sometimes for different languages, the comma would show as an unknown character.

Removed:
- MassiveStats has been removed due to its shutdown.

Changes:
- Small code cleanup to make it more readable.
2019-01-25 03:22:23 -05:00
BadBones69
a3f41e91c0 Added %time% placeholder to selling 2019-01-25 03:09:02 -05:00
BadBones69
37c32df2fb Clean up and missing merge code 2019-01-25 03:08:27 -05:00
BadBones69
8712b0bae5 Merge remote-tracking branch 'WinSide/master' into v1.2.7 2019-01-25 02:54:36 -05:00