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

254 Commits

Author SHA1 Message Date
Madis
dc376c4b1a
Color code 2019-01-25 21:11:52 +02:00
Madis
dc293c9382 Limited items 2019-01-25 20:37:04 +02:00
Madis
82df707c76 Merge remote-tracking branch 'upstream/master' into patch-2 2019-01-25 20:31:40 +02:00
montlikadani
a63b259711 Fix NPE when item bonus not found
Error: https://hastebin.com/aforinojut.cs
2019-01-24 20:42:34 +01:00
montlikadani
b230c17292 Lets catch Throwable instead of Exception when not using spigot
- Now you can give the limited items with **/jobs give [playername] [jobname] [items/limiteditems] [jobitemname]** command to get limited items from jobConfig.
2019-01-23 19:23:16 +01:00
Madis
cd82882cc1
Estonian consistency update 2019-01-18 13:38:25 +02:00
Madis
6eac7eb471
Quantity
Apparently this is translatable too...
2019-01-16 14:32:12 +02:00
Madis
e849ba2cf2
Fixes for Estonian
Translation and original syntax fixes
2019-01-16 14:12:35 +02:00
montlikadani
825486ea0d Fixed when someone bought from the jobs shop and has not points then got the item
- level & exp command fix when the target player has not in the job and not got any message
2019-01-15 09:46:44 +01:00
Zrips
e2a306acb4 Commands do support list, so lets show that it does. 2019-01-13 19:09:27 +02:00
Madis
43f39b10c1
Another minor fix 2019-01-09 11:21:10 +02:00
Madis
ee7a11b8e4
YAML fix 2019-01-09 11:17:54 +02:00
Madis
670485a320
Minor fix 2019-01-09 10:52:44 +02:00
Madis
8a0cf20851
Estonian update
New strings, many wording fixes and more syntax-wise English parity.
2019-01-09 10:41:45 +02:00
montlikadani
2215c57791 Added player argument to /job limit command
- Fix sheep color not work properly
2019-01-07 18:06:02 +01:00
montlikadani
aadf514dba Fix #323 /jobs employ if target has, then checked the permission at the target
- Now checking correctly for plants when break
2019-01-05 19:01:27 +01:00
montlikadani
33c1bb961d Added some 1.13 blocks
- Some command permission fixes
- Now used UTF-8 in the MySQL, #147
- Fix last commit when a player level up or skill up and broadcast
2019-01-04 20:46:32 +01:00
montlikadani
6709abca2f Fixed issue with colors not work, #267 2018-12-31 13:01:53 +01:00
montlikadani
af54c5c513 Hotfix for running command 2018-12-27 16:29:11 +01:00
montlikadani
82d0af935d New command: /jobs level
Suggested by: Rangewonk / SlVlR (on Discord)
2018-12-27 16:23:56 +01:00
Zrips
64b9b35e58 Lets automatically update plugins version in plugin.yml by pom.xml 2018-12-27 16:10:11 +02:00
montlikadani
338e3f92f4 Need code for switch types 2018-12-25 13:03:16 +01:00
Zrips
d9a48b5b97 Lets simplify it even more
Version increment for future release
2018-12-25 12:58:17 +02:00
Zrips
edb943be11 Initial support for built in placeholders for PlaceHolderAPI
Couple base placeholders
2018-12-25 12:52:38 +02:00
montlikadani
3ea901d5c4 Hot fix for creating new words file #317 2018-12-24 13:34:37 +01:00
montlikadani
4b1cbccf17
Bumped version to check for everyone, if someone below using 4.9.4 version 2018-12-23 21:20:27 +01:00
Zrips
2d974b2066 Lets include new mobs in default config 2018-12-23 18:22:05 +02:00
montlikadani
0592c6da62 Added some new 1.14 materials
- Added some 1.14 enchantments
- Some permission fixes
- Not check for chunk when the player not found
- Removed non-supported plant age checker
2018-12-13 18:54:38 +01:00
sandor111
1e07fd610d
Dutch language file
A base for a Dutch translation.
2018-12-08 19:31:15 +01:00
montlikadani
221ef37ea3 Fix some command permissions
- Trident material has an ID
- Removed boolean pay-in-creative from generalConfig and replaced to jobs.paycreative permission. https://www.spigotmc.org/threads/jobs-reborn.50989/page-232#post-3242807
2018-12-07 19:41:15 +01:00
montlikadani
ed0eadad69 Some code clean up
- Fix 1 color not work (lime)
- We using the default data folder from main class
- We don't need to copy and create a lot of message file
2018-11-25 20:09:48 +01:00
montlikadani
717b0edebe
Merge pull request #301 from Sprungente/patch-4
Expand German Locazion
2018-11-25 07:55:27 +01:00
Sprungente
5f377dcd86
fix 2018-11-24 19:39:53 +01:00
Sprungente
a27ac0f022
Add new Strings 2018-11-24 19:29:16 +01:00
montlikadani
6ea97d6262
Merge pull request #305 from LogGits/patch-6
Fixed an incorrect entity name
2018-11-24 08:53:43 +01:00
montlikadani
6a3723c645
Merge pull request #304 from LogGits/patch-5
Removed more duplicates
2018-11-24 08:50:44 +01:00
LogGits
cf47aeb48a
Fixed an incorrect entity name 2018-11-24 09:03:04 +10:00
LogGits
83bdb6f1a1
Removed more duplicates 2018-11-24 08:32:29 +10:00
LogGits
c708395eff
Removed duplicate experience from woodcutting 2018-11-24 06:56:24 +10:00
Sprungente
b800214272
Translate Penalty / GER Language
and small fix and improve :D
2018-11-23 19:24:01 +01:00
montlikadani
9e7eb97b12 Added custom head setting to the gui shop, #152
- Fix NullPointerException, https://www.spigotmc.org/threads/jobs-reborn.50989/page-227#post-3221066
2018-11-16 15:48:50 +01:00
Zrips
ee4c7ef10d This should be present 2018-11-12 18:09:00 +02:00
Zrips
6a77f4a695 Default jobConfig file update by roracle 2018-11-12 17:50:05 +02:00
Zrips
4d51308b2f Version increment 2018-11-12 17:43:50 +02:00
montlikadani
e3829d12d2 Some tab-complete fix
- Retrieving colors
2018-11-12 16:31:05 +01:00
montlikadani
a75b128630 Improved tap-complete problems
- Fixed villager trade not working correctly.
2018-11-09 15:01:20 +01:00
montlikadani
0240a41665
Merge pull request #273 from Nogapra/Nogapra-patch-1
Update Words_fr.yml
2018-10-26 20:21:06 +02:00
Nogapra
3ebdf1b549
Update Words_fr.yml 2018-10-26 17:54:45 +02:00
montlikadani
f6c251b0be Removed last commit test (error)
- TODO: fixing 3 colors not working correctly #267
- Now the message files, it only creates two files, a default and a specified one.
- Fixed #239 hoppers earn money when baked food. (file creating problem)
2018-10-26 16:54:28 +02:00
Nogapra
b96a5c96ad
Update Words_fr.yml 2018-10-26 13:59:59 +02:00
Nogapra
c156755107
Update Words_fr.yml 2018-10-26 10:58:40 +02:00
montlikadani
7410d86bcc Fix #267 (again) 3 colors not work
Fixed an issue to 3 colors not working correctly.
2018-10-23 17:47:23 +02:00
montlikadani
5b4f43b1af Fixed the points are withdraw even if inventory is full in shop. #173
- Fix some bed recognition problem
2018-10-22 18:11:28 +02:00
montlikadani
cbb6c534e2 Let's adding short material names #271
- Some fixes
- Clean up some code
2018-10-19 20:02:03 +02:00
Andre_601
9716c2722b
Update messages_de.yml 2018-10-16 15:25:00 +02:00
Zrips
350743a738 Version increment and some missing files from last commit 2018-10-16 15:31:52 +03:00
Zrips
f5183b3bac Lets shorten restrictedBlocks file and use material names instead 2018-10-16 15:17:37 +03:00
montlikadani
9dfa9177d1 Some changes in config
- Now if the player not joined in the job then the placeholder not showing in the chat.
- Fix NullPointerException (again...)
2018-10-15 17:06:40 +02:00
Zrips
7307b815dc German locale fix 2018-10-15 18:01:48 +03:00
Zrips
d9d7cb628f Version increment 2018-10-15 16:46:16 +03:00
Zrips
ac31db0927 Lets recognize Crops for legacy settup 2018-10-14 12:34:26 +03:00
montlikadani
5e64f83605 Added editable message for /jobs browse on console
- Fix last commit changes not works, so it changed to basic (no edit more)
- Added SEEDS to use all seeds
- Fixed the player get money even when the plant was not ripe (again)
2018-10-13 16:41:13 +02:00
montlikadani
804933a294 Fixed /jobs browse not works in console
- Some changes in version checking message
- CROPS changed to WHEAT for default
(No version update in plugin.yml because of the check)
2018-10-12 15:59:56 +02:00
montlikadani
5950d64506
Update jobConfig.yml 2018-10-08 16:47:35 +02:00
Sprungente
50c5410658
Improving German Localization
Part 1
2018-10-04 15:40:58 +02:00
montlikadani
0a3df3d434 Moved configs
- Removed iConomy remnants
- Fixed config saving problems
2018-10-03 17:39:21 +02:00
montlikadani
36d4eded68 Minor config changes
- Fix jobs.* permission does not work correctly
- Fix potion item main hand
- Removed IConomy support
- Fixing drink job event (not working)...
2018-09-28 19:38:00 +02:00
montlikadani
ebc6c99dc2 Let's clean up code
- We use the default colors from the lang file
- Fixed enchantments not working in GUI
- Fix BossBar console error message
- Now if the signs is enabled then use the command
- Fixed the place of brewing stand stayed when the player break, #205
- Now if the Signs.Enable boolean true, then only create a file
- Fixed version checker not working correctly
2018-09-23 17:02:48 +02:00
montlikadani
e63d86f912 Now if execute the browse cmd in console not send the raw msg
- Now /jobs quest when execute in console not send the message
- Now you can set in config the amount of players to be shown in one page for /jobs top & gtop commands
2018-09-07 17:46:47 +02:00
Zrips
0172b780de Version increment 2018-08-31 16:06:09 +03:00
montlikadani
5083a2c50a Fix potion names 2018-08-30 13:20:55 +02:00
montlikadani
5f72fabd26 Added potion support
- Added when the player drinking a potion and work a job get money.
- New ActionType
- Now if a BossBar boolean enabled then only send a console error.
- Now if a restricted area is empty (0) not send the message to console.
2018-08-30 10:23:56 +02:00
montlikadani
1547505a96 Support for dev. Vault
- Clean up code
- Now only create furnaceBrewingStands.yml file if the boolean is enabled
- Fix double permission names
2018-08-24 09:02:30 +02:00
Zrips
d61ea61d50 Lets include missing materials 2018-08-21 13:03:31 +03:00
montlikadani
8c6cd42b8a Revert "Delete plugin.yml"
This reverts commit 861b2bee81.
2018-08-20 13:18:04 +02:00
montlikadani
861b2bee81
Delete plugin.yml 2018-08-20 13:10:29 +02:00
montlikadani
4cf74665cc
Merge branch 'master' into fixjobeditorchat 2018-08-20 13:09:28 +02:00
Zrips
1ae362031e Merge branch 'master' of https://github.com/Zrips/Jobs.git 2018-08-16 13:48:54 +03:00
Zrips
ac5c0a4624 Lets remove meta 2018-08-16 13:46:32 +03:00
montlikadani
9dee8c76f8
Updated messages_hu.yml file to the latest version 2018-08-10 19:54:19 +02:00
montlikadani
f7b3efb491
Update plugin.yml 2018-08-10 19:49:41 +02:00
montlikadani
037812a884
Merge pull request #187 from DmitryRendov/rus-translation
Updated messages_ru.yml and introduced Words_ru.yml translatable words
2018-08-10 18:26:07 +02:00
Zrips
e43208ce22 Wrong version check before checking for slabs 2018-08-10 14:13:19 +03:00
Zrips
72a7644074 Item by material, not by CMIMaterial name 2018-08-09 13:19:33 +03:00
Ken B
af25281ef2 Fix job editor chat event 2018-08-09 00:38:56 -04:00
Zrips
3603cc178b CZ locale update by NorthMania 2018-08-06 16:33:34 +03:00
Zrips
f72c3b37e6 Lets disable scoreboard top list until further updates 2018-08-06 15:24:15 +03:00
Zrips
fbe92bedf4 CMIMaterial is always not null 2018-08-03 15:07:50 +03:00
Zrips
374cca2b22 Tabcomplete should not send usage if no matches are found 2018-07-27 16:32:19 +03:00
Zrips
4f1e9c4446 Updating for 1.13 version support 2018-07-22 16:30:25 +03:00
Zrips
aa69c40f83 Show MythicMobs display name instead of id in info page 2018-04-11 12:59:57 +03:00
Zrips
13dd412def Lets set autocommit in finall catch, just in canse it fails 2018-04-10 19:00:26 +03:00
Dmitry Rendov
122698581b Introduced Words_ru.yml translatable words. Updated to support 1.12.2 2018-03-14 13:55:39 +00:00
Dmitry Rendov
fd4adc7ad4 Updated messages_ru.yml to support 4.5.x release. Some minor improvements. 2018-03-14 13:54:50 +00:00
Zrips
2e6f453120
Merge pull request #149 from peccator085/master
Add Japanese
2018-03-14 14:08:45 +02:00
Zrips
edd7fa0a34
Merge pull request #170 from montlikadani/patch-4
Update messages_hu.yml file to the latest version
2018-03-14 14:06:37 +02:00
Zrips
99ff2d5b1a Default block timer (plants) change from -1 to 30 2018-03-14 12:34:57 +02:00
Zrips
8726052187 Option to customize base command label in help page 2018-02-15 13:07:42 +02:00
Zrips
3af38fdaa4 We dont need separate option for scheduler enable option 2018-02-11 13:30:19 +02:00
montlikadani
ab0a91f6f3
Update messages_hu.yml file to the latest version
I've updated and fixed some bugs.

In the upcoming times, when writing a new message string, put it in the message file so that the translator can not find it.
2018-02-01 16:04:53 +01:00
Zrips
7c43bc94e3 Spanish locale update by C4BR3R4 2018-02-01 15:56:00 +02:00
Zrips
23d32d0765 points -> pts
Same formating for info in chat and GUI for payment
Decimal value limits
2018-02-01 14:54:06 +02:00
Zrips
700fc2a580 Updated default files 2018-01-23 12:28:16 +02:00
peccator085
82755657c5
Update messages_ja.yml
I approached a more perfect translation
2017-11-22 11:22:24 +09:00
peccator085
5c386601f2
Add messages_ja.yml
Add Japanese locale file
2017-11-22 11:20:28 +09:00
Zrips
634e0d7ac8 Prevent stacktrace on collumn check 2017-11-11 13:04:38 +02:00
Zrips
4844547d19 Allow soft limits to stop income increase after certain level, but allow
further leveling.
2017-11-09 15:24:29 +02:00
Zrips
cf9db10eae Incrementing version 2017-11-03 18:21:56 +02:00
Zrips
e8c604c3d9
Merge pull request #134 from Taehyuun/patch-1
FR locale updated for Jobs 4.1.3
2017-11-02 15:16:12 +02:00
Zrips
e890d08ce3 We dont need addBatch? 2017-10-01 12:24:58 +03:00
Taehyuun
e09be0be5c FR locale updated for Jobs 4.1.3
Added missing lines
Changed "Cubixx" currency name to "Argent" (neutral term for money)
Some obvious corrections
2017-09-16 21:12:31 +02:00
Zrips
07b2556592 Adding hungarian default locale by montlikadani
making universal file name grabber for locale files to simplify stuff
2017-09-10 13:25:57 +03:00
Zrips
7d5994a2e0 Missing t in shorttitle display mode 2017-09-09 12:47:44 +03:00
Zrips
8ecc36c306 Better give command handling 2017-09-02 12:32:40 +03:00
Zrips
49e58de450 Jobs max level is in incorect place by default
Small locale switcheroo
2017-09-01 17:48:36 +03:00
Zrips
de10e8ac1a Adding rejoinCooldown to all default jobs 2017-09-01 13:59:21 +03:00
Zrips
6c0723b677 Version up 2017-09-01 13:55:27 +03:00
Zrips
23ca602689 Hmm 2017-09-01 12:19:19 +03:00
Zrips
17965f5143 Clean 2017-09-01 12:13:03 +03:00
Zrips
b64f117d4b Inform when trying to use incorrect command name 2017-08-02 12:33:07 +03:00
Zrips
69a7342ea7 German locale update by jonatse3 2017-07-24 14:30:55 +03:00
Zrips
ef47f321fc Turkish locale update by kemal895 2017-07-24 13:46:53 +03:00
Zrips
4318d4bf60 Check if item have itemmeta set 2017-07-24 13:25:23 +03:00
Zrips
08d55322e5 Change event for armorstand spawn 2017-07-22 12:23:23 +03:00
Zrips
73332fad38 Allow payment for crafting items with predefined names 2017-07-19 11:11:41 +03:00
Zrips
6536e402b4 New data based handling system, more robust in case of something strange 2017-07-18 18:01:42 +03:00
Zrips
3c2a13ec3d Merge pull request #110 from Prunt/patch-1
Translation for Estonian: messages_et.yml
2017-07-04 15:03:48 +03:00
Zrips
614c7448ac Merge pull request #107 from Sprungente/patch-2
DE locale fix
Sprungente and lippoliv
2017-07-04 15:03:11 +03:00
Sprungente
ce723f168d Now runnable
.
2017-07-04 13:59:28 +02:00
Sprungente
9339a097ab Improves
Many Improves.
2017-07-03 14:18:30 +02:00
Zrips
d227d9d2b8 Version increment 2017-07-02 14:44:26 +03:00
Zrips
4f634c900f Just in case WG is in wrong version 2017-07-02 13:30:14 +03:00
Prunt
59bc441aa4 Fixed error 2017-06-28 18:00:43 +03:00
Prunt
53bfdc8aae Create messages_et.yml
Translation for Estonian
2017-06-28 11:56:59 +03:00
Sprungente
ee2fa111c9 More Fixes
All my mistake fixed. Should now work
2017-06-28 02:14:51 +02:00
Sprungente
3da2d9bd83 Little Mistake
i'm sorry for the mistake
2017-06-28 02:00:21 +02:00
Zrips
750813d948 Version increment 2017-06-27 18:41:21 +03:00
Zrips
abc0250581 Merge pull request #78 from ogoo2997/ogoo2997-patch-1
Add Chinese Traditional translation
2017-06-27 16:47:56 +03:00
Zrips
c811c2d902 Merge pull request #101 from IzzelAliz/master
Update zhcn locale and upload zhcn words
2017-06-27 16:46:43 +03:00
Zrips
b89258f695 Merge pull request #99 from Sprungente/patch-1
More German translation
2017-06-27 16:42:38 +03:00
Sprungente
ef5c761a31 Little Fixes + Add Worldguard Area
Little bit updates
2017-06-23 14:20:47 +02:00
IzzelAliz
e15e4093b5 Upload zhcn Words 2017-06-23 19:29:12 +08:00
IzzelAliz
144577b16a Update zhcn locale 2017-06-23 19:26:15 +08:00
Zrips
62e4d09179 Updating version 2017-06-23 12:09:17 +03:00
Zrips
9940e9f3c6 Support for worldguard and restricted areas 2017-06-22 16:40:13 +03:00
Sprungente
1e6f15b9e2 update messages_de.yml
Hey there
I thought the german translation is a little bit outdated. I have translated. It's nice when other people benefit from them.
2017-06-22 09:16:28 +02:00
Zrips
72f5945053 1.12 update 2017-06-10 18:15:45 +03:00
Zrips
3f71080b02 1.12 support and new version checker 2017-05-20 14:46:11 +03:00
ogoo2997
f27a9d4c14 Update Words_zhtw.yml
Reeds -> 甘蔗

and find that the "RABBIT、LightBlue、Light Gray、Light Green" didn't translate in the game.
2017-05-15 01:14:52 +08:00
ogoo2997
9cd8066016 Add files via upload 2017-05-15 00:23:17 +08:00