Advertisement
Guest User

Untitled

a guest
May 2nd, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.49 KB | None | 0 0
  1. # System is no longer used, but may become used in the future
  2. # Copies is for multiple-world support
  3. #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  4. #   If this file is for your default world (the one in server.properties) then you must
  5. #   leave copies blank.
  6. #  Example: copies: Derp    -  This will clone the permissions of the world Derp
  7. #
  8. # Make sure to rename this file to the name of the world that is in sever.properties under
  9. # level-name.  So if it is level-name: world  then this should be world.yml and in the
  10. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  11. #
  12. # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
  13. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  14. plugin:
  15.     permissions:
  16.         system: default
  17.         copies:
  18.  
  19. ##        
  20. # AntiBuild is included with this.  To disable a group from being able to build then
  21. # set the build: flag to false (build: false).  If you want a group to be able to build
  22. # then set it to true.
  23. ##
  24. # Groups can contain inheritance.
  25. #   To make a group inherit the permissions from another
  26. #   group simply place the groups name in the "inheritance:" like so:
  27. #
  28. #   Example:
  29. #       inheritance:
  30. #           - Default
  31. ##
  32. #   All permissions including the asterisks must be placed in single quotes.
  33. #   like so:
  34. #
  35. #       - 'foo.bar'
  36. #
  37. #   Otherwise errors will happen!
  38. ##
  39. #   Globalized Permission settings:
  40. #
  41. #       If a permission contains periods (.) you can denote a globalized parameter:
  42. #
  43. #           - 'foo.*'
  44. #
  45. #       This will allow you to use all general commands.
  46. #
  47. ##
  48. #   Single Asterisk denotes all commands:
  49. #
  50. #       - '*'
  51. #   If you give a group this permissions, do not have the group inherit any permissions
  52. #   from other groups.  Any users assigned to this group should NOT be given any additional
  53. #   permissions either.
  54. ##
  55. #   To exempt a node use the - prefix like so:
  56. #       - '-foo.bar'
  57. ##
  58. #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
  59. #   such as iChat or HeroChat in order for these to do anything.
  60. groups:
  61.     Traveller:
  62.         default: true
  63.         info:
  64.             prefix: '&8'
  65.             suffix: ''
  66.             build: false
  67.         inheritance:
  68.         permissions:
  69.            - 'essentials.compass'
  70.             - 'essentials.getpos'
  71.             - 'essentials.home'
  72.             - 'essentials.list'
  73.             - 'essentials.helpop'
  74.             - 'essentials.spawn'
  75.             - 'essentials.rules'
  76.             - 'homesweethome.home
  77.             - 'homesweethome.home.set'
  78.             - 'stargate.use'
  79.     Villager:
  80.         default: false
  81.         info:
  82.             prefix: '&1'
  83.             suffix: ''
  84.             build: true
  85.         inheritance:
  86.            - Traveller
  87.         permissions:
  88.            - 'essentials.msg'
  89.             - 'essentials.afk'
  90.             - 'essentials.me'
  91.             - 'lockette.user.create.*'
  92.             - 'falsebook.blocks.bridge'
  93.             - 'falsebook.blocks.door'
  94.             - 'falsebook.blocks.gate'
  95.             - 'iConomyChestShop.shop.create'
  96.             - 'iConomyChestShop.shop.buy'
  97.             - 'iConomyChestShop.shop.sell'
  98.     Prophet:
  99.         default: false
  100.         info:
  101.             prefix: '&2'
  102.             suffix: ''
  103.             build: true
  104.         inheritance:
  105.            - Villager
  106.         permissions:
  107.            - ''
  108.     Donator:
  109.         default: false
  110.         info:
  111.             prefix: '&a'
  112.             suffix: ''
  113.             build: true
  114.         inheritance:
  115.            - Villager
  116.         permissions:
  117.            - 'magiccarpet.mc'
  118.             - 'magiccarpet.ml'
  119.             - 'essentials.kick'
  120.     Redeemer:
  121.         default: false
  122.         info:
  123.             prefix: '&3'
  124.             suffix: ''
  125.             build: true
  126.         inheritance:
  127.            - Prophet
  128.         permissions:
  129.            - 'essentials.kick'
  130.             - 'essentials.kickall'
  131.             - 'essentials.mute'
  132.             - 'lockette.admin.break'
  133.     Oracle:
  134.         default: false
  135.         info:
  136.             prefix: '&5'
  137.             suffix: ''
  138.             build: true
  139.         inheritance:
  140.            - Redeemer
  141.         permissions:
  142.            - 'essentials.togglejail'
  143.             - 'essentials.ban'
  144.             - 'essentials.banip'
  145.             - 'essentials.ban'
  146.             - 'essentials.unban'
  147.             - 'essentials.unbanip'
  148.             - 'essentials.broadcast'
  149.             - 'lockette.admin.create'
  150.             - 'lockette.admin.bypass'
  151.             - 'lockette.admin.snoop'
  152.             - 'nocheat.speedhack'
  153.             - 'nocheat.moving'
  154.     Overlord:
  155.         default: false
  156.         info:
  157.             prefix: '&4'
  158.             suffix: ''
  159.             build: true
  160.         inheritance:
  161.            - Oracle        
  162.         permissions:
  163.            - '*'
  164.             - 'essentials.jail.exempt'
  165.  
  166. ##
  167. # Users denote which users are included in which group.
  168. # TheNo1Yeti is in the Admin group
  169. # Herpina is a member of the Moderator group but also has access
  170. # to the herp.derp permissions
  171. # Derpina is a member of the admin group but does not have access
  172. # to the derp.derp permission node
  173. # Users can also have a prefix and suffix as seen with Herpina
  174. ##
  175. users:
  176.     Irobot335:
  177.         group: Overlord
  178.         permissions:
  179.     Jonnyboy2746:
  180.         group: Oracle
  181.         permissions:
  182.     Epicmetalrock:
  183.         group: Oracle
  184.         permissions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement