ProtocolLib - used by LibsDisguises for disguising mobs
Permissions:
mindcontrol.use - allows players to use mind control helmets
mindcontrol.immune - makes it so you are not able to be taken control of by other players
Code (yml (Unknown Language)):
# Thanks for downloading MindControl! #
#==============================#
# If you want to use permissions with MindControl, you must set this to true #
usePermissions: false
# This is the particle beam that appears when controlling an entity #
showParticleBeam: true
particleEffect: ENCHANTMENT_TABLE
particleCount: 1
# This is the time limit (in seconds) that enforces how long players can control an entity #
# Set this to 0 for no time limit #
timeLimit: 20
# This is the distance (in blocks) that enforces how far players can control an entity #
# Set this to 0 for no distance limit #
distanceLimit: 40
# This is the material (that is worn on head) used as the controlling item #
mindControlHelmet: GOLD_HELMET
entityBlacklist:
- ARMOR_STAND
- ENDER_DRAGON
Please note that this plugin is in BETA so there are some bugs that may be present, most notably inventory problems with player disconnects while mind controlling. These will be fixed and more exciting features will be added. Please post in the discussion section any bugs you find.