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

1725 Commits

Author SHA1 Message Date
Zrips
9b935c53e9 Lets accept Null as command perform return for more control over it 2023-05-03 12:04:00 +03:00
Zrips
84cb2cef92 Top command to support console 2023-05-03 11:47:45 +03:00
Zrips
bc4e9343fc Option to disable daily quests 2023-05-02 16:47:49 +03:00
Zrips
5ecb3456a3 Option to disable jobs shop 2023-05-02 16:42:26 +03:00
Zrips
2346e7d623 Single command for boosts 2023-05-02 16:38:04 +03:00
Zrips
3bfb0f60cc Reseting limits at specific time of the day 2023-04-24 14:11:32 +03:00
Zrips
9b291b299b Sign check fix 2023-04-24 12:57:57 +03:00
Zrips
6294aece85 Code cleanup 2023-04-21 14:36:32 +03:00
Zrips
d0f13db51d Merge branch 'master' of https://github.com/Zrips/Jobs.git 2023-04-21 14:11:25 +03:00
Zrips
5c1321ecd4 Centralizing auto pagination 2023-04-21 14:11:17 +03:00
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
e431a6cb55
Merge pull request #1562 from Ksewedo5/patch-2
Update messages_pl.yml
2023-02-16 16:38:24 +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
Ksewedo5
149c568a93
Update messages_pl.yml
1. I added values ​​that were not in the Polish language file
2. I changed the names of the values ​​(I saw that messages_en are called differently) maybe the result of the update
2023-02-10 21:52:33 +01:00
Zrips
233b234858 Joined job will glow in browse window 2023-02-10 15:21:44 +02:00
Zrips
b620dd2bd9
Merge pull request #1559 from Ksewedo5/patch-1
Update messages_pl.yml
2023-02-10 12:51:24 +02:00
Ksewedo5
229313be4e
Update messages_pl.yml
#1558
2023-02-05 21:29:33 +01:00
Zrips
a4f6f0616a
Merge pull request #1556 from mrfloris/patch-1
Update README.md
2023-01-31 13:50:36 +02:00
Floris
43b705195c
Update README.md
- Since there's no jenkins or releases it will always show red in the top icons, I've removed the two
- Moved the issues and pulls icons to the same line as the first two
- Moved the header with the image to the top
- Re-wrote the introduction text to be more friendly, yet informative. And proofread it for grammar/spelling. This way it's a bit more modern and current.
- Made sure the headers `#` vs `##` are a bit better (consistency)
- Made sure there was a clear mention near the top of the required cmilib library
- Made the introduction more friendly to the releases links, and include cmilib there, as well a mention that tech savvy people can get the code and compile it, 
- Included a bit more clear listing for officially supported (and not..) server engines. People who confirm this works on their modded server are free to clone/pr their findings I guess
- Included installation instructions for people who don't want to deal with code, or are new to server running, they now can find the download links, the required library file, and the extra server restart text .. all in one readme document. hopefully lowering the 'it does not work' questions on discord etc.
- Bugs and suggestions - this is added to explain where to post what, and that if they know how to fix the bug that they can clone/pr it.
- Moved support before API, and moved API as a whole lower on the page.
- Made sure discord community is part of support
- Included link to the official zrips.net website for the jobs/api uner API
- And I've moved the credits to the bottom, as most ppl who come to github come to find out what this is about, how to get it, how to get support .. so credits can be a bit lower. And I've included a link to the contributions made by others. I hope it's the correct way of doing that. 
- General grammar/spelling reviewed.
- Made the document a bit more 'the same as' to match the more recent cmilib readme update. (more indirect-consistency) 
- Included basic permissions examples, because I noticed on discord people keep asking a few times per week.
2023-01-31 11:43:32 +01: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
Teyir
8343995c8f [FIX] Fix CMILib name 2022-11-28 14:09:56 +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