Okay so i'm trying to use a variable(option) in my message like this:
This variable(option) will be a permission like "skript.whatever.permission" but when i do it like this it comes with this error:
So i'm asking again, how would i do this?
Skript version: 2.1.2
Minecraft version: 1.8.8
Addons: SkQuery 3.21.4
Solved: Seems i was just an idiot and forgot i don't need % when using options.
code_language.skript:
message "&cYou need the permission &4%{@permission}% &cto do that!"
Code:
'skript.whatever.permission' is not an entity type (Test.sk, line 583: message "&cYou need the permission &4%{@permission}% &cto do that!"')
Skript version: 2.1.2
Minecraft version: 1.8.8
Addons: SkQuery 3.21.4
Solved: Seems i was just an idiot and forgot i don't need % when using options.