Kundello

Untitled

Mar 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #This is the config file that you can disable commands per-regions using WorldEdit and WorldGuard.
  2. #Punishments and custom disable command messages will not work with these commands!
  3.  
  4. #Place the disable message here
  5. messageForRegion: '&4That command is disabled in this region!'
  6.  
  7. #Place all regions here that you want to have commands disabled in
  8. #Note: All regions are to be in lowercase
  9. - exampleregion
  10.  
  11. #Place all the players who can bypass this check here
  12. playersBypassAllRegions:
  13. - SomeoneThatCanHaveAllCommandsHere
  14.  
  15.  
  16. #Place all the commands here that you want to disable per-region
  17. commandsToDisable:
  18. exampleregion:
  19. commands:
  20. - message
  21. - help
  22. canBypass:
  23. - playersThatCanBypassGoHere
Advertisement
Add Comment
Please, Sign In to add comment