A simple auctions plugin where you can sell your items and bid on other items!
Go to file
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
src/main Optimization of 'updateAuction() Method' 2019-08-30 21:46:26 +02:00
.gitignore v1.2.5 Update 2018-06-07 22:49:12 -04:00
LICENSE Create LICENSE 2018-10-03 12:19:25 -04:00
pom.xml Changed build name. 2019-08-01 01:52:18 -04:00