Hey guys, I need your help here:
I'm trying to block the last portion of /spawnmob from working.
So /spawnmob creeper 1 (playername). I do NOT want (playername) to work.
I've tried a lot of things, none work.
Here's my most recent attempt:
on command "/spawnmob":
loop all players:
add loop player to {_list::*}
set {_list::*} to arguments
if command contains {_list::1}:
cancel event
What am I doing wrong? Any help is majorly appreciated!
I'm trying to block the last portion of /spawnmob from working.
So /spawnmob creeper 1 (playername). I do NOT want (playername) to work.
I've tried a lot of things, none work.
Here's my most recent attempt:
on command "/spawnmob":
loop all players:
add loop player to {_list::*}
set {_list::*} to arguments
if command contains {_list::1}:
cancel event
What am I doing wrong? Any help is majorly appreciated!