Sheepcraft-DisguiseAPI

Sheepcraft-DisguiseAPI null

Contributors:
DPOH-VAR for the ReflectionUtils.java
hello spigot users this is a disguise API like libsDisguise.

how to add to your code:

Code (Text):

Disguise d = new Disguise(DisguiseType.WITHER_SKELETON, p.getName());
d.changeDisguise(DisguiseType.WITHER_SKELETON);

the main reason it is better than Lib's is because Lib's spawn the mob and you can see the mobs and if it is a player model you can't see much yet this plugins replace your model and than the mob/player can't get in the way so you can see.

the amount of Disguises are 15 atm i am adding more in the next update/the type of Disguise are just MOB and BIPED but that dose not need to go into your plugin it is just so i can add more Mobs

features this is a Disguise plugin that is the Main features

Tutorial:
1. add to build path
2. make command, GUI or any Thing
3. add the code above but change the DisguiseType to some thing that you would like it to be
4. export the plugin
5. put your plugin and this plugin into the plugins folder and reload/stop the server than start the server and that should be it

disguises:

ZOMBIE,
WITHER_SKELETON,
SKELETON,
ZOMBIEPIG,
BLAZE,
ENDERMAN,
CREEPER,
SPIDER ,
WITCH,
WITHER_BOSS,
GHAST,
GIANT,
COW,
ENDER_DRAGON,
GUARDIAN,
RABBIT,
SHEEP,
PIG,
ARMOR_STAND,
HUMAN,
CHICKEN



video:



Note: you do not need to have any code from this plugin in the onEnable part of the plugin it only needs to be in the build path
Author
Mined
Downloads
23
Views
59
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

Top