Hi, I am trying to give any player with permission "xray.use" to use command /xray
I know how, but the problem when i make the xray work, I get errors
command /xray <text>:
permission: xray.use
permission message: "&cYou need <black>[<white>V<black>I<red>P<aqua>++<black>] to use this command !"
usage: "&a/xray [<red>on&a/<red>off&a]"
trigger:
if arg-1 is "on":
make player see sand as glass
send "&aXray is on!"
else if arg-1 is "off":
make player see sand as sand
send "&aXray is off!"
here, i get errors in line 7 and 10, The error say: Can't understand this condition/effect: make player see sand as glass, Anybody got an solution for this?
I know how, but the problem when i make the xray work, I get errors
command /xray <text>:
permission: xray.use
permission message: "&cYou need <black>[<white>V<black>I<red>P<aqua>++<black>] to use this command !"
usage: "&a/xray [<red>on&a/<red>off&a]"
trigger:
if arg-1 is "on":
make player see sand as glass
send "&aXray is on!"
else if arg-1 is "off":
make player see sand as sand
send "&aXray is off!"
here, i get errors in line 7 and 10, The error say: Can't understand this condition/effect: make player see sand as glass, Anybody got an solution for this?