Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var permission = '%luckperms_has_permission_wiseplus%';
- function check() {
- if (permission == 'no') {
- return '';
- }
- else if (permission == 'yes') {
- return '&6&l+';
- }
- }
- check();
Advertisement
Add Comment
Please, Sign In to add comment