1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-08 01:08:23 +01:00
Commit Graph

1337 Commits

Author SHA1 Message Date
TheIntolerant
aee34684ba
Added new deepslate ores to the miner job 2022-01-12 23:00:21 +00:00
Christian Winther
a340b99349 ExploreRegion: Fix encoding X and Z
Use a long to store the two ints (x is upper and z is lower) - this is guranteed to work with any world map size out there.

It also properly handle negative values that the old implementation some times did not properly manage.

This might use slighly more RAM, but should provide support for actual infinite / huge map sizes

Signed-off-by: Christian Winther <jippignu@gmail.com>
2022-01-07 22:51:47 +00:00
BeepoWuff
7da4c0a1b3
Update ActionBars.SilentMode to behave as described in the config.
Resolves enabling SilentMode completely disabling payment notification even when action bars are enabled.
2021-12-28 16:26:20 +10:00
Bierque Jason
f1278425bc
Convert Database Async
If the database is too heavy, the main thread dies and does not convert correctly.
2021-12-16 04:23:30 +01:00
Bierque Jason
20a4c007ce
Fix duplication Entry
Fixed an issue in which players who renamed themselves lose their XP each time they restart because in the database, it duplicates
2021-12-16 04:19:41 +01:00
Mister_Frans
350c5b74da Fix WildStacker integration 2021-12-16 00:52:01 +01:00
Zrips
a527158cff ItemInfo command update 2021-11-29 17:11:28 +02:00
Zrips
dd955ec79e WildStacker fix 2021-11-29 16:47:44 +02:00
Zrips
71d24aa7dc Fix for level command showing more decimals than it should 2021-11-29 16:45:01 +02:00
Zrips
1cfc3e108c LowerCase disabled world names for better detection 2021-11-29 16:15:05 +02:00
Zrips
531b12a6fa Taking into consideration changed durability on the item 2021-11-27 17:16:21 +02:00
Zrips
33b4dfe6ce Allow payment while fishing from a boat with disablePaymentIfRiding 2021-11-27 15:31:28 +02:00
Zrips
63a8abc749 Not add permission for a world if we did it already 2021-11-26 17:46:49 +02:00
Zrips
17005f2823 Using job display name for signs instead of jobs internal identificator 2021-11-26 17:36:12 +02:00
Zrips
3d4266f80c Better blockinfo command with click suggestion option 2021-11-26 14:02:57 +02:00
Zrips
07593ca336
Merge pull request #1310 from Wrooar/master
Add spanish translation for TranslatableWords
2021-11-26 13:44:43 +02:00
Zrips
4c6c41bc52 Fixing jobs info feedback message 2021-11-26 13:39:17 +02:00
Wrooar
c287bcbee7 Add spanish translation for TranslatableWords 2021-10-28 01:40:47 -06:00
Zrips
e76e9dfae0 Some minor improvements for startup log 2021-10-26 17:32:42 +03:00
Zrips
89f51b091a Database conversion fix 2021-10-26 17:14:39 +03:00
Zrips
7320c1a349 Fix for jobs info command with provided action and page 2021-10-26 16:32:39 +03:00
Zrips
3f9206b389
Merge pull request #1279 from BeepoWuff/enchantment-fixes
Enchantment Fixes
2021-10-26 16:06:13 +03:00
Zrips
7ed1f6b723
Merge pull request #1280 from BeepoWuff/allow-delevel-config-never-enforced
Enforce AllowDelevel Config Option
2021-10-26 16:00:29 +03:00
Zrips
9c90e53839
Merge pull request #1294 from gecko10000/master
Make cave vines collection work with bottom-most plant as well
2021-10-26 14:11:59 +03:00
Zrips
126ace8fb0
Merge pull request #1291 from evernife/fixdescription
Fix for "jobsr_description_" placeholder not working
2021-10-26 14:10:04 +03:00
Zrips
9345b52ca2
Merge pull request #1287 from ElTuna/patch-2
Update messages_es.yml
2021-10-26 14:08:14 +03:00
Zrips
e510560ce1
Merge pull request #1286 from ElTuna/patch-1
Update messages_es.yml
2021-10-26 14:08:06 +03:00
Zrips
8cd3f4fbbe Optimizing block ownership removal 2021-10-26 14:05:09 +03:00
Zrips
be88eee903 Fixing block ownership removal by destroying block 2021-10-26 13:53:57 +03:00
Zrips
6c4923bcb2 Fix for brewing stand ownership failing to determine owner 2021-10-26 13:46:05 +03:00
Zrips
7f7003ca5f Option to show duplicate user messages. Disabled by default. 2021-10-26 12:58:52 +03:00
lteytelm
ae1cd87c10 Make cave vines collection work with bottom-most plant as well 2021-10-10 14:30:45 -07:00
Petrus
182367acd1 Fix description 2021-10-07 05:16:49 -03:00
ElTuna
141ed1bd82
Update messages_es.yml
Added a missing color code 'e'
2021-09-30 08:34:13 -05:00
ElTuna
8df24305bd
Update messages_es.yml
fixed typo
2021-09-29 17:07:19 -05:00
BeepoWuff
42232cbdc8
Enforce AllowDelevel config option 2021-09-21 03:45:21 +10:00
BeepoWuff
e9c1937953
Update quest objective matching to better match job task matching.
Allows the default enchanter quest to actually detect ARROW_DAMAGE enchantment.
2021-09-21 02:08:15 +10:00
BeepoWuff
a224545d79
Only pay for new enchantments when enchanting items with books on an anvil 2021-09-21 01:05:13 +10:00
BeepoWuff
bf58cf0766
Add explicit job info handling for EnchantActionInfo to ensure correct matching 2021-09-19 00:48:42 +10:00
BeepoWuff
a3ee77e70d
Consistent enchantment name handling between anvil and enchanting table enchanting 2021-09-19 00:10:39 +10:00
Zrips
1cf12d34a3 Permission update 2021-09-15 17:31:25 +03:00
Zrips
81072b26ec Decimal place fix 2021-09-15 17:21:38 +03:00
Zrips
bd009f78f4 Collect action should be defined by what we collect and not with what we
interact

sweet_berries
glow_berries
bonemeal
honeybottle
honeycomb
2021-09-15 17:03:00 +03:00
Zrips
2c5602ab8b Informing about lost ownership
Option to override existing ownerships
Option to set range
2021-09-15 16:02:34 +03:00
Zrips
122ee48197 New commands as ownedblocks to check or remove them 2021-09-15 15:28:27 +03:00
Zrips
06f59f70cc Block ownership fix #2 2021-09-15 13:52:28 +03:00
Zrips
7f933b5e35 GlowBerry support 2021-09-14 21:58:09 +03:00
Zrips
f7bd02aaaf Fix for editjobs setting values to incorrect location 2021-09-14 18:29:37 +03:00
Zrips
ee3e01ae18 Lets not use legacy data valus for editjob command 2021-09-14 18:15:03 +03:00
Zrips
1973a9432a More mob recognitions in case we are still runnig older servers 2021-09-14 18:10:54 +03:00
Zrips
c7c27a7129 Fixing bossbar solid segmentation 2021-09-14 18:03:11 +03:00
Zrips
b9733e801d editquests isint a thing, not now atleast 2021-09-14 17:49:43 +03:00
Zrips
a18ba89ded Fixing block ownership after server restarts 2021-09-14 15:22:13 +03:00
Zrips
7822f9a194 Fixing explore job 2021-09-13 18:15:02 +03:00
Zrips
6a073dd68c Goat milking 2021-09-13 17:09:39 +03:00
Zrips
493f94264d Roman numbers 2021-09-13 17:01:41 +03:00
Zrips
0100f78c8b Double check for permission requirement format being correct 2021-09-13 16:44:30 +03:00
Zrips
ee4a323ddf 1.14 and up looses option to prevent slime/magma cube splits
As of 1.14 we will properly protect specific mobs on their change if
they are spawned from spawner
2021-09-13 16:36:48 +03:00
Zrips
9f1072e272
Merge pull request #1263 from WongLeyF/patch-1
fix: correct spelling of BREAK and STRIPLOGS
2021-09-13 14:41:33 +02:00
Zrips
97beb812a2 Option to modify bonus special prefix 2021-09-13 15:25:16 +03:00
Zrips
c7db265f9e Lets not remove block protection from old location on piston move 2021-09-13 15:09:43 +03:00
Zrips
8e61bf2d28 Fail safe for duplicated user entries 2021-09-13 14:45:40 +03:00
Zrips
6643a456e5 Recording player database ID at moment we got to avoid duplicates 2021-09-13 13:08:18 +03:00
WongLeyF
d2ca83f92d
fix: correct spelling of BREAK and STRIPSLOGS 2021-09-01 10:51:20 -06:00
Zrips
7a07869131 Lets not show messages of ownership while max is in negatives 2021-09-01 18:46:50 +03:00
Zrips
2127bd1be6 We need to save player information if point count changed 2021-08-30 16:04:16 +03:00
Zrips
ec00736fc3 Version command 2021-08-26 15:32:18 +03:00
Zrips
48de4cb285 Cleaning up duplicated jobs records 2021-07-19 13:02:48 +03:00
Zrips
8fb7cd2edf Resolving duplicated player job records 2021-07-18 14:52:53 +03:00
Zrips
bbdacf8e03 PLayer data load needs to be in sync... 2021-07-16 17:58:40 +03:00
Zrips
404dcb8f1a Option to pay for block broken above original one.
Sugarcane, kelp and bamboo
2021-07-16 16:08:05 +03:00
Zrips
a110342157 Resolving issue with jobs not being recognized properly 2021-07-16 12:34:59 +03:00
Zrips
77971390cd Bringing back older (better) sqlite handling code 2021-07-15 17:26:17 +03:00
Zrips
c92c9fe95d Option to ignore ore generators
Some config rearrangements for block protection
2021-07-15 16:39:19 +03:00
Zrips
bf470202f4 Fixing wheat recognition 2021-07-15 14:28:41 +03:00
Zrips
4f87750bfa Optimizing block ownership 2021-07-15 13:11:35 +03:00
Zrips
509ac682ad No more legacy data load 2021-07-15 11:40:33 +03:00
Zrips
c8936fc653 Fixing damage dealth to mobs caching 2021-07-15 11:25:17 +03:00
Zrips
281542d745 Fixing creative state check by permission node 2021-07-06 13:28:01 +03:00
Zrips
88ed269041 No need to have option to hide vanished and... we actually need to hide
them
2021-07-06 13:04:20 +03:00
Zrips
cd973fd35d Food level needs to be checked by PLayer object and not HumanEntity 2021-06-24 14:42:06 +03:00
Zrips
d25086e3da MONITOR its always monitor 2021-06-21 18:15:23 +03:00
Zrips
10f9ff22a4 We HAVE to ignore canceled events 2021-06-21 17:37:49 +03:00
Zrips
51ad48fdef Optimizing permission check 2021-06-21 17:35:40 +03:00
montlikadani
2c5a906639 Use CMILib for parsing equations 2021-06-20 19:34:46 +02:00
montlikadani
9b8ee92c36 Improve enchantment recognition in cmilib 2021-06-20 19:05:53 +02:00
montlikadani
cbc22cb491 Removed unused imports 2021-06-20 18:09:20 +02:00
Zrips
d13ae1b074 ScoreBoard move into CMILib 2021-06-20 16:46:14 +03:00
Zrips
3765c336bd ArmorTypes from CMILib 2021-06-20 15:51:28 +03:00
Zrips
3d429e7cb9 Initial transition towards CMILib 2021-06-20 13:24:49 +03:00
Zrips
da807bef5e Removing NMS dependencies, more future version friendly 2021-06-20 11:47:03 +03:00
montlikadani
aed2ad6687 Remove unused ItemBonusCache class, now we internally stores item boosts 2021-06-16 13:38:47 +02:00
montlikadani
76b050a788 So lets properly recognize materials with name and data 2021-06-14 20:43:04 +02:00
montlikadani
ecb189b03e Improved worldguard protected region retrieving 2021-06-14 15:12:31 +02:00
montlikadani
efd1c91386 Restore copying tab completion keys 2021-06-10 12:23:05 +02:00
montlikadani
b55af27db2 Added one more try clause to make sure adventure is from paper 2021-06-10 11:21:30 +02:00
MrKrakenied
018edee7bf
Remove redundant permissions (#1204) 2021-06-07 07:04:40 +02:00
montlikadani
30e09d443b Add global permission for all known furnace types
https://github.com/Zrips/Jobs/issues/1073#issuecomment-854112805
2021-06-04 16:26:23 +02:00
montlikadani
68b7630500 Implement global max owner ship permission for all known furnace types
Closes #1073
2021-06-03 17:13:21 +02:00
montlikadani
d51dc146bf Added rounded job experience placeholder
Closes #1200
2021-06-02 21:46:15 +02:00