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

1889 Commits

Author SHA1 Message Date
Zrips
f70027708e Centralizing event listener register to avoid issues
Fixing issue with chat entry no longer being recognized after plugin
reload
2022-06-22 12:41:35 +03:00
Zrips
f9ba65d56b
Merge pull request #1455 from smuddgge/master
Removed redundant McMMO Listener
2022-06-20 15:01:24 +03:00
Zrips
40e61ccd2d jitpack thingy 2022-06-20 14:30:54 +03:00
smuddgge
4586a07d7a Removed redundant listener 2022-06-01 18:28:19 +01:00
Zrips
1711056844 Fixing convert command feedback message 2022-05-26 16:01:19 +03:00
Zrips
c8a811ca6e New placeholders to get quest real name and description 2022-05-26 13:36:30 +03:00
Zrips
4341e2a333 Sorting jobs alphabetically, mainly for GUI purposes 2022-05-26 12:45:42 +03:00
Zrips
ab07c80b62 Closing existing database connection on plugin reload to properly
reconnect with new information if needed
2022-05-26 12:27:23 +03:00
Zrips
a50af311d0 Different method to get player boost value for placeholder 2022-05-26 12:20:07 +03:00
Zrips
c3ef100910 Lets inform only once for disabled payments until relog 2022-05-25 17:25:34 +03:00
Zrips
0fab191980 Lets deal with relative chunk coordinates
Changed base save mechanic for explorer, mainly Long type got converted
into Short which decreases memory usage.
Fixing general issue relating to incorrect chunk detection for explorer
job
2022-05-25 17:12:09 +03:00
Zrips
b69a4f1397 New option to multiply by extra bonus values instead of adding up
Extra information line for final bonus line to show actual bonus
including petpay and nearSpawner values
2022-05-25 14:20:18 +03:00
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
3a0be51ef3 CMILib update 2022-03-21 14:59:04 +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
Zrips
f119c1fa29
Merge pull request #1414 from Minecraft-Tianji-Server/master
Updated Simplified Chinese (zh_CN) translation
2022-03-10 12:26:47 +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
Zrips
e8add46b46
Merge pull request #1400 from DekitateServer/dekitateserver/resetexploreregion
resetexploreregion command for reseting world region data for Exploring.
2022-03-07 14:29:24 +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