I was playing TIBIA and realized that most mobs can not see invisible players, only a few can... So....
Why in minecraft do mobs get to see you even when you're using
invisibility potion ??
Found some
BUG ?? Let me know Discord
RaulH22#5024.
What this plugin does?
Isnt a vanish plugin!!!
✔ Hide armor of invisible entities; (Your armor is always visible for yourself)
✔ Cancel invisibility potion particles;
✔ Cancel mob target invisible entities;
✔ Configure if a specific mob can see invisible entities;
✔ Compatible with custom mob names;
✔ Everything is configurable;
(See config.yml below)
Code (YAML):
enabled: true
CheckInvisiblesTime: 1
#How many seconds to check players/mobs invisibilit OnDamageEvent:
removePlayerInvisibility: false
removeMobInvisibility: false
whitelist: #If enabled only specific events will remove the invisibility enable: false
#If whiteListMode is true only the events in the list will remove the player invisibility #else will works like a blacklist whiteListMode: true
list: - void
BeforeDamage:
returnsInvisible: false
timeInTicks: 60
removePassedTime: false
HideParticles: true
HideArmor: #You can always see your self own armor ForPlayers: true
#If true, players will not be able to see the armor of other players if they are invisible ForMobs: true
#If true, players will not be able to see the armor of mobs if they are invisible HideParts:
helmet: true
chestplate: true
leggings: true
boots: true
mainhand: true
offhand: true
MobTarget:
DefaultBlindTier: 1
# If 0 mobs will see invisible players like in vanilla # if 1 mobs will cant see players with normal potion effect # if X mobs will cant see players potion effect with tier X # if less then 1 mobs will never see players with potion effect
# You can set a custom tier per mob by mob type or custom name. If <0 mob ever will see invisible players # add/remove how many mobs you want! MobsThatSeeInvisible:
Vex: -1
# Vex will ever see the players. Evoker: -1
# Evokers will ever see the players. Witch: 2
# Witchs will cants see only if players has potion effect tier 2 or more. Creeper: 2
# Creepers will cants see only if players has potion effect tier 2 or more. (Name) &6Xaman Zombie: -1
#Put (Name) before the mob name!! DisabledWorlds: - World_Disable
Additional info:
This is my first plugin, if you liked it please give me a review, You found a BUG or have some idea for me to add? Do not use the reviews area for this; contact me Directly on the Discord RaulH22#2808. Like it alot? Consider donating to me as this is my job, All Donations are appreciated.
Want to make a review video? Send it to me at discord and I'll post it here.