C, potřeboval bych pomoct konfiguju na server plugin permissions od Yetiho (verze:3.1.6) a když nahodím permissions tak t funguje v poho..(i ked napisu /pl tak je t zelene) a když dám do složky plugins/world dám složku groups a users ( jejichž obsahy budou zmíněny dole) tak každému t dělá [] Nick:(kdyz napisu /pl tak je t cervene) konfiguju t přes Notepad++ tam žádný error nebyl ani v http://yaml-online-parser.appspot.com/ .Děkuji za každou odpověď.
Groups:
Kód: Vybrat vše
##
# 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
#
##
Hrac:
default: true
info:
prefix: '&2[Hrac]&f'
suffix: ''
build: true
inheritance:
- Default
permissions:
- essentials.sethome
- essentials.home
- iconomy.holdings
- iconomy.money.pay
- essentials.spawn
- authme.login
- authme.register
- server.rules
- server.helpop
- essentials.motd
- essentials.tpa
- essentials.tpahere
Moderator:
default: false
info:
prefix: '&1[Moderator]&f'
suffix: ''
build: true
inheritance:
- Hrac
permissions:
- server.ban
- server.kick
- server.unban
- worldedit.*
Admin:
default: false
info:
prefix: '&4[Admin]&f'
suffix: ''
build: true
inheritance:
permissions:
- '*'
MainAdmin:
default: false
info:
prefix: '&5[Main-Admin]&f'
suffix: ''
build: true
inheritance:
permissions:
- '*'
Owner:
default: false
info:
prefix: '&5[&2O&4w&6n&8e&0r&5]&f'
suffix: ''
build: true
inheritance:
permissions:
- '*'
Users:
Kód: Vybrat vše
##
#
# User entries are similar in syntax to groups, except that the groups they inherit from are denoted by
# "groups:", instead of "inheritance:".
#
##
#
# Users can have their own permissions, shown by FriendB,
# and also can have a prefix and suffix of their own, as shown by FriendA.
#
##
#
# For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
#
##
users:
CnapKu:
groups:
- Owner
permissions:
AkonStiler:
info:
groups:
- MainAdmin
permissions:
Ninja166:
groups:
- Admin
permissions: