Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. wilderness:
  2. regex: "/(?!w($| ))(|fbasics:)(|f(b|(|action)basics) )w(|ild(|erness))(| .*)"
  3. alias: "/fbasics wilderness"
  4. cooldown: 600
  5. warmup: 5
  6. warmup-cancel-on-damage: true
  7. warmup-cancel-on-move: true
  8.  
  9. essentials-teleport-blocks:
  10. regex: '/(e|)((tp(accept|yes))|((set|create)home))(| .*)'
  11. blocks: [AIR, SNOW, CARPET, TORCH, LONG_GRASS]
  12.  
  13. # essentials-blocked-commands:
  14. # regex: '/(e|)(tpahere|return)(| .*)'
  15. # permission: fbasics.bypass.commands.glitchable
  16. #
  17. combat:
  18. regex: "/(e|)(ct|combattag)(| .*)"
  19. cooldown: 5
  20.  
  21. remove-colons:
  22. regex: "/\\w+:.*"
  23. permission: "fbasics.commands.remove-colons"
  24. permission-message: "&cPlease refrain from using colon commands."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement