Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "Remove": {
  3. "target": 1,
  4. "basic": 0,
  5. "admin": 2,
  6. "all": 2
  7. },
  8. "RemoveTimer": {
  9. "default": 30,
  10. "max": 120
  11. },
  12. "Refund": {
  13. "activated": true,
  14. "all-grades": false,
  15. "rate": 0.5
  16. },
  17. "ToolCupboard": {
  18. "activated": false
  19. },
  20. "Messages": {
  21. "NoAccess": "You don't have the permissions to use this command",
  22. "cantRemove": "You are not allowed to remove this",
  23. "tooFar": "You must get closer to remove this",
  24. "noBuildingFound": "Couldn't find any structure to remove",
  25. "noToolCupboard": "You need a Tool Cupboard to remove this",
  26. "noToolCupboardAccess": "You need access to all Tool Cupboards around you to do this",
  27. "noTargetFound": "Target player not found",
  28. "helpBasic": "/remove Optional:Time - To remove start removing",
  29. "helpAdmin": "/remove admin Optional:Time - To remove start removing anything",
  30. "helpAll": "/remove all Optional:Time - To remove start removing an entire building",
  31. "helpRay": "/rayremove - To remove the entire building that you are looking at"
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement