1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-02 15:33:30 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
Zrips
8f0d598c98 Use multiple maps so we can get more accurate data 2017-01-14 12:55:59 +02:00
Zrips
764cabd121 Update seen only on player quit 2017-01-13 17:43:36 +02:00
Zrips
9a5863c7f0 fix locale for limits and convert ticks to left time 2017-01-13 17:25:11 +02:00
Zrips
b1efceccd3 Just in case 2017-01-13 16:57:03 +02:00
Zrips
83b5401fba Grab first sound if setup is failed 2017-01-13 16:55:09 +02:00
Zrips
2e68508b9b Add option to use negative values for boost calculation 2017-01-13 15:10:55 +02:00
Zrips
28df77bbf0 Update permission boost by force when checking with command 2017-01-10 17:28:35 +02:00
Zrips
14bfe9998a Flase if job is non existant 2017-01-10 16:25:02 +02:00
Zrips
b0566f9ded We need to clone boost object 2017-01-10 15:32:20 +02:00
Zrips
fcbc42e043 Check for null player when he is logging off 2017-01-10 15:01:44 +02:00
Zrips
f5452e2e41 Rework for payment limitations and now saving to database 2017-01-10 13:48:40 +02:00
Zrips
ba6bd23b7c Get total players from each job instead of connecting to data base
divide from double value to have more accurate results
2017-01-09 15:09:02 +02:00
Zrips
851d4600e1 Sort scoreboard by seting line number instead of jobs level 2016-12-02 18:40:20 +02:00
Zrips
e44b208fad Changing boost calculation to more clean way and more accurate 2016-11-19 10:27:43 +02:00
Zrips
068b71ad2d Properly use titles for jobs by their job name 2016-10-01 13:23:30 +03:00
Zrips
3a46bfb491 EntityDeath issue
try to add seen collumn every time
create blocks table if not exist
sound optimization
2016-09-30 13:19:57 +03:00
Zrips
d5113847f0 Block protection 2016-09-29 17:24:29 +03:00
Zrips
388512c820 Load players information from database if multyserver support turned on 2016-09-23 16:05:31 +03:00
Zrips
d009b5b782 When converting, include user table 2016-09-23 15:07:35 +03:00
Zrips
81a02dbbe0 We don't need to check by offline player and properly update cache on
player logout
2016-09-21 17:18:08 +03:00
Zrips
7c8bfda568 Eliminating jobsPLugin class
Preload all players data for faster use on players login.
Basic code cleanup
2016-08-08 17:36:56 +03:00
Zrips
c308e0db66 Check if sender is not null
Check if this is same job by name, not by constructor
2016-08-05 14:08:08 +03:00
Zrips
d94e2dea58 Check if item in hand is not null 2016-08-05 13:36:30 +03:00
Zrips
e5929191a3 Preload all player data 2016-08-05 13:28:31 +03:00
Zrips
fe2aae14ce Implementation of fast payment method
Tweaks for mcmmo abilities checker
Fix for leaveall
2016-06-28 12:33:28 +03:00
Zrips
5414133dc3 do same stuff for leaveall as for regular leave 2016-06-27 14:52:46 +03:00
Zrips
f19b715968 Final touches 2016-06-26 16:12:44 +03:00
Zrips
d516879a5f Cleanup 2016-06-25 18:56:59 +03:00
Zrips
fbb0bfee90 Cleanup and some fixes 2016-06-25 16:27:01 +03:00
Zrips
324b4dc0b4 properly close connections 2016-06-25 15:51:21 +03:00
Zrips
445e30e407 mysql fixes / recalculate boost on command / disable autojoin if needed 2016-06-15 13:27:43 +03:00
Zrips
a8466e5e2f Call expgainevent before payment and don't continue if event is
canceled, set it to 0 and let it to do its thing.
Optimize for boost permission check on each action. Calculate only every
one minute if needed.
Try to create points table every time, to avoid missing table.
2016-06-12 15:42:33 +03:00
Zrips
5bc42e209f Fix for issue with mysql data base
expgainevent fix
2016-06-11 09:03:01 +03:00
Zrips
6fd4cc90cf Optimizations 2016-06-10 18:25:40 +03:00
Zrips
b6bf2ad4b6 update for 1.10 and stuff 2016-06-09 18:35:24 +03:00
Zrips
2f2a6caf87 Auto job join 2016-04-05 17:43:55 +03:00
Zrips
3043a17155 Tr locale, some fixes 2016-04-05 15:42:48 +03:00
Zrips
c7875d9b4c Stuff and stuff 2016-04-03 17:22:44 +03:00
Zrips
5847619458 3.0 update 2016-03-30 16:42:36 +03:00
Zrips
d2299bfe03 Sound fix 2016-03-02 16:14:44 +02:00
Zrips
72701a89a3 Eat, tntbreak, title fix 2016-01-10 15:25:14 +02:00
Zrips
19f9175072 Code cleaning and preventing self killing income 2016-01-06 15:40:27 +02:00
Zrips
90b4813a01 GUI fixes 2015-12-17 14:04:34 +02:00
Zrips
8f129bc217 2.54.1 update 2015-12-10 15:13:57 +02:00
Zrips
3d05def4b6 Moving to ConcurentHashMap 2015-11-25 17:14:48 +02:00
Zrips
ba506a1e62 Fixed issue with sign top list not being updated in "real" time
Changed some data storage methods for better performance and possible
small issue fixing.
Changed jobs.petpay permission to jobs.vippetpay to be more accurate for
what it stands.
2015-10-13 13:13:22 +03:00
Zrips
02d6b5e0c2 Added jobs action logging
Small improvements
Small change for getting players permissions
2015-09-17 18:28:23 +03:00
Zrips
f41b968f29 Added loggin functionalaty, still in experimental stage 2015-09-17 10:48:10 +03:00
Zrips
401c6c1c6d Slime split protection 2015-09-10 13:41:19 +03:00
Zrips
0dcb81210d 2.47.2 update 2015-09-04 17:37:36 +03:00