1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00
Commit Graph

1912 Commits

Author SHA1 Message Date
Zrips
18caa14582
Merge pull request #1748 from flo0s/PyroFishingPro
Add compatibility with PyroFishingPro
2024-05-08 16:11:34 +03:00
Zrips
8f99a8b313
Merge branch 'master' into PyroFishingPro 2024-05-08 16:11:22 +03:00
Zrips
cb5337f6f6 Cleanup 2024-05-08 12:44:24 +03:00
flo0s
34d6283317 Add compatibility with PyroFishingPro 2024-04-28 20:19:04 +02:00
flo0s
dc2d340539 Add BlockTracker to softdepend 2024-04-25 19:52:36 +02:00
flo0s
49b8e5cb57 Adds compatibility with BlockTracker 2024-04-25 19:49:26 +02:00
Zrips
0a46298b7d Enchant NULL check 2024-04-20 13:26:59 +03:00
Zrips
bf047ce1f2 Jobs stats output message visual update 2024-04-20 13:22:54 +03:00
Zrips
700d2aacf0 Archive variable translation fix 2024-04-17 11:53:50 +03:00
Zrips
49f0accf07 Better regex 2024-04-17 11:50:09 +03:00
Zrips
b89b99bd10 Version up 2024-04-16 15:00:07 +03:00
Zrips
63d2381c5b Async data load on login when in multiserver mode 2024-04-16 14:51:33 +03:00
Zrips
2d01ec3cc7 Potion consumption/crafting error catcher for 1.8 1.7 servers.
This will disable potion recognition in these servers
2024-04-16 12:49:19 +03:00
Zrips
d9ef365b65 1.8 1.7 server fix 2024-04-16 12:42:50 +03:00
Zrips
746c4313cb Properly updating current player count in the job 2024-04-16 12:21:30 +03:00
Zrips
1fb79f4ba2 Limiting GlobalBlockTimer to positive numbers only 2024-04-16 11:56:23 +03:00
Zrips
a1d4f2ec00 Extra check for negative values, just in case. 2024-04-15 18:38:27 +03:00
Zrips
618921ea10 Fixing missing lore for shop items 2024-04-15 18:22:23 +03:00
Zrips
281591b93a Customizable GUI job name section 2024-04-15 18:05:19 +03:00
Zrips
0f406c0ab4 Centralizing job name variable translation 2024-04-15 17:57:22 +03:00
Zrips
ede3e4ede7 Update quests when perform quick block break actions 2024-04-15 17:16:17 +03:00
Zrips
a056c26e1a Mob damage calculator fix 2024-04-15 16:53:08 +03:00
Zrips
0c59223f8d Smithing table crafting fix 2024-04-15 14:01:33 +03:00
Zrips
b7cfc104bb Fixing stats command when reaching max level limits 2024-04-15 13:17:32 +03:00
Zrips
abd04d9653
Merge pull request #1725 from FireML/fix-event
Fix NPEs for JobsExpGainEvent
2024-04-15 12:46:41 +03:00
Zrips
0ab6c20d21
Merge pull request #1724 from FireML/ownership-npe-fix
Add more null checks to BlockOwnerShip#clear
2024-04-15 12:43:19 +03:00
Zrips
85a052f855
Merge pull request #1723 from FireML/player-saving
Save players after adjusting job progression via commands
2024-04-15 12:41:53 +03:00
Zrips
0a02f2a396
Merge pull request #1710 from rayanbzd/master
Implement JobsBlockOwnershipRegisterEvent
2024-04-15 12:39:18 +03:00
Zrips
f5001efa96 Enchantment recognition update 2024-04-15 12:38:25 +03:00
FireML
59b610137b Remove unused JobsExpGainEvent Constructor 2024-03-21 12:18:33 +00:00
FireML
c9f77835da Use the more detailed constructor for Jobs#perform event 2024-03-21 12:16:52 +00:00
FireML
b328d5c9fc Add Null Checks to BlockOwnerShip#clear(UUID) 2024-03-21 12:10:36 +00:00
FireML
36c05eb0b6 Save a player after adjusting job level 2024-03-21 11:57:54 +00:00
FireML
e0f8125e97 Save a player after adjusting job experience 2024-03-21 11:57:01 +00:00
Zrips
c96b24bb10 Ukrainian locale update by Bandera 2024-02-26 12:14:41 +02:00
Zrips
f311172ff6 Italian locale update 2024-01-30 11:46:16 +02:00
rayanbzd
d79e0b89a5 Implement JobsBlockOwnershipRegisterEvent 2024-01-26 04:08:14 +01:00
Zrips
d9cb1bf337 Fix for payment for mob killing going throw when it should not 2024-01-25 14:21:25 +02:00
Zrips
255a1c31a0 2 new placeholders %jobsr_user_jobfull_[name/number]% and
%jobsr_user_jobshort_[name/number]%
2024-01-25 14:02:11 +02:00
Zrips
30ca00073f Special exception for armor stands in wildstacker 2024-01-25 13:53:45 +02:00
Zrips
757d621e0d
Merge pull request #1707 from Jsinco/master
Check if killer is a projectile shot by a player
2024-01-25 13:00:14 +02:00
Zrips
999a1fc224 New placeholder to show bonus in percentage from between 0 and 100
%jobsr_user_pboost_[job]_[currency]%
2024-01-25 12:59:14 +02:00
Zrips
79fbf40ac6
Merge pull request #1704 from MisterFrans/dev-asyncboosbar-optimisation
Prevents creation of unnecessary threads when bossbar is in async
2024-01-25 12:56:56 +02:00
Jsinco
adf2fbb640 Check if killer is a projectile shot by a player 2024-01-17 02:46:02 -05:00
François
12cf3e67ad Fix: Prevents creation of unnecessary threads when bossbar is in async 2024-01-06 12:27:30 +01:00
Zrips
16a59470fc Fixing GUI icons for new ItemStack deserializator 2023-12-19 13:56:33 +02:00
Zrips
70303080b6 More feedback message on plugin disable 2023-12-19 13:38:02 +02:00
Zrips
99ff0a3400 Option to ignore bosses from damage amount check 2023-12-19 13:18:52 +02:00
Zrips
a2018cb7c9 Merge branch 'master' of https://github.com/Zrips/Jobs.git 2023-12-19 12:57:40 +02:00
Zrips
a23b0af09b Excluding job count with ignore-jobs-max 2023-12-19 12:57:33 +02:00