montlikadani
2c5dcbc5a1
Fix for job titles not working due to tests
2020-10-13 18:48:12 +02:00
montlikadani
ac11fbed6a
Improve job schedulers by using runTaskTimer instead of odd sync repeat
...
Fixes #928
2020-10-13 16:52:56 +02:00
montlikadani
674529e77a
Forgot to check for version
2020-10-12 12:44:03 +02:00
montlikadani
3059833910
Rework how the brewing stand, smoker... getting registered
...
As of new blocks like smoker, blast furnace this owner ship registration should be reworked to make more readable and less code. In this change it has so many deprecations, but its commented out.
2020-10-12 12:42:50 +02:00
montlikadani
4a35431be8
Fix for stripping logs not works from tests
...
Fixes #955
2020-10-11 16:16:01 +02:00
montlikadani
9b47a8a032
Fix for boost not shows the final boost
...
Fixes #950
2020-10-10 21:24:44 +02:00
montlikadani
5abfc0bb55
Now "jobs.petpay" can be denied to do not get income for killing mobs with mypet
...
Fixes #951
2020-10-10 21:11:32 +02:00
montlikadani
ee21d95a43
Lowercase some method names in paymentData
2020-10-08 21:02:36 +02:00
Zrips
20594c3e91
Need to be cast into int
2020-10-08 21:06:32 +03:00
montlikadani
3652fe5d1b
Stripping logs are respected as block place actions #945
...
Fixes #940
2020-10-06 18:05:02 +02:00
kikelkik
8aff873a5b
fix for #940 (stripping logs are respected as block place actions)
2020-10-05 22:21:51 +02:00
montlikadani
c8bb020587
Bump jobs version
2020-10-04 20:06:58 +02:00
montlikadani
2c369c57db
Trying to fix quests
...
Fixes #936
2020-10-04 10:34:50 +02:00
montlikadani
6be60c1309
Entity for Tameable should return the entity not the player
...
Player is not Tameable, lol
2020-10-03 11:46:36 +02:00
montlikadani
0cf52b6362
Allow minus value for petpay
2020-10-02 15:12:26 +02:00
montlikadani
d5905519df
Fix for useAsWhitelist not works
...
Fixes #929
2020-10-02 13:13:04 +02:00
montlikadani
3032802fad
Fix for checking if the object is mypet
...
Fixes #930
2020-10-02 12:14:09 +02:00
montlikadani
0efedc0124
Update readme with gradle build information #932
2020-10-01 08:52:21 +02:00
Omer Oreg
9fb903d51e
Update readme with gradle build information
...
Added gradle build info.
2020-10-01 08:31:19 +03:00
Zrips
4dbe966f12
ArrayList more efficient for memory usage
2020-09-29 13:08:01 +03:00
Zrips
b7d50720ad
Cleanup
2020-09-29 12:39:19 +03:00
Zrips
ade5fcc4f1
JobsWorld by id more faster
2020-09-29 12:24:53 +03:00
montlikadani
499045c13c
Update locales from Crowdin
2020-09-28 20:29:45 +02:00
montlikadani
ae53a1227b
Add option to pay for each vtrade items
...
Closes #571
2020-09-28 19:40:17 +02:00
montlikadani
de21c1857a
This never gets null
2020-09-28 18:40:16 +02:00
montlikadani
2f37a7398c
Misc simplifications
2020-09-28 18:20:47 +02:00
Zrips
ba37c1b746
Compacting explore cache
2020-09-28 18:57:15 +03:00
Zrips
b70bd4d49b
Adjusting permission requirements
2020-09-28 16:21:02 +03:00
Zrips
7715864301
Fixing issue with quest chance value being opposite
2020-09-28 16:20:28 +03:00
Zrips
497673f2dc
Cumulative needs to be false by default.
2020-09-28 12:45:37 +03:00
montlikadani
d00d4a59a6
Fix max jobs, respect negated permissions, add cumulative option #926
2020-09-26 12:07:06 +02:00
Gadse
bfba8d571b
Fix max jobs, respect negated permissions, add cumulative option
2020-09-26 11:29:26 +02:00
montlikadani
2bb9d44d95
No one uses old mythicmobs
2020-09-22 17:24:39 +02:00
montlikadani
c91f88858a
Added wildStacker and stackMob support to pay for stacked entities
...
Closes #923
2020-09-21 17:42:20 +02:00
montlikadani
a85a54aa5d
Add /jobs resetlimit all argument to reset limits for all players
...
Closes #637
2020-09-13 20:31:15 +02:00
montlikadani
2e3e86f10b
Fix for shear action not works with near spawner option
2020-09-13 20:16:40 +02:00
montlikadani
02d8fa4053
Remove async operation from sql connection, it does not allows
...
Fixes #921
2020-09-13 19:57:44 +02:00
montlikadani
274bc6e561
Do connecting to database thread safe
2020-09-12 20:46:05 +02:00
montlikadani
78c6368c09
Fix for registered furnaces reassign value not increased
...
Fixes #903
2020-09-09 19:38:43 +02:00
montlikadani
54fde9353f
Another fix for max jobs
2020-09-05 16:40:41 +02:00
montlikadani
6f69806bd1
Fix for maxjobs not working
...
Fixes #907
Fixes #909
Closes #910
2020-09-05 16:05:21 +02:00
montlikadani
9545af4dd6
Fix for combining 2 items in the same inventory
...
Fixes #904
2020-09-05 15:00:37 +02:00
montlikadani
fe66a49c56
cleanup
2020-09-05 14:23:48 +02:00
montlikadani
08e4893e81
Fix for TNTBreak action not works when entity type is not ender crystal
...
Fixes #912
2020-09-05 12:11:26 +02:00
montlikadani
e52e954843
Have some idiot who gives 99999... (lots of 9 numbers)
2020-08-31 20:08:56 +02:00
montlikadani
40ace4f946
Added more API methods to JobsExpGainEvent
...
Closes #902
2020-08-28 21:04:26 +02:00
montlikadani
11b6f8f140
Do not pay for piston protection
...
Fixes #900
2020-08-28 17:56:50 +02:00
montlikadani
4d5a8563e1
ignore these
2020-08-27 09:49:19 +02:00
montlikadani
f3151489be
Update mythicmobs repo
2020-08-27 09:47:17 +02:00
montlikadani
e933bc3a84
Split boost times and add info about timed boosts
2020-08-26 22:06:05 +02:00