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

1400 Commits

Author SHA1 Message Date
Zrips
2689a69c78 Simplifying method to get jobs player by name to avoid web calls 2022-05-25 13:00:50 +03:00
Zrips
9694b6b0a5
Merge pull request #1426 from KermX/patch-1
Update farmer.yml
2022-05-25 12:07:52 +03:00
Zrips
3352527434
Merge pull request #1422 from Krakenied/master
Fix experience sorting (do not sort alphabetically lol)
2022-05-25 12:07:35 +03:00
Zrips
1b85ade74a Fixing issue with database table existence detection (Thanks to CrySis) 2022-04-22 12:16:58 +03:00
Zrips
a984589dce MythicMobs 5.x support 2022-03-21 14:59:24 +02:00
Zrips
c6438684fa Stats command fix 2022-03-21 14:58:50 +02:00
KermX
f59c84e283
Update farmer.yml
removed pumpkin-7 as that isn't a block. added melon to break.
2022-03-17 17:53:10 -05:00
Krakenied
9b68671245 Fix experience sorting in top command 2022-03-15 16:19:10 +01:00
Zrips
8bd4ecaa04 Lets not spam chat with disable message 2022-03-12 13:10:33 +02:00
Zrips
1f98b5fb2b Removing /jobs quests next command 2022-03-11 17:51:17 +02:00
Zrips
87587d3852 Defaulting to save on disconnect with multiserver support 2022-03-11 17:11:49 +02:00
Zrips
ef3eac05bc Action name/material translation fix 2022-03-11 16:30:34 +02:00
Zrips
c18916bd56 Correct tabcomplete for give command
Getting rid of less efficient adventure String processing
Huge boost for limited item recognition process which can be up to 100x
faster than original one
2022-03-10 18:25:23 +02:00
Zrips
84be2eba79 Fixing Dynamic payments bonus not being calculated properly 2022-03-10 17:14:11 +02:00
Zrips
7e2ac97578 Better support for custom enchants 2022-03-10 13:39:39 +02:00
Zrips
7970b15d02 Properly performing all commands on each level in any case 2022-03-10 12:44:01 +02:00
YuanYuanOwO
a077578ec6
Fix some translation issues 2022-03-10 01:18:27 +08:00
YuanYuanOwO
5134a50839
update chinese transtion 2022-03-10 01:04:05 +08:00
Zrips
c4dfa50a16 Async economy should be async... 2022-03-09 15:49:07 +02:00
Zrips
b35bdd5087 inclusion of exp for gtop calculation 2022-03-09 15:23:23 +02:00
Zrips
1f691f448c Lets not remove block ownership on hopper transfer
We will only disable payments for this block until next player
interaction or server restart.
2022-03-09 14:25:51 +02:00
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