kikelkik
081b02c7df
Added "color-all" identifier for shear action ( #970 )
...
Closes #966
2020-10-21 17:28:19 +02:00
Futurixel
58bcb0d45a
Fix stonecutter exploit when craft action called multiple times ( #965 )
2020-10-18 16:32:03 +02:00
montlikadani
bc00105bde
Change these
2020-10-17 18:35:40 +02:00
montlikadani
90a7267e0d
Add schedule command to enable schedules
...
Closes #671
2020-10-17 18:16:07 +02:00
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
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
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
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
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
montlikadani
e560b9328f
Fix for new stripped materials on 1.16.2
2020-08-26 19:15:52 +02:00
montlikadani
b776c5b4a8
Fix for duplicate keys for userids
...
executeUpdate -> execute
Fixes #898
2020-08-26 17:40:15 +02:00
montlikadani
96754de707
Update languages from Crowdin
2020-08-25 16:43:19 +02:00
montlikadani
126bc43e01
Fix build
2020-08-25 16:35:30 +02:00
Zrips
9b068c306c
Lets recognize quests with multiple words
2020-08-25 17:21:33 +03:00
Zrips
dc85541107
Lets support Hex color codes in titles
2020-08-25 16:13:19 +03:00
Zrips
6dc5fb9ba1
Lets reload jobs limits on level up or level down
2020-08-25 14:51:14 +03:00
Zrips
9f33d3387e
Correct numbering for gtop list
2020-08-25 14:34:53 +03:00
Zrips
2d2b6ccb60
We need to invert block list to properly process moved blocks bp
2020-08-25 12:59:21 +03:00
Zrips
0df98f0246
Correct command sorting order
2020-08-25 12:35:17 +03:00
montlikadani
283525e853
Trying to fix resetquest
...
- Fix for quest tabcomplete
2020-08-24 08:00:13 +02:00
montlikadani
4491966934
maxjobs is not a complexed placeholder
...
Fixes #894
2020-08-23 20:59:42 +02:00
montlikadani
958329778a
Fix when the completed quests can be skipped
...
Fixes #863
- Added tab complete for skipquest
2020-08-23 20:34:53 +02:00
montlikadani
176eb70dd3
Fix for clickedInventory method not exists in 1.8 or oldest servers
2020-08-22 20:46:34 +02:00
montlikadani
94f4a46cd3
Some things
2020-08-22 20:40:25 +02:00
montlikadani
a1840098ba
Lets add separate option for reassign smokers & blast furnace
...
Closes #545
- Document JobsPaymentEvent about deprecated methods
2020-08-18 19:08:43 +02:00
montlikadani
466b1ce704
Added option to pay when combining two items, like weapon or armor
...
Closes #887
2020-08-18 12:27:21 +02:00
montlikadani
57fef613d4
No
2020-08-14 11:48:20 +02:00
montlikadani
c01a56759a
Initial support for 1.16.2
...
- Added option for block protection to allow continous break payment for ore generators
Closes #886
Closes #885
2020-08-13 17:06:26 +02:00
montlikadani
9a6d657c61
Lets try to update total players with full job name
...
- Fixes #876
2020-08-11 15:23:51 +02:00
montlikadani
9fdbc0588d
Remove useless isEnabled thing from listeners
2020-08-10 19:49:55 +02:00
montlikadani
4bf49034b1
Fix exploit for berries and composter when sneaking
...
Fixes #875
2020-08-08 14:47:39 +02:00
montlikadani
b4f0744391
Fix SQLException when the desc limit started from -1
...
Fixes #871
2020-08-04 18:11:53 +02:00
montlikadani
6d21e14725
Try to fix SQLiteException when UNIQUE constraint failed for sqlite
...
Fixes #870
2020-08-02 18:53:36 +02:00
montlikadani
be6474e9ef
Fix for new Placeholderapi
2020-07-29 10:50:01 +02:00
montlikadani
e234e6651f
Update CMI library
2020-07-27 18:42:54 +02:00
montlikadani
699d6dd385
Another fix for boosts
2020-07-27 11:47:55 +02:00
montlikadani
47d4cd1258
Fix when the bonus not works correctly
...
https://github.com/Zrips/Jobs/issues/365#issuecomment-664134673
2020-07-27 11:19:08 +02:00
montlikadani
ba9610618a
Add %jobsr_user_jtoplvl_[jname/number]_[number]% placeholder
...
Closes #650
2020-07-26 19:34:02 +02:00
montlikadani
f61fbfeea8
Sump up boost permissions if we have more boosts in one job
...
Closes #469
2020-07-25 18:33:27 +02:00
montlikadani
2a9c72ea7c
Now you can use negative boosts
...
Fixes #365
- Locale files now accepts hex colors
2020-07-25 13:40:17 +02:00
montlikadani
0a6a2648c8
Fixed issue when the points are not loaded on join
...
Fixes #848
2020-07-14 19:38:33 +02:00
montlikadani
dcbe4f706a
Jobs commands now works when level from or level until not specified
...
Closes #826
2020-07-14 08:56:13 +02:00
montlikadani
3fceed1beb
Add \n newline support for jobs description
2020-07-14 08:22:12 +02:00
Joaquim Neto
92cbf5c9ad
Add %jobsr_user_title_[jname/number]% placeholder ( #856 )
2020-07-13 21:49:50 +02:00
montlikadani
22f3f61bfc
Fix version checking
...
- Fix when the money/exp/points displayed more values than original. This was caused by boosted items even its not exists.
- Fixes #851
2020-07-09 19:08:04 +02:00
Zrips
adce7558d2
McMMO fishing treasure support
2020-07-07 16:09:04 +03:00
montlikadani
41e3b30d67
Fix jobname
2020-07-07 14:44:27 +02:00
montlikadani
0b31783c84
Refactor recognizing materials to decrease the file size
2020-07-07 14:41:04 +02:00
Zrips
d151fbec0f
Fix for itembonus when you have items without bonus
2020-07-07 15:27:20 +03:00
Zrips
7f485bbbc5
Fixing item bonus issue
2020-07-07 15:21:03 +03:00
montlikadani
f17dfc7c07
Also include endercrystal in edit commands
2020-07-07 13:37:05 +02:00
Zrips
d0616e873b
New jobs.all.vipmaxlevel permission node
2020-07-07 14:26:22 +03:00
montlikadani
439665039b
Now you can use ender crystal as killed entity
...
Closes #572
2020-07-07 13:18:22 +02:00
Zrips
071b70609d
Compatibility with older servers
2020-07-07 14:04:23 +03:00
Zrips
e630aee35c
Correct way to recognize material
2020-07-07 13:49:40 +03:00
Zrips
0a21c1308c
Fixing McMMO skill issue
2020-07-07 13:11:19 +03:00
montlikadani
d30a02242d
Updated language files from Crowdin
2020-07-06 15:29:01 +02:00
Zrips
2873a7fae6
Json message handle update
2020-07-06 15:58:29 +03:00
montlikadani
3c74349f69
Fix when points/money and exp displaying even payment method is disabled
...
Fixes #844
2020-07-05 13:58:14 +02:00
montlikadani
393cfac66f
Add more pages to jobs browse
...
Closes #734
2020-07-05 13:17:11 +02:00