Skript Version: 2.2-Fixes-V8b
Skript Author: termantor1128
Minecraft Version: 1.8.8
---
Full Code:
Errors on Reload:
Console Errors: None (if applicable)
Other Useful Info: Also want to do this with a break event as well as I want it so that if you have the perms ex: a, b, c and not in creative mode you cannot but in creative mode you can but if you dont have perms a, b, c you cannot
If you need more info let me know
Addons using (including versions):
WildSkript-1.8, SkStuff-1.6.4.1, Skellett-1.8.8, skUtilities-0.9.0, skRayFall-1.9.7, Umbaska-2.0Beta5.5.1, SkQuery-3.21.4, RandomSK-2.0
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
Skript Author: termantor1128
Minecraft Version: 1.8.8
---
Full Code:
code_language.skript:
on place:
if player has permission "place.owner" or "place.admin" or "place.dev"
if player's gamemode is not creative:
cancel event
else:
cancel event
Errors on Reload:
code_language.skript:
None
Console Errors: None (if applicable)
code_language.skript:
Can't understand this condition/effect: if player has permission "place.owner" or "place.admin" or "mineplex.dev" (test.sk, line 41: if player has permission "place.owner" or "place.admin" or "place.dev"')
10:38:48 PM [ERROR] 'else' has to be placed just after an 'if' or 'else if' section (test.sk, line 44: else:')
Other Useful Info: Also want to do this with a break event as well as I want it so that if you have the perms ex: a, b, c and not in creative mode you cannot but in creative mode you can but if you dont have perms a, b, c you cannot
If you need more info let me know
Addons using (including versions):
WildSkript-1.8, SkStuff-1.6.4.1, Skellett-1.8.8, skUtilities-0.9.0, skRayFall-1.9.7, Umbaska-2.0Beta5.5.1, SkQuery-3.21.4, RandomSK-2.0
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?