Zrips
f5183b3bac
Lets shorten restrictedBlocks file and use material names instead
2018-10-16 15:17:37 +03:00
Zrips
85ec42abb7
Lets print stack trace and provide better information what happen
2018-10-16 13:53:24 +03:00
Zrips
4af999b7cc
NPE
2018-10-16 12:38:31 +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
b6589bac2f
Lets prevent slab error
2018-10-15 15:51:45 +03:00
Zrips
6d239bf83d
Glowing Redstone to regular one for 1.13
2018-10-15 14:01:51 +03:00
Zrips
0fb849abca
Correct enchant name translation
2018-10-15 13:36:13 +03:00
Zrips
2a1663495c
New command resetquest (playerName) (job)
...
Lets HashMap everything for quest progresion to avoid duplications
2018-10-15 13:20:21 +03:00
Zrips
4fdb037fe9
lets contract potion and color name lists
2018-10-14 19:42:10 +03:00
Zrips
518794e71e
Lets make it short
2018-10-14 19:22:24 +03:00
Zrips
a6a02b3ef4
Lets extract item names from CMIMaterial instead of having fixed list
2018-10-14 17:57:21 +03:00
Zrips
081edff7cb
Correct entity type check for 1.13+
2018-10-14 17:17:24 +03:00
Zrips
aa84bde32d
Merge branch 'master' of https://github.com/Zrips/Jobs.git
2018-10-14 17:04:49 +03:00
Zrips
e2e3bdbbda
Lets keep subtype in 1.13
2018-10-14 17:02:14 +03:00
montlikadani
178c344416
Fix NullPointerExceptions
...
- Some import changes
2018-10-14 13:37:36 +02:00
Zrips
99f13e5c47
Lets update libraaries includign rawMessage one
2018-10-14 14:01:11 +03:00
Zrips
d168e2b252
This like this
2018-10-14 13:44:31 +03:00
Zrips
7b8fa29cd4
Cleaning up item database from duplicates
2018-10-14 13:43:42 +03:00
Zrips
fe9d6960c7
Correct way in checking if entity alive
2018-10-14 12:59:39 +03:00
Zrips
ac31db0927
Lets recognize Crops for legacy settup
2018-10-14 12:34:26 +03:00
Zrips
6fd856a513
Fix for chicken issue
2018-10-14 12:10:29 +03:00
montlikadani
3b365522fb
Merge pull request #255 from LogGits/patch-2
...
Update of ItemManager
2018-10-14 09:06:46 +02:00
LogGits
bccf89cc77
Removed COD_BUCKET id:data.
2018-10-14 16:55:07 +10:00
LogGits
ae2f9e61ae
Removed cave_air id.
2018-10-14 16:54:13 +10:00
LogGits
4d77e81e03
Removed wood/button id additions.
2018-10-14 16:52:55 +10: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
LogGits
05e7292789
Removed COAL_ORE string
2018-10-13 11:29:51 +10:00
LogGits
6cf59f64a1
Resolves CARVED_PUMPKIN
2018-10-13 11:27:54 +10:00
LogGits
c6c86f5c00
Resolved Wooden_Pressure_Plate
2018-10-13 11:22:04 +10:00
Zrips
8601b24ed0
Lets check for possible null
2018-10-12 18:16:15 +03: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
67f7ea97c4
Merge pull request #260 from LinzN/Fix-jenkins-build
...
Fix jenkins build
2018-10-12 14:34:07 +02:00
Niklas Linz
ad343457c7
Add papermc repository
2018-10-12 09:54:24 +02:00
Niklas Linz
11c9a327e4
Add bstats repo
2018-10-12 09:52:47 +02:00
Niklas Linz
56158258b6
Fix wrong groupid and artifactId of worldedit. Maven build is running into an error.
...
- Fix groupId and artifactId for worldedit
- Remove old mcmmo repository. (Is offline)
2018-10-12 09:48:13 +02:00
montlikadani
da9a6e1498
Now the potion drink works correctly
...
- Fixed integers not finds and throw error (again)
- Fix wheat not recognizing properly
- Fix bukkit material name check
- Some fixes in slab block
- Adds temporary IDs to entitys
2018-10-11 19:06:41 +02:00
montlikadani
655a921efa
Fix some problems
...
- Now, if max-level, vip-max-level, slots, and rejoincooldown integers are missing, there will be no error. (fix last commit error)
- Added support for WOOL, to check all wool.
2018-10-10 16:32:02 +02:00
LogGits
a6eb9a35ee
Updated buttons and pressure plates
2018-10-09 05:26:22 +10:00
LogGits
e5e6ff61a0
Updated a bunch of variables
2018-10-09 05:08:50 +10:00
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
02fb6be7fa
Merge pull request #249 from LogGits/patch-1
...
Adds an Item field to GUI
2018-10-08 16:49:08 +02:00
montlikadani
5950d64506
Update jobConfig.yml
2018-10-08 16:47:35 +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
a3166976df
Merge pull request #247 from Sprungente/patch-3
...
Improving German Localization
2018-10-04 16:44:07 +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
643b9dc842
Fixed the player get money even when the plant was not ripe
2018-09-29 14:47:14 +02:00