1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-01 23:13:48 +01:00
Commit Graph

102 Commits

Author SHA1 Message Date
montlikadani
e05a7f34af Added new potions
- Now, if are missing max-level, vip-max-level, slots, and rejoincooldown integers, it will work without it.
- Fix empty lores
- Minor spell correcting in config
- Fix disabling plugin when the server crash
2018-10-08 18:35:00 +02:00
montlikadani
fa0c45dc1b
Update ConfigManager.java 2018-10-08 16:46:52 +02:00
LogGits
e764cdd436
Adds an Item field to GUI
Adds the ability to add the item name instead of using id and data. 
(Please test this before pulling to verify its functionality)

Resolves #233
2018-10-07 13:25:30 +10: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
5a471f3e6e Fixes a lot of problems with gets the items
- Clean up code
- Minor correcting spelling mistakes
2018-09-20 16:34:41 +02:00
montlikadani
bb8a32a6f0 Back to Vault 1.6.7
- Clean up code
2018-09-17 17:38:58 +02:00
montlikadani
7240f6cb39 Now supports Vault 1.7.1
- Fixed NullPointerException of get lore #177
- Minor code changes
2018-09-11 16:52:49 +02:00
montlikadani
32fcc37b68 Removed EnableEnchants boolean, it was unnecessary 2018-09-09 15:31:45 +02:00
montlikadani
d520554b6d Added enchantments for GUI items
https://www.spigotmc.org/threads/jobs-reborn.50989/page-213#post-3151424
2018-09-09 15:24:18 +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
montlikadani
c084825422 Revert "Now if execute the browse cmd in console not send the raw msg"
This reverts commit 05a6b71775.
2018-09-07 16:20:56 +02:00
montlikadani
05a6b71775 Now if execute the browse cmd in console not send the raw msg
- Now /jobs quest when execute in console not send the message
- Fix brewing stand id
- Now you can set in config the amount of players to be shown in one page for /jobs top command
2018-09-07 16:07:15 +02:00
montlikadani
1e8940124f Let's removing unnecessary code
- Fixed NullPointerException if loading words
- Fix potion ids
- Plugin now disabling when found an issue if the plugin has started
- Now if the SignsEnabled boolean is false does not create a file
- Fix api event bugs #226
2018-09-01 09:07:22 +02: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
montlikadani
1852cb5bc3 Fix NullPointerExceptions (again)
Other:
- Add SuppressWarnings deprecation
- Fix skull owner set of offline player
2018-08-23 09:20:07 +02:00
Zrips
0f74421559 Clay and Clay block is different thing 2018-08-21 13:24:11 +03:00
montlikadani
5c93c54236
Merge pull request #216 from Zrips/montlikadani-patch-3
Fix NullPointerExceptions
2018-08-20 19:46:06 +02:00
montlikadani
f3c456c046 Clean up code
Other:
- Removed unused imports.
- Removed deprecation methods.
- Support for WorldEdit 7.0.0
- Support for MyPet 3.0
2018-08-20 17:07:20 +02:00
montlikadani
e97d885eff
Update TitleManager.java 2018-08-16 18:39:35 +02:00
montlikadani
ad03fcfc90
Update ShopManager.java 2018-08-16 18:39:12 +02:00
montlikadani
1dd7c6f6d3
Update ScheduleManager.java 2018-08-16 18:37:12 +02:00
montlikadani
c7e4ead402
Update RestrictedBlockManager.java 2018-08-16 18:36:23 +02:00
montlikadani
c64969ec48
Update RestrictedAreaManager.java 2018-08-16 18:36:03 +02:00
montlikadani
b0ed6b4c68
Update NameTranslatorManager.java 2018-08-16 18:34:10 +02:00
montlikadani
c1829dd560
Update LanguageManager.java 2018-08-16 18:33:20 +02:00
montlikadani
e2e47ac25e
Update GeneralConfigManager.java 2018-08-16 18:32:29 +02:00
montlikadani
3308a5236b
Update ExploreManager.java 2018-08-16 18:29:18 +02:00
montlikadani
c5babc22d0
Update ConfigManager.java 2018-08-16 18:28:57 +02:00
montlikadani
c4d482d234
Update CommentedYamlConfiguration.java 2018-08-16 18:25:42 +02:00
montlikadani
ce974753f2
Update BossBarManager.java 2018-08-16 18:25:13 +02:00
montlikadani
a7d0653468
Update BlockProtectionManager.java 2018-08-16 18:24:38 +02:00
Zrips
72a7644074 Item by material, not by CMIMaterial name 2018-08-09 13:19:33 +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
6354efab91 Better item recognition 2018-08-01 16:55:30 +03:00
Zrips
4f1e9c4446 Updating for 1.13 version support 2018-07-22 16:30:25 +03:00
Zrips
954c38be82 Small spelling fix 2018-06-21 12:48:46 +03:00
Zrips
b5dad11233 lets support multiple command lines one level up 2018-05-20 14:28:08 +03:00
Zrips
aa69c40f83 Show MythicMobs display name instead of id in info page 2018-04-11 12:59:57 +03:00
Zrips
743148bfae CustomSkull by name or uuid for gui icon 2018-04-10 18:52:58 +03:00
Zrips
093675b86c Option to change all base payment values 2018-03-14 15:01:57 +02:00
Zrips
d10ee9f1d4 Getting correct name descriptions 2018-03-14 13:52:18 +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
15fd5b97a2 item boost now being controled by NBT data
cache is included for performance boost
new commands itembonus and edititembonus
old item updates on new command usage
2018-02-13 14:47:53 +02:00
Zrips
3af38fdaa4 We dont need separate option for scheduler enable option 2018-02-11 13:30:19 +02:00