Quantcast
Viewing latest article 2
Browse Latest Browse All 49

Error in config.yml

There's an error in my config.yml file that i can't find. When I try to write any PermBukkit command in chat it'doesn't work, and show me permbukkit help. Other PLs command works fine.
This is my config file: (I use the last version of this PL)

[spoiler]# PermissionsBukkit configuration file
#
# A permission node is a string like 'permissions.build', usually

starting
# with the name of the plugin. Refer to a plugin's documentation for

what
# permissions it cares about. Each node should be followed by true

to grant
# that permission or false to revoke it, as in 'permissions.build true'.
# Some plugins provide permission nodes that map to a group of

permissions -
# for example, PermissionsBukkit has 'permissions.*', which

automatically
# grants all admin permissions. You can also specify false for

permissions
# of this type.
#
# Users inherit permissions from the groups they are a part of. If a

user is
# not specified here, or does not have a 'groups' node, they will be

in the
# group 'default'. Permissions for individual users may also be

specified by
# using a 'permissions' node with a list of permission nodes, which

will
# override their group permissions. World permissions may be

assigned to
# users with a 'worlds:' entry.
#
# Groups can be assigned to players and all their permissions will

also be
# assigned to those players. Groups can also inherit permissions from

other
# groups. Like user permissions, groups may override the permissions

of their
# parent group(s). Unlike users, groups do NOT automatically inherit

from
# default. World permissions may be assigned to groups with a

'worlds:' entry.
#
# The cannot-build message is configurable. If it is left blank, no

message
# will be displayed to the player if PermissionsBukkit prevents them

from
# building, digging, or interacting with a block. Use '&' characters to
# signify color codes.

users:
    HDzBLaZe:
        permissions:
            permissions.*: true
        groups:
        - owner
groups:
    default:
        permissions:
            myhub.hub
            essentials.afk true
            essentials.help true
            essentials.helpop true
            essentials.helpop.receive true
            essentials.msg true
            essentials.realname true
            essentials.rules true
            essentials.suicide true
            essentials.balance true
            essentials.spawn true
            essentials.sethome true
            essentials.home true
            essentials.delhome true
            essentials.tpa true
            essentials.tpdeny true
            essentials.tpaccept true
            factions.kit.fullplayer true
            authme.register true
            authme.login true
            authme.changepassword true
            authme.unregister true
            WarpSigns.use true
            StopLava.canGetLava true
            FactionChat.FactionChat true
            FactionChat.AllyChat true
            citizens.npc.talk true
            plotme.use.claim true
            plotme.use.auto true
            plotme.use.home true
            plotme.use.info: true
            plotme.use.comment true
            plotme.use.comments true
            plotme.use.biome true
            plotme.use.clear true
            plotme.use.list true
            plotme.use.buy true
            plotme.use.sell true
            plotme.use.auction true    
            plotme.use.bid true
            plotme.use.dispose true
            plotme.use.done true
            plotme.use.deny true
            plotme.use.undeny true
            plotme.use.add true
            plotme.use.remove true
            plotme.limit.1 true
    lavauser:
        permissions:
            StopLava.canUseLava true
        inheritance:
        - default
    zeus vip:
        permissions:
            essentials.vanish true
            essentials.repair true
            plotme.limit.3
        inheritance:
        - lavauser
    poseidon vip:
        permissions:
            essentials.vanish true
            essentials.repair true
            plotme.limit.3
        inheritance:
        - lavauser
    builder vip:
        permissions:
            worldedit.*
            worldguard.*
        inheritance:
        - lavauser
    moderator:
        permissions:
            essentials.ban true
            essentials.banip true
            essentials.kick true
            essentials.vanish true
            essentials.tphere true
            essentials.invsee true
            essentials.socialspy true
            factions.*: true
            plotme.*: true
            infinitydispenser.*: true
            scs.*
        inheritance:
        - builder
    admin:
        permissions:
            authme.*: true
            essentials.*: true
            jobs.*: true
            multiworld.*: true
            multiverse.*: true
        inheritance:
        - moderator
    owner:
        permissions:
            permissions.*
        inheritance:
        - admin

messages:
    build: '&cYou do not have permission to build here.'

debug: false[/spoiler]

Thanks for support,
BLaZe


Viewing latest article 2
Browse Latest Browse All 49

Trending Articles