Advertisement
spigotdev

Barriers - config.yml

Dec 4th, 2018
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. # Welcome to the configuration of Barriers
  2. # Here you can edit the general configuration of the plugin.
  3. Permissions:
  4. Admin: "Barriers.*"
  5. Panel: "Barriers.Panel"
  6. Create: "Barriers.Create"
  7. Delete: "Barriers.Delete"
  8. Set Region: "Barriers.SetRegion"
  9. List: "Barriers.List"
  10. Region Bypass: "Barriers.Enter."
  11. Reload: "Barriers.Reload"
  12.  
  13. Messages:
  14. Prefix: "&8[&dBarriers&8]"
  15. Tried To Enter Region: "&cSorry, but you cannot enter this region!"
  16. No Permission: "&cYou do not have permission for this command."
  17. Region:
  18. Created: "&aCreated %region%."
  19. Deleted: "&cDeleted %region%."
  20. Set Region: "&aRegion set."
  21. Region Exists: "&cRegion already exists."
  22. Region Selection Invalid: "&cYour WorldEdit selection was invalid. Perhaps it was unfinshed / cross-world?"
  23. Region Invalid: "&cRegion doesn't exist."
  24. No Regions: "&cThere are no regions to list."
  25. Reload:
  26. In Progress: "&aReloading configuration."
  27. Completed: "&aReloaded configuration."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement