Skocz do zawartości
Minecraft.pl Server Banner
  • 0
C4mp3R2

Problem z pluginem.

Pytanie

C4mp3R2    0

Siema,

mam problem z plginem permissions.

Gdy wchodze na serwer i skonfiguruje sobie permissions to wszystko ładnie chodzi ale gdy dodam kogos np. do moderatorów to zamiast np. (world)[Admin] <nick> to <nick> bez grupy zadnej

wie ktos o co chodzi? czym to jest spowodowane?

I chciałbym do tego jeszcze dodać grupę VIP.

Mój Permissions:

 # System is no longer used, but may become used in the future
# Copies is for multiple-world support
# Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
# If this file is for your default world (the one in server.properties) then you must
# leave copies blank.
# Example: copies: Derp - This will clone the permissions of the world Derp
#
# Make sure to rename this file to the name of the world that is in sever.properties under
# level-name. So if it is level-name: world then this should be world.yml and in the
# plugins/Permissions directory (ie. plugins/Permissions/world.yml)
#
# NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
# doing this is to use Notepad++ and replace the tab with 4 spaces.
plugin:
permissions:
system: default
copies:

##
# AntiBuild is included with this. To disable a group from being able to build 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 contain inheritance.
# To make a group inherit the permissions from another
# group simply place the groups name in the "inheritance:" like so:
#
# Example:
# inheritance:
# - Default
##
# All permissions including the asterisks must be placed in single quotes.
# like so:
#
# - 'foo.bar'
#
# Otherwise errors will happen!
##
# Globalized Permission settings:
#
# If a permission contains periods (.) you can denote a globalized parameter:
#
# - 'foo.*'
#
# This will allow you to use all general commands.
#
##
# Single Asterisk denotes all commands:
#
# - '*'
# If you give a group this permissions, do not have the group inherit any permissions
# from other groups. Any users assigned to this group should NOT be given any additional
# permissions either.
##
# To exempt a node use the - prefix like so:
# - '-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.
groups:
Gracz:
default: true
info:
prefix: '&f'
suffix: ''
build: true
inheritance:
permissions:
- 'foo.bar'
- 'commandbook.who'
- 'commandbook.kit.list'
- 'commandbook.kit.kits.start'
- 'commandbook.spawn'
- 'commandbook.msg'
- 'iConomy.list'
- 'iConomy.payment'
- 'iConomy.rank'
- 'iConomyChestShop.shop.create'
- 'iConomyChestShop.shop.buy'
- 'iConomyChestShop.shop.sell'
- 'lwc.protect'
- 'warpz0r.warp'
- 'warpz0r.list'
- 'commandbook.motd'
- 'commandbook.rules'
- 'jobs.join.Gornik'
- 'jobs.world.world'
- 'warpz0r.home'
- 'warpz0r.sethome'
- 'jobs.join.Kopacz'
- 'jobs.join.Budowniczy'
- 'jobs.join.Farmer'
- 'jobs.join.Lowca'
- 'jobs.join.Wedkarz'
- 'realshop.shop'

KidMod:
default: false
info:
prefix: '&6'
suffix: ''
build: true
inheritance: Gracz
permissions:
- 'foo.bar'
- 'commandbook.who'
- 'commandbook.kit.list'
- 'commandbook.kit.kits.start'
- 'commandbook.spawn'
- 'commandbook.msg'
- 'iConomy.list'
- 'iConomy.payment'
- 'iConomy.rank'
- 'iConomyChestShop.shop.create'
- 'iConomyChestShop.shop.buy'
- 'iConomyChestShop.shop.sell'
- 'lwc.protect'
- 'warpz0r.warp'
- 'warpz0r.list'
- 'commandbook.teleport'
- 'worldguard.*'
- 'worldedit.*'
- 'commandbook.teleport'
- 'commandbook.return'
- 'commandbook.whois.*'
- 'commandbook.motd'
- 'commandbook.rules'
- 'jobs.join.*'
- 'jobs.world.world'
- 'warpz0r.home'
- 'warpz0r.sethome'
- 'commandbook.kick'
- 'commandbook.weather'
- 'IPGet.*'
- 'realshop.shop'
Moderator:
default: false
info:
prefix: '&2'
suffix: ''
build: true
inheritance: KidMod
permissions:
- 'foo.bar'
- 'commandbook.who'
- 'commandbook.kit.list'
- 'commandbook.kit.kits.start'
- 'commandbook.spawn'
- 'commandbook.msg'
- 'iConomy.list'
- 'iConomy.payment'
- 'iConomy.rank'
- 'iConomyChestShop.shop.create'
- 'iConomyChestShop.shop.buy'
- 'iConomyChestShop.shop.sell'
- 'lwc.protect'
- 'warpz0r.warp'
- 'warpz0r.list'
- 'commandbook.teleport'
- 'worldguard.*'
- 'worldedit.*'
- 'commandbook.time'
- 'commandbook.time.lock'
- 'commandbook.weather'
- 'commandbook.weather.thunder'
- 'commandbook.teleport'
- 'commandbook.teleport.other'
- 'commandbook.return'
- 'commandbook.mute'
- 'commandbook.slap.*'
- 'commandbook.rocket.*'
- 'commandbook.shock.*'
- 'commandbook.barrage.*'
- 'commandbook.whois.*'
- 'commandbook.kick'
- 'commandbook.bans.*'
- 'commandbook.rules'
- 'commandbook.motd'
- 'jobs.world.world'
- 'jobs.join.*'
- 'warpz0r.sethome'
- 'warpz0r.home'
- 'magiccarpet.mc'
- 'magiccarpet.ml'
- 'IPGet.*'
- 'realshop.*'


Mod:
default: false
info:
prefix: '&2'
suffix: ''
build: true
inheritance:
- Default
permissions:
- '*'
Admin:
default: false
info:
prefix: '&4'
suffix: ''
build: true
inheritance:
permissions:
- '*'

##
# Users denote which users are included in which group.
# TheNo1Yeti is in the Admin group
# Herpina is a member of the Moderator group but also has access
# to the herp.derp permissions
# Derpina is a member of the admin group but does not have access
# to the derp.derp permission node
# Users can also have a prefix and suffix as seen with RaghPL
##
users:
C4mp3R2:
group: Admin
permissions:
Koka_Pl:
group: Admin
permissions:
TutajWpiszNickKidModa:
group: KidMod
permissions:
TutajWpiszNick2KidModa:
group: KidMod
permissions:
dziuraa:
group: Moderator
permissions:
TutajWpiszNick2Moderatora:
group: Moderator
permissions:

Udostępnij tę odpowiedź


Odnośnik do odpowiedzi
Udostępnij na innych stronach

0 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

Nie udzielono jeszcze odpowiedzi na to pytanie


×
×
  • Dodaj nową pozycję...