Permission Hilfe

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Permission Hilfe

    Hallo ich brauche dringend Hilfe also erstmal wollte ich euch fragen ob der Code von der .yml richtig ist wenn ja warum funktioniert das nicht =(
    Hier der Code

    Quellcode

    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. # AntiBuild is included with this. To disable a group from being able to build then
    20. # set the build: flag to false (build: false). If you want a group to be able to build
    21. # then set it to true.
    22. ##
    23. # Groups can contain inheritance.
    24. # To make a group inherit the permissions from another
    25. # group simply place the groups name in the "inheritance:" like so:
    26. #
    27. # Example:
    28. # inheritance:
    29. # - Default
    30. ##
    31. # All permissions including the asterisks must be placed in single quotes.
    32. # like so:
    33. #
    34. # - 'foo.bar'
    35. #
    36. # Otherwise errors will happen!
    37. ##
    38. # Globalized Permission settings:
    39. #
    40. # If a permission contains periods (.) you can denote a globalized parameter:
    41. #
    42. # - 'foo.*'
    43. #
    44. # This will allow you to use all general commands.
    45. #
    46. ##
    47. # Single Asterisk denotes all commands:
    48. #
    49. # - '*'
    50. # If you give a group this permissions, do not have the group inherit any permissions
    51. # from other groups. Any users assigned to this group should NOT be given any additional
    52. # permissions either.
    53. ##
    54. # To exempt a node use the - prefix like so:
    55. # - '-foo.bar'
    56. ##
    57. # prefix: and suffix: do not do anything on their own. You need another outside plugin
    58. # such as iChat or HeroChat in order for these to do anything.
    59. groups:
    60. Default:
    61. default: true
    62. info:
    63. prefix: ''
    64. suffix: ''
    65. build: true
    66. inheritance:
    67. permissions:
    68. - 'essentials.spawn'
    69. - 'essentials.help'
    70. - 'essentials.warp'
    71. - 'essentials.warp.list'
    72. - 'essentials.warp.[warpname]'
    73. - 'essentials.msg'
    74. - 'essentials.afk'
    75. - 'essentials.list'
    76. - 'essentials.home'
    77. - 'essentials.sethome'
    78. Moderator:
    79. default: false
    80. info:
    81. prefix: ''
    82. suffix: ''
    83. build: true
    84. inheritance:
    85. - Default
    86. permissions:
    87. - 'general.give'
    88. - 'general.teleport'
    89. - 'general.teleport.here'
    90. - 'essentials.ban'
    91. - 'essentials.banip'
    92. - 'essentials.mute'
    93. - 'essentials.kick'
    94. - 'essentials.unbanip'
    95. - 'essentials.give'
    96. - 'essentials.item'
    97. - 'essentials.time'
    98. - 'essentials.tree'
    99. - 'essentials.bigtree'
    100. - 'essentials.heal'
    101. - 'essentials.suicide'
    102. - 'essentials.kit'
    103. - 'essentials.kit.<kitname>'
    104. - 'essentials.kit.*'
    105. Admins:
    106. default: false
    107. info:
    108. prefix: ''
    109. suffix: ''
    110. build: true
    111. inheritance:
    112. permissions:
    113. - '*'
    114. ##
    115. # Users denote which users are included in which group.
    116. # TheNo1Yeti is in the Admin group
    117. # Herpina is a member of the Moderator group but also has access
    118. # to the herp.derp permissions
    119. # Derpina is a member of the admin group but does not have access
    120. # to the derp.derp permission node
    121. # Users can also have a prefix and suffix as seen with Herpina
    122. ##
    123. users:
    124. rvs14:
    125. group: Admins
    126. permissions:
    127. T0Bi4S:
    128. group: Moderator
    129. permissions:
    Alles anzeigen

    Umbenannt wurde die Datei natürlich schon
  • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )