So i am trying to create a custom command mob for my survival smp but i can't change its speed, base attack and other stuff for some reason. So i tried to give it potion effect and it's not working too. Please someone help me.
the logs:
[12:33:14 WARN]: Ignoring unknown attribute 'generic.maxHealth'
[12:33:14 WARN]: Ignoring unknown attribute 'generic.followRange'
[12:33:14 WARN]: Ignoring unknown attribute 'generic.MovementSpeed'
[12:33:14 WARN]: Ignoring unknown attribute 'generic.attackDamage'
The command:
/give @pdrowned_spawn_egg{EntityTag:{id:"minecraft:drowned",CustomName:"\"Ocean Guardian\"",CustomNameVisible:1,Health:30,Attributes:[{Name:"generic.maxHealth",Base:30},{Name:"generic.followRange",Base:153},{Name:"generic.movementSpeed",Base:2.3f},{Name:"generic.attackDamage",Base:10}],HandItems:[{id:"minecraft:iron_sword",tag:{Enchantments:[{id:sharpness,lvl:35}]},Count:1},{}],ArmorItems:[{tag:{Enchantments:[{id:protection,lvl:4}]},id:"minecraft:diamond_boots",Count:1},{tag:{Enchantments:[{id:protection,lvl:4}]},id:"minecraft:diamond_leggings",Count:1},{tag:{Enchantments:[{id:protection,lvl:4}]},id:"minecraft:diamond_chestplate",Count:1},{id:"minecraft:diamond_helmet",Count:1,tag:{Enchantments:[{id:protection,lvl:4}]}}],ActiveEffects:[{Id:1,Amplifier:1,Duration:2147483647}]}}
note: i use a mob generator called Minecraft tools. And my server run geysermc(idk if it will help)