hKing
Lt. Commander
- Registriert
- Juni 2008
- Beiträge
- 1.143
Hallo zusammen, ich spiele seit einigen Tagen mit ein paar Bekannten auf einem Server zusammen Minecraft.
Ich versuchte, mit dem Plugin "Permissions" die Rechte zu verteilen.
Leider funktioniert das überhaupt gar nicht! Manche Sachen können meine Bekannten machen, obwohl sie es nicht sollen und andersrum.
Groups.yml
User.yml
Wie muss meine Permissions-Vergabe ausehen, dass die Member das machen können, was ich ihnen im Groups.yml eigentlich zugesprochen habe?!
Weder der give-Befehl noch der /jump-Befehl funktioniert bei Ihnen, auch können Sie World-Edit benutzen obwohl ich Ihnen dafür keine Rechte eingeräumt habe.
Ich versuchte, mit dem Plugin "Permissions" die Rechte zu verteilen.
Leider funktioniert das überhaupt gar nicht! Manche Sachen können meine Bekannten machen, obwohl sie es nicht sollen und andersrum.
Groups.yml
##
# Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
# To prevent a group of players then set the build: flag to false (build: false).
# If you want a group to be able to build then set it to true.
##
# Groups can inherit from other groups.
# To make a group inherit the permissions and info nodes from another
# group, simply place the groups name in the "inheritance:" like so:
#
# Example:
# inheritance:
# - Default
##
# Wildcard Permission settings:
#
# You can have wildcard nodes which encompass all nodes that match it.
# For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
# "modplugin.settings.view", and so on.
#
##
# A single asterisk means that this user/group has all permissions.
# - '*'
##
# Negated nodes are created by prefixing a normal node with "-".
# They prevent less specific wildcard nodes from matching the negated node.
# For example:
#
# permissions:
# - 'foo.*'
# - '-foo.bar'
#
# In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
#
##
# prefix: and suffix: do not do anything on their own. You need another outside plugin
# such as iChat or HeroChat in order for these to do anything.
##
#
# For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
#
##
groups:
Default:
default: true
info:
prefix: '[DEFAULT]'
suffix: ''
build: false
inheritance:
Member:
default: false
info:
prefix: '[MEMBER]'
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'essentials.give'
- 'essentials.god'
- 'essentials.heal'
- 'essentials.item*'
- 'essentials.kick'
- 'essentials.clearinventory'
- 'essentials.nick'
- 'essentials.time'
- 'essentials.god.others'
- 'essentials.jump'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.setspawn'
- 'essentials.tp'
- 'essentials.spawn'
Moderator:
default: false
info:
prefix: '[Mod]'
suffix: ''
build: true
inheritance:
- Member
permissions:
- 'modplugin.ban'
- 'modplugin.kick'
- 'modplugin.unban'
Admins:
default: false
info:
prefix: '[ADMIN]'
suffix: ''
build: true
inheritance:
permissions:
- '*'
# Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
# To prevent a group of players then set the build: flag to false (build: false).
# If you want a group to be able to build then set it to true.
##
# Groups can inherit from other groups.
# To make a group inherit the permissions and info nodes from another
# group, simply place the groups name in the "inheritance:" like so:
#
# Example:
# inheritance:
# - Default
##
# Wildcard Permission settings:
#
# You can have wildcard nodes which encompass all nodes that match it.
# For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
# "modplugin.settings.view", and so on.
#
##
# A single asterisk means that this user/group has all permissions.
# - '*'
##
# Negated nodes are created by prefixing a normal node with "-".
# They prevent less specific wildcard nodes from matching the negated node.
# For example:
#
# permissions:
# - 'foo.*'
# - '-foo.bar'
#
# In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
#
##
# prefix: and suffix: do not do anything on their own. You need another outside plugin
# such as iChat or HeroChat in order for these to do anything.
##
#
# For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
#
##
groups:
Default:
default: true
info:
prefix: '[DEFAULT]'
suffix: ''
build: false
inheritance:
Member:
default: false
info:
prefix: '[MEMBER]'
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'essentials.give'
- 'essentials.god'
- 'essentials.heal'
- 'essentials.item*'
- 'essentials.kick'
- 'essentials.clearinventory'
- 'essentials.nick'
- 'essentials.time'
- 'essentials.god.others'
- 'essentials.jump'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.setspawn'
- 'essentials.tp'
- 'essentials.spawn'
Moderator:
default: false
info:
prefix: '[Mod]'
suffix: ''
build: true
inheritance:
- Member
permissions:
- 'modplugin.ban'
- 'modplugin.kick'
- 'modplugin.unban'
Admins:
default: false
info:
prefix: '[ADMIN]'
suffix: ''
build: true
inheritance:
permissions:
- '*'
User.yml
users:
hKing:
groups:
- Admins
permissions:
Freund1:
groups:
- Member
permissions:
Freund2:
groups:
- Member
permissions:
hKing:
groups:
- Admins
permissions:
Freund1:
groups:
- Member
permissions:
Freund2:
groups:
- Member
permissions:
Wie muss meine Permissions-Vergabe ausehen, dass die Member das machen können, was ich ihnen im Groups.yml eigentlich zugesprochen habe?!
Weder der give-Befehl noch der /jump-Befehl funktioniert bei Ihnen, auch können Sie World-Edit benutzen obwohl ich Ihnen dafür keine Rechte eingeräumt habe.