Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- # CONFIG
- PermissionActivated: true #Do you want to use a permission? So set it to true or to false if you don't want it
- Permission: coloredsignssk.use # Here you can set the permission when this PermissionActivated is set to true
- # IF YOU ARE DON'T A SKRIPT DEV DON'T EDIT THINGS BELOW THIS
- # |
- # |
- # \ /
- ColorReplacer: "&"
- on sign change:
- if {@PermissionActivated} is true:
- if player has permission "{@Permission}":
- replace all {@ColorReplacer} with "§" in line 1 of event-block
- replace all {@ColorReplacer} with "§" in line 2 of event-block
- replace all {@ColorReplacer} with "§" in line 3 of event-block
- replace all {@ColorReplacer} with "§" in line 4 of event-block
- else:
- replace all {@ColorReplacer} with "§" in line 1 of event-block
- replace all {@ColorReplacer} with "§" in line 2 of event-block
- replace all {@ColorReplacer} with "§" in line 3 of event-block
- replace all {@ColorReplacer} with "§" in line 4 of event-block
Add Comment
Please, Sign In to add comment