Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2011
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. # Supports "Default" and "GroupUsers"
  2. plugin: SpawnControl
  3. permissions:
  4. - 'SpawnControl.sethome.basic'
  5. - 'SpawnControl.sethome.proxy'
  6. - 'SpawnControl.home.basic'
  7. - 'SpawnControl.spawn.use'
  8. - 'SpawnControl.spawn.set'
  9. - 'SpawnControl.groupspawn.use'
  10. - 'SpawnControl.groupspawn.set'
  11. - 'SpawnControl.import (for /scimportconfig and /scimportgroupconfig)'
  12. system: default
  13.  
  14. ##
  15. # Groups can contain inheritance.
  16. # To make a group inherit the permissions from another
  17. # group simply place the groups name in the "inheritance:"
  18. # field seperated by commas.
  19. #
  20. # Example: inheritance: Default,Admins,
  21. ##
  22. # All permissions including the asterisks must be placed in single quotes.
  23. # like so:
  24. #
  25. # - 'general.spawn'
  26. #
  27. # Otherwise errors will happen!
  28. ##
  29. # Globalized Permission settings:
  30. #
  31. # If a permission contains periods (.) you can denote a globalized parameter:
  32. #
  33. # - 'general.*'
  34. #
  35. # This will allow you to use all general commands.
  36. #
  37. ##
  38. #
  39. # Single Asterisk denotes all commands:
  40. #
  41. # - '*'
  42. ##
  43. groups:
  44. Default:
  45. default: true
  46. info:
  47. prefix:
  48. suffix:
  49. build: true
  50. inheritance:
  51. permissions:
  52. - 'general.spawn'
  53. Moderator:
  54. default: false
  55. info:
  56. prefix:
  57. suffix:
  58. build: true
  59. inheritance:
  60. - Default
  61. permissions:
  62. - 'general.time'
  63. - 'general.teleport'
  64. - 'general.teleport.here'
  65. - 'general.player-info'
  66. Admins:Scruffy_Puppy
  67. default: false
  68. info:
  69. prefix:
  70. suffix:
  71. build: true
  72. inheritance:
  73. - Moderator
  74. permissions:
  75. - '*'
  76.  
  77. ##
  78. # DarkGrave has control over all commands.
  79. # sk89q can use /spawn & /time
  80. ##
  81. users:
  82. darkgrave:
  83. group: Admins
  84. permissions:
  85. sk89q:
  86. group: Default
  87. permissions:
  88. - 'general.time'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement