Here is my problem, this happened to me a few hours ago. Some commands I create aren't detected by the game:
This was my last problem:
The game directly detect it as non-existant command, the "Unknown command" message is dropped in chat and I don't know what to do.
The other command was with a custom effect, no error log in output in both cases, both commands have no correlation between or similar features. I tested now with the old command that happened and didn't work also.
Old command:
Please, help, and thank you!
This was my last problem:
code_language.skript:
command //editables:
trigger:
loop {editable::*}:
apply glowing to loop-index for 3 seconds
wait 3 seconds
loop {editable::*}:
remove glowing from loop-index
The other command was with a custom effect, no error log in output in both cases, both commands have no correlation between or similar features. I tested now with the old command that happened and didn't work also.
Old command:
code_language.skript:
command /rel:
trigger:
reload the script "Shotgun"
Please, help, and thank you!
Last edited: