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

1293 Commits

Author SHA1 Message Date
Zrips
15a0e24494
Merge pull request #1588 from ks-hl/ats
Fix [#1587]
2023-04-21 14:05:21 +03:00
Zrips
95e8b3b208
Merge pull request #1584 from FireML/farmland-payment
Allow payment for tilling dirt
2023-04-21 13:59:11 +03:00
Zrips
8bdd49d988 Cleanup 2023-04-21 13:58:52 +03:00
Heliosares
af9c9b3b75 Fix [#1587] 2023-04-10 13:15:21 -04:00
FireML
7eeab85f04 Payment for tilling dirt 2023-04-01 11:45:54 +01:00
Zrips
0ca90fbcb5 Check for null pointer 2023-02-17 14:42:08 +02:00
Zrips
425c7ec66d name and level for top placeholder 2023-02-16 17:46:57 +02:00
Zrips
2fd03a4384 Actually working %jobsr_jtop_[jobName/number]_[1-15]% placeholder 2023-02-16 17:39:12 +02:00
Zrips
c1d08d61fb General permission over specific 2023-02-16 16:37:21 +02:00
Zrips
4d11d4ef03 Option to add all bonuses 2023-02-16 16:32:28 +02:00
Zrips
237cabf82f Accumulative permission fix 2023-02-16 16:32:04 +02:00
Zrips
bd430b3cd7 clearownership fix when using target player name without permission 2023-02-15 17:51:24 +02:00
Zrips
2165e1fe68 Shop can be used with Vault economy.
Point price is optional for shop items
Price renamed to pointPrice, old format still works
2023-02-15 17:16:39 +02:00
Zrips
edb1d5d2e7 Better feedback messages while setting up economy support
Showing economy name on successful linking for convenience sake
2023-02-14 12:33:30 +02:00
Zrips
057e8cea31 LibUpdate 2023-02-13 10:26:27 +02:00
Zrips
233b234858 Joined job will glow in browse window 2023-02-10 15:21:44 +02:00
Zrips
e6c476f756 Jobs info considering archived jobs 2023-01-06 15:08:33 +02:00
Zrips
2dc25b232d exp command cleanup 2023-01-06 14:30:50 +02:00
Zrips
6715fa7bee Merge branch 'master' of https://github.com/Zrips/Jobs.git 2023-01-06 14:00:34 +02:00
Zrips
ba27449336 editquests locale 2023-01-06 14:00:27 +02:00
Zrips
f145eee8df
Merge pull request #1533 from Teyir/master
[IMPROVE] Add -s argument and rand for /exp command
2023-01-06 13:59:56 +02:00
Zrips
34bac1b07e
Merge pull request #1527 from smuddgge/master
Reverted fishing exploiting
2023-01-06 13:57:59 +02:00
Zrips
04a9ee487c variable length fix 2023-01-05 18:31:00 +02:00
Zrips
31c8b1d719 Option to disable quest while keeping its record 2023-01-05 18:29:43 +02:00
Zrips
2da51e65b1 Fixing permissions 2023-01-05 18:14:50 +02:00
Zrips
2d71e67318 Ingame quest editor first pass 2023-01-05 14:29:47 +02:00
Zrips
d3570d395f Locale for stats progress bar 2022-12-28 14:53:40 +02:00
Teyir
bdc2f847cb [IMPROVE] Add -sa argument for skip admin success message 2022-11-29 22:41:58 +01:00
Teyir
3fc3da0659 [IMPROVE] Add random argument for /exp command
ex: rand_5-10
2022-11-28 16:26:43 +01:00
Teyir
5a5b82e630 [IMPROVE] Add -s argument for /exp command 2022-11-28 14:56:29 +01:00
smuddgge
3425a3ba1a Reverted fishing exploiting 2022-11-19 13:26:34 +00:00
Zrips
f0d6576c77 %jobsr_user_jobs% to show none job name if player has no jobs 2022-11-17 16:45:58 +02:00
Zrips
bf06440811 Autojoin job fix 2022-11-17 16:40:57 +02:00
Zrips
fd3c420f08 BP fix for -1 timers 2022-11-17 14:01:00 +02:00
Zrips
513fc019fd Correct lore usage 2022-11-15 17:29:49 +02:00
Zrips
30c06bb476 Info button 2022-11-15 17:25:01 +02:00
Zrips
31fc886b2c GUI info button 2022-11-15 14:47:15 +02:00
Zrips
f1537befde GUI empty field filler from CMILib 2022-11-15 13:26:52 +02:00
Zrips
e4ca78fa57 Default behavior for default jobs command 2022-11-15 13:16:17 +02:00
Zrips
fb5a520f1a Translating enchant material names 2022-11-14 14:52:38 +02:00
Zrips
b79b8a1e9d Avoiding memory leaks 2022-11-14 14:38:38 +02:00
Zrips
2bd257b563 Using primitives instead to save memory 2022-11-14 14:15:46 +02:00
Zrips
c4ecee7840
Merge pull request #1520 from smuddgge/master
Jobs fishing listener MCMMO fix
2022-11-14 13:39:34 +02:00
Zrips
88bde11e8c
Merge pull request #1518 from hbarreau/master
Update JobsPlayer.java
2022-11-14 13:38:48 +02:00
Zrips
5c6f8f7749 Its bonemeal and not composter 2022-11-09 14:53:02 +02:00
smuddgge
7a63a615b4 Jobs fishing listener MCMMO fix
`isExploitingFishing` returns true when a player is warned.

`isFishingTooOfter` returns true when they should not catch a fish.

I think it makes more sence that thye should still get paid for catching the fish.
2022-11-04 17:26:48 +00:00
hbarreau
e0d1a40669 Update JobsPlayer.java
Change job getName to job getFullName
2022-10-29 17:47:56 +02:00
Zrips
c1675cf928 Slot specific boosted items 2022-08-08 15:18:35 +03:00
Zrips
b1a4e64288 MySQL database creation fix 2022-08-08 14:45:27 +03:00
Zrips
0964e5b32b Picking higher permission node for jobs.maxquest 2022-08-08 14:31:30 +03:00