Why'd I put weather and lightning in there?
This commit is contained in:
parent
50623a9be2
commit
40e56621a8
@ -3,6 +3,8 @@ LibsDisguises (1.9+)
|
|||||||
|
|
||||||
A disguise plugin made by libraryaddict which is pretty cool.<br>
|
A disguise plugin made by libraryaddict which is pretty cool.<br>
|
||||||
|
|
||||||
|
NOTE: These versions will NOT work with Spigot 1.8.8 and before.
|
||||||
|
|
||||||
When posting an issue:<br>
|
When posting an issue:<br>
|
||||||
Please make sure you<br>
|
Please make sure you<br>
|
||||||
1) Post a stack trace error, if no stack trace, then post the odd behavior<br>
|
1) Post a stack trace error, if no stack trace, then post the odd behavior<br>
|
||||||
|
@ -45,7 +45,6 @@ public enum DisguiseType {
|
|||||||
IRON_GOLEM,
|
IRON_GOLEM,
|
||||||
ITEM_FRAME(71),
|
ITEM_FRAME(71),
|
||||||
LEASH_HITCH(77),
|
LEASH_HITCH(77),
|
||||||
LIGHTING,
|
|
||||||
MAGMA_CUBE,
|
MAGMA_CUBE,
|
||||||
MINECART(10, 0),
|
MINECART(10, 0),
|
||||||
MINECART_CHEST(10, 1),
|
MINECART_CHEST(10, 1),
|
||||||
@ -75,13 +74,12 @@ public enum DisguiseType {
|
|||||||
SNOWMAN,
|
SNOWMAN,
|
||||||
SPECTRAL_ARROW(24),
|
SPECTRAL_ARROW(24),
|
||||||
SPIDER,
|
SPIDER,
|
||||||
SPLASH_POTION(-1),
|
SPLASH_POTION,
|
||||||
SQUID,
|
SQUID,
|
||||||
TIPPED_ARROW(23),
|
TIPPED_ARROW(23),
|
||||||
THROWN_EXP_BOTTLE(75),
|
THROWN_EXP_BOTTLE(75),
|
||||||
UNDEAD_HORSE,
|
UNDEAD_HORSE,
|
||||||
VILLAGER,
|
VILLAGER,
|
||||||
WEATHER,
|
|
||||||
WITCH,
|
WITCH,
|
||||||
WITHER,
|
WITHER,
|
||||||
WITHER_SKELETON,
|
WITHER_SKELETON,
|
||||||
|
Loading…
Reference in New Issue
Block a user