Vai al contenuto
Il server del mese è
Visita la nostra nuova lista server!

Archiviato

Questa discussione è archiviata e chiusa a future risposte.

  • 0
Zammy185

Problema Factions Permissions.... Aiuto

Domanda

E' da 2 giorni che cerco di mettere a posto questa cosa... in poche parole i Default users NON dovrebbero poter creare fazioni... ma lo fanno comunque? dove ho sbagliato nel codice?


# 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:
185:
permissions:
permissions.example: true
groups:
- admin
rastrello125:
permissions:
permissions.example: true
groups:
- admin

groups:
admin:
permissions:
permissions.*: true
factions.kit.admin: true
ees.skyrim: true

inheritance:
- pro
pro:
permissions:
wol.legend.give: true
wol.legend: true
wol.use.thor: true
wol.use.vulcan: true
wol.use.meteor: true
wol.use.demon: true
ees.skyrim: true
inheritance:
- default
default:
permissions:
permissions.build: true
factions.kit.halfplayer: true
repairchest.use: true
heroes.classes.*: true
heroes.classes.class-name: true
heroes.bind: true

messages:
build: '&cYou do not have permission to build here.'
debug: true
[/CODE]

Condividi questo messaggio


Link di questo messaggio
Condividi su altri siti

0 risposte a questa domanda

Recommended Posts

Non ci sono ancora state risposte a questa domanda


×
×
  • Crea Nuovo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.