Advertisement
crispyklown81

AntyPlugin

Feb 1st, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. options:
  2. permission: antyplugin.bypass
  3. permissionmsg: &cI'm sorry, but you do not have permission to perform this command.
  4.  
  5. on command "/pl":
  6. if executor is a player:
  7. if player doesn't have permission "{@permission}":
  8. cancel event
  9. send "{@permissionmsg}"
  10. on command "/plugins":
  11. if executor is a player:
  12. if player doesn't have permission "{@permission}":
  13. cancel event
  14. send "{@permissionmsg}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement