omikronchegggs
New Member
- Joined
- Oct 25, 2017
- Messages
- 16
MC 1.16.4 (spigot)
MM 4.11
Hello everyone, tell me how you can make a "Partner" for the player ?.
it is desirable that when creating MM (/ mm m spawn mob) the created mob would follow the character.
I tried to use parameters gotoowner and gotoparent, but the mob continues to stand still, apparently it does not perceive me as a parent or owner, what skill can be done directly for the player?
MM 4.11
Hello everyone, tell me how you can make a "Partner" for the player ?.
it is desirable that when creating MM (/ mm m spawn mob) the created mob would follow the character.
Code:
King-test:
Type: ZOMBIE
Display: 'King'
Disguise:
Type: player
Player: "King"
Health: 2000
Damage: 0.01
Faction: Liberya
AIGoalSelectors:
- 0 clear
- 1 LookAtPlayers
- 2 gotoparent
AITargetSelectors:
- 0 clear
Options:
PreventOtherDrops: true
PreventRandomEquipment: true
PreventItemPickup: true
Silent: true
PreventSunburn: true
I tried to use parameters gotoowner and gotoparent, but the mob continues to stand still, apparently it does not perceive me as a parent or owner, what skill can be done directly for the player?