1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00
Commit Graph

58 Commits

Author SHA1 Message Date
Zrips
6ca08ce0f2 Use repeating task provided by bukkit instead
remove not needed date update scheduler
2017-01-09 15:25:00 +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
458393b211 Better check for block protection when its being broken not by player 2016-12-01 18:45:08 +02:00
Zrips
9863b4719f Default permission boost is 0D, not 1D 2016-12-01 17:00:20 +02:00
Zrips
e44b208fad Changing boost calculation to more clean way and more accurate 2016-11-19 10:27:43 +02:00
Zrips
d2847dd2fe No need to check special entity name anymore with new API 2016-11-18 13:29:33 +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
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
d009b5b782 When converting, include user table 2016-09-23 15:07:35 +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
e5929191a3 Preload all player data 2016-08-05 13:28:31 +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
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
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
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
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
c7875d9b4c Stuff and stuff 2016-04-03 17:22:44 +03:00
Zrips
ef03c9ac0e fail safe for bossbar on older versions 2016-03-30 16:45:53 +03:00
Zrips
5847619458 3.0 update 2016-03-30 16:42:36 +03:00
Zrips
2f8e12c829 update all locale files 2016-03-13 16:35:23 +02:00
Zrips
afa7d00939 Added option to turn off MythicMob support, as it will brake if you
using old version of it.
Optimized Jobs long shutdown caused by Explorer feature recording to
data base taking to much time. Now its more or less instantaneous.
Fixed (fingers crossed) issue with limited items, now its should work
properly.
Changed item name in itemList.yml for flint
Changed default jobConfig.yml file, now there will be job with name of
exampleJob witch one will be ignored even if left in config file.Put
proper Woodcutter job beneath it to serve as correct woodcutter job.
2016-01-30 14:45:13 +02:00
Zrips
e172048f1f Action limiting by jobs lvl 2016-01-22 14:42:25 +02:00
Zrips
7b049fe670 title prefix/suffix/seperator 2016-01-11 17:48:56 +02:00
Zrips
d8e1896b6b and this one 2016-01-10 15:27:20 +02:00
Zrips
72701a89a3 Eat, tntbreak, title fix 2016-01-10 15:25:14 +02:00
Zrips
f5f62f26b4 payment for exploring map 2016-01-09 14:58:33 +02:00
Zrips
19f9175072 Code cleaning and preventing self killing income 2016-01-06 15:40:27 +02:00
Zrips
5c715e35f8 prevent water breaking blocks / small fixes 2016-01-04 13:44:18 +02:00
Zrips
73ed579dcb mcmmo skills and minimum payment 2015-12-21 19:31:18 +02:00
Zrips
e24a527713 GigaDrill multiplayer 2015-12-21 15:11:57 +02:00
Zrips
90b4813a01 GUI fixes 2015-12-17 14:04:34 +02:00