1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00
Commit Graph

85 Commits

Author SHA1 Message Date
Zrips
2285c5bc1c optimize for vergy block check 2016-09-23 16:30:22 +03:00
Zrips
388512c820 Load players information from database if multyserver support turned on 2016-09-23 16:05:31 +03:00
Zrips
b46aac7531 Return of depricated JobsPlugin class just to keep support for plugins
using this class to determine jobs plugin present
2016-09-23 15:31:33 +03:00
Zrips
80c90f1232 Dint show empty messages in action bar allow to disable them 2016-09-23 15:13:35 +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
558f775b2b Check for null player 2016-08-11 17:06:25 +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
a5de493ec7 Reload honorific if its null 2016-08-05 14:10:46 +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
a0f95b9108 Add meta at first break of it and after breaking 2016-08-04 17:42:25 +03:00
Zrips
abd18fae7d Wrong access for jobsPlayer 2016-08-04 17:35:26 +03:00
Zrips
7daa0a7a41 Option to disable player data preload, false by default. 2016-08-04 17:24:13 +03:00
Zrips
341a801528 Zombie husk is not villager, for some strange reason 2016-08-04 16:57:42 +03:00
Zrips
940115ef71 Don't check title on first run 2016-08-04 16:22:10 +03:00
Zrips
6344fc0d6b Just 2016-08-04 16:16:35 +03:00
Zrips
c7c1b6113a Include projectile into entity death event check 2016-06-29 17:57:17 +03:00
Zrips
34c9c60145 Incorrect Equation for money/point income 2016-06-28 18:15:21 +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
72848342e1 pagination for /jobs info and /jobs playerinfo 2016-06-27 17:37:31 +03:00
Zrips
e9c30dba79 get entity from damage event, not from death 2016-06-27 14:59:04 +03:00
Zrips
b0a699433a Initialize PistonProtectionListener in any case 2016-06-27 14:56:01 +03:00
Zrips
5414133dc3 do same stuff for leaveall as for regular leave 2016-06-27 14:52:46 +03:00
Zrips
7feced2529 Catch exception for boss bar feature to avoid failing payments 2016-06-27 14:25:23 +03:00
Zrips
c935900eed Don't truncate old database and insert only new entries 2016-06-27 14:19:54 +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
e7a30ec608 Just pushing throw 2016-06-25 10:13:06 +03:00
Zrips
c9d6e306f1 New mob names 2016-06-15 20:30: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
454b9f5c35 Creating clean data tables on first run
Dropping support for really old data bases
2016-04-21 18:10:27 +03:00
Zrips
258362144d We need to count in empty data bases 2016-04-21 17:26:17 +03:00
Zrips
f2c4f39322 More robust data base update process / compatability with multy servers 2016-04-21 14:47:10 +03:00
Zrips
0d39b83495 updated translatable names / some changes in sqlite 2016-04-10 14:02:28 +03:00
Zrips
fc6f17a12c Include tr locale in default package 2016-04-05 17:52:17 +03:00
Zrips
2f2a6caf87 Auto job join 2016-04-05 17:43:55 +03:00
Zrips
dd602cbb67 Merge pull request #20 from HYVE-Software/master
Editable JobsPaymentEvent
2016-04-05 15:43:41 +03:00
Zrips
3043a17155 Tr locale, some fixes 2016-04-05 15:42:48 +03:00
Niklas Linz
961ff6e7ef Update for editable event 2016-04-05 13:30:32 +02:00
Niklas Linz
37235531e8 Possible to edit amount in event 2016-04-05 13:28:34 +02:00
Zrips
e394f045db Include job in expGain event 2016-04-03 20:36:39 +03:00
Zrips
c7875d9b4c Stuff and stuff 2016-04-03 17:22:44 +03:00