1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00
Commit Graph

1336 Commits

Author SHA1 Message Date
montlikadani
ede05c85eb Use Bukkit provided PotionType 2021-02-03 18:21:02 +01:00
montlikadani
7ecb265484 Deprecated short description in jobs now we should use FullDescription
Now the FullDescription list will be printed to the gui items instead of short description. In fact, some type didn’t make sense, as even simple strings could solve new lines, but many were lazy to do it, with just two characters. So the FullDescription list will be visible on new servers that have just installed jobs or are updating the file manually.

- Added potion effect support to jobs shop to give potion item to player with the given effect type.

Closes #1064
2021-02-03 18:12:20 +01:00
montlikadani
c858b53340 Documented some of mostly used methods
Closes #1065
2021-02-02 23:04:46 +01:00
montlikadani
865bcca5c0 Fix some boost time parsing issues 2021-01-28 20:20:17 +01:00
montlikadani
1170086166 Added smoker and blast furnace placeholders
Closes #1066
2021-01-24 10:11:21 +01:00
MrMacor
9aa07160eb
Improved player inventory item boost logic (#1062)
This adds two new configuration options to generalConfig. They're modelled after "enable-boosted-items-in-offhand", called "enable-boosted-items-in-mainhand" and "enable-boosted-armor-items". As the name suggests, the former determines if boosted items in your main hand count towards your overall jobs items bonus, and the latter does the same for armor.
2021-01-19 16:37:47 +01:00
montlikadani
2ad3e54e4d Fix AbstractMethodError when some software does not supports new databases
- Improved the database shutdown process
- Slightly optimized the database calls when a player quits

Closes #1061
2021-01-19 08:35:38 +01:00
montlikadani
fb91fb7104 Second attempt to fix archived jobs 2021-01-16 13:41:46 +01:00
montlikadani
da5641ff37 Fix archived placeholders not worked with job name context
Fixes #1060
2021-01-16 12:38:58 +01:00
montlikadani
77295b6041 Do not create unnecessary statement when checking table 2021-01-14 22:43:42 +01:00
montlikadani
ba601dde43 We don't need anymore to sort commands by int, now it is sorted by alphabetically
This will result in a slightly faster display for list of commands
2021-01-14 22:23:06 +01:00
montlikadani
e4896c8ad0 Fix WildStackerAPI dependency
Seems their repo is trash

Closes #1043
2021-01-14 11:29:57 +01:00
montlikadani
4d05be6df9 Added silent mode option to actionbars
Closes #1059
2021-01-14 10:37:10 +01:00
montlikadani
a2bd1804d7 Fixed when players job joining was not completed
Closes #1057
2021-01-13 09:28:14 +01:00
montlikadani
d335f01e22 Fixed error when some inventory types not existing in prior versions
Also updated Crowndin languages again
2021-01-08 17:07:36 +01:00
Zrips
23091b4bf2 New title type explanations for _EXAMPLE job 2021-01-06 16:48:46 +02:00
Zrips
d3d2b06685 Merge branch 'master' of https://github.com/Zrips/Jobs.git 2021-01-06 16:00:56 +02:00
Zrips
899fe88947 Better way to handle honorific
New honorific values shorttitlejob, titleshortjob
2021-01-06 16:00:42 +02:00
montlikadani
3920fb167d New Crowdin updates 2021-01-06 12:10:18 +01:00
Zrips
49ebf6ee88 Increasing McMMO skill timer from 30 seconds to 60 2021-01-06 13:03:05 +02:00
montlikadani
b1b39a789d Added option to allow enchanting boosted items
Closes #1011
2021-01-01 16:31:38 +01:00
montlikadani
a8dd65cb4b Make payment messages display in chat if setting is disabled per config
Closes #1031
Closes #1023
2020-12-23 20:08:02 +01:00
montlikadani
89649acb9e StackMobs build seems to be working 2020-12-18 20:15:45 +01:00
Zrips
8cd5061ece Lets load points too when changing servers 2020-12-17 17:58:57 +02:00
Zrips
adf91bea98 Properly loading payment limits in multi server environment 2020-12-17 17:50:00 +02:00
Zrips
48ec2bdbf0 Merge branch 'master' of https://github.com/Zrips/Jobs.git 2020-12-17 17:26:49 +02:00
montlikadani
ed3ce013d6 New Crowdin updates 2020-12-17 16:26:13 +01:00
Zrips
3637c77f42 Fix for log stripping 2020-12-17 17:25:53 +02:00
montlikadani
03dee3da8e Remove redundant fields from heap 2020-12-17 16:21:51 +01:00
Zrips
7544eea2ac Properly loading archived jobs when running network 2020-12-17 17:16:48 +02:00
Zrips
c97beba83d Lets remove entries of BP from database before loading if timer is done 2020-12-17 16:20:19 +02:00
Zrips
a9540c784e Lets record BP when player places block in any situation if bp is set 2020-12-17 15:16:30 +02:00
Zrips
751b57095f Fixing bp command issue with newer server versions 2020-12-17 14:11:03 +02:00
Zrips
15ae2988e0 Fix for incorrect archive command locale source 2020-12-17 13:32:27 +02:00
Zrips
401a6d8780 Last thing for job migration 2020-12-17 13:05:35 +02:00
Zrips
3eed42cfaa Extra adjustments for job migration 2020-12-17 12:50:56 +02:00
Zrips
3f16abdc80 Fixing job migration 2020-12-16 17:31:09 +02:00
Zrips
32ffb88e9d Fix for max permission node not being taken properly when you have
multiple of those
2020-12-16 13:53:39 +02:00
Zrips
fa040ee619 Tiny clean 2020-12-16 13:34:53 +02:00
montlikadani
2e5ee5bd6f Added placeholders to show user archived jobs level and exp
Closes #1022
2020-12-15 13:42:34 +01:00
montlikadani
aa13457348 Fix when some complexed placeholders not worked 2020-12-13 18:59:37 +01:00
montlikadani
bb135043b5 Fix remained action types of job not included on the next page
Instead it duplicated the existing ones
2020-12-07 17:52:57 +01:00
montlikadani
1daf097f2e Lets load the job files
- Removed more synchronized methods
- Added slot option to example job to remind users there is sorting
2020-12-07 17:10:04 +01:00
montlikadani
d158059759 Add example job 2020-12-05 18:44:39 +01:00
montlikadani
7f9c125c55 here too 2020-12-05 17:41:00 +01:00
montlikadani
67614adc76 Get rid of some synchronized to do not slow down the server process 2020-12-05 17:30:11 +01:00
montlikadani
e3635193a5 Fix when the first time the jobs not generated 2020-12-05 17:26:07 +01:00
montlikadani
ef4927c23f
Separate jobs into files (#1017)
Closes #1017
2020-12-05 16:40:20 +01:00
montlikadani
580ce6d555 Fix NPE related to MythicMobs display name
Fixes #1015
2020-12-05 14:04:52 +01:00
Zrips
b4c52835e6 Lets keep it compatible with java 8 2020-12-01 14:23:43 +02:00