Skript Version: Skript 2.1.2
Skript Author: Bensku
Minecraft Version: 1.8
I am not able to make a simple command with one simple argument.
command /promote <player>:
description: Promotion command
permission: staff.promote
trigger:
message "test"
The script works fine if I remove the <player> but with it, it comes up with an error.
In console:
https://hastebin.com/joxihodoje.vbs
My script addons include:
- SkQuery and that's all
I've searched all over but found no solution.
Any responses or suggestions are appreciated,
thanks
Skript Author: Bensku
Minecraft Version: 1.8
I am not able to make a simple command with one simple argument.
command /promote <player>:
description: Promotion command
permission: staff.promote
trigger:
message "test"
The script works fine if I remove the <player> but with it, it comes up with an error.
In console:
https://hastebin.com/joxihodoje.vbs
My script addons include:
- SkQuery and that's all
I've searched all over but found no solution.
Any responses or suggestions are appreciated,
thanks