How would i make a spawnmob? ive tried all i can think of
or
Ive tried changing it to [<text>] instead of [<entity>] that doesnt work, ive already used the if arg-1 is set and stuff but im just kinda rewriting what i have here
Code:
command spawnmob [<entity>] [<integer>]:
permission: op
permission message: "{@noperm}" # yes i have options
trigger:
spawn arg-2 of arg-1
Code:
command spawnmob [<entity>] [<integer>]:
permission: op
permission message: "{@noperm}" # yes i have options
trigger:
summon arg-2 of arg-1