#Why do my homes permissions not work
1 messages · Page 1 of 1 (latest)
Are there any errors?
Have you tried debugging?
Yeah no errors.
Do some debugging
I have no errors
I know, but you need to figure out what exactly is not working
By putting multiple broadcast and see what is not broadcasted
That way we can further narrow down the problem and code, instead of looking at the whole thing
Not sure how to do that...
so like this
command /example:
trigger:
broadcast "Command Executed"
if player is not player:
broadcast "Not Player"
Just an example
obviously it wont broadcast "Not Player" in my example, because there's no way player does not equal player
Yeah no clue still
There's not really much I can do then, you just simply put multiple broadcast "" in your code, you put the first one where the code starts