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

1379 Commits

Author SHA1 Message Date
Zrips
ba16c1a68e Cleanup 2022-03-08 16:19:52 +02:00
Zrips
dfa564aa74 %jobsr_user_canjoin_$1% placeholder fix 2022-03-08 15:58:01 +02:00
Zrips
fe2b70bdc0 Explore data should no longer check by players name for performance
reasons
2022-03-08 15:08:11 +02:00
Zrips
3cc8183ccb WEEPING_VINES to pay out for entire broken stack 2022-03-07 17:51:03 +02:00
Zrips
2639e9802d Entity split spawned from spawners fix 2022-03-07 17:19:59 +02:00
Zrips
51657e8b9a New placeholder %jobsr_user_jprogress_$1% 2022-03-07 15:18:14 +02:00
Zrips
a811f79b1d New placeholder %jobsr_user_jmexp_$1% 2022-03-07 15:11:10 +02:00
Zrips
ffade2e7b8 Small changes 2022-03-07 15:10:52 +02:00
Zrips
1cb965c833 Lets maintain one instance of explore manager 2022-03-07 14:35:58 +02:00
Zrips
f70f2f7171 Merge branch 'master' of https://github.com/Zrips/Jobs.git 2022-03-07 14:29:48 +02:00
Zrips
5d155f257c Cleaner help page with click command suggestion 2022-03-07 14:29:41 +02:00
chacho4
383e1b1d61 resetexploreregion is disable by default. 2022-02-15 15:40:30 +09:00
chacho4
6f6d8a17d9 resetexploreregion command is added for cleaning up explorer data of specified world. 2022-02-15 15:12:57 +09:00
Zrips
5856f9f483 More default enchanter job examples for default config 2022-02-11 17:56:47 +02:00
Zrips
f53a32e35a New command as resetquesttotal for reseting done quest counter 2022-02-11 17:18:51 +02:00
Zrips
03de00be6e PayForEnchantingOnAnvil should be true by default 2022-02-11 11:58:23 +02:00
Zrips
37a1afecb5 Correct way to check for anvil enchanting 2022-02-11 11:57:36 +02:00
Zrips
2655a1cf94 inclusion of glow_item_frame for block place action 2022-02-11 11:07:11 +02:00
François
d3d1948fc5 Avoid checking limited items if none are configured 2022-02-08 18:07:12 +01:00
Zrips
137ec98ab0 More obvious way to show that you can add more than 45 items into shop 2022-02-07 15:48:12 +02:00
Zrips
faa72b80ac
Merge pull request #1374 from MisterFrans/dev-asyncbossbar
Added option to switch bossbar creation and management to async
2022-02-07 15:30:26 +02:00
Zrips
a0ed0d703a
Merge pull request #1379 from Elioby/master
Resolves #1377
2022-02-07 15:29:35 +02:00
Zrips
68b74bfa1b Plugin needs to be disabled in case we can't connect to database 2022-02-07 15:28:23 +02:00
Zrips
5f57d4aa95 Bukkit#getPlayerUniqueId isint present in spigot builds 2022-02-07 15:02:33 +02:00
Elio
c08a1ccddb
Resolves #1377
Without clearing the permissions cache, permissions that are removed will not be removed from the cache until reboot as they stay in the map.
2022-01-29 16:14:49 +00:00
François
4f553aa4fd Added option to switch bossbar creation and management to async 2022-01-24 20:59:12 +01:00
Zrips
55a0705826 Improving boost command handling 2022-01-19 17:28:12 +02:00
Zrips
3b0cfc662f Fixed timed boosts 2022-01-19 17:18:12 +02:00
Zrips
33d14cf927 skipquest command issue fix and better old server compatability. 2022-01-19 16:35:07 +02:00
Zrips
4b1e877368 Q button as alternative for 1.18 servers for job leave 2022-01-19 15:08:42 +02:00
Zrips
0811283201 extra variable as -cmd for promote commands 2022-01-19 14:49:55 +02:00
Zrips
10b5e8a438
Merge pull request #1336 from MisterFrans/master
Fix WildStacker integration
2022-01-13 13:12:08 +02:00
Zrips
f59b56b159 Cleanup 2022-01-13 13:11:35 +02:00
Zrips
a974274350
Merge pull request #1337 from DoctaEnkoda/patch-2
Fix duplication Entry
2022-01-13 13:10:54 +02:00
Zrips
b3dc1d66d7 Up 2022-01-13 13:10:33 +02:00
Zrips
a6453ff9cc Up 2022-01-13 13:06:59 +02:00
Zrips
1c0abe2568
Merge pull request #1360 from TheIntolerant/master
Added new deepslate ores to the miner job
2022-01-13 13:02:44 +02:00
Zrips
41df0ea794
Merge pull request #1357 from jippi/fix-explore-cache
ExploreRegion: Fix encoding X and Z
2022-01-13 13:02:28 +02:00
Zrips
bf69de12d4
Merge pull request #1346 from BeepoWuff/silent-mode-behaviour-fix
ActionBars SilentMode Behvaiour Fix
2022-01-13 13:01:42 +02:00
Zrips
94a61fdab9
Merge pull request #1338 from DoctaEnkoda/patch-3
Convert Database Async
2022-01-13 13:01:09 +02:00
Zrips
3fa81fcf26 Fixing permission check updater goofing out 2022-01-13 13:00:07 +02:00
Zrips
5e066dfda7 Cleanup 2022-01-13 12:37:50 +02:00
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