Guest User

Untitled

a guest
Jul 24th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var permission = '%luckperms_has_permission_wiseplus%';
  2.  
  3. function check() {
  4. if (permission == 'no') {
  5. return '';
  6. }
  7. else if (permission == 'yes') {
  8. return '&6&l+';
  9. }
  10. }
  11.  
  12. check();
Advertisement
Add Comment
Please, Sign In to add comment