Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5

[MineCraft] Problem z permissions

Soil_layers  [MineCraft] Problem z permissions
1. Siema mam problem ! Mam serwer na MineCraft 1.0.0 postawiony na hoście (24h) i do tego bukkit.. Ludzie którzy nie mają Adminów nie mogą nic niszczyć, budować, podnosić i zabijać !! ! Chociaż mam "build: true" ... moje permissions:
Kod:
# 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:
    Default:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        permissions:
            - 'warpz0r.warp'
            - 'warpz0r.use'
            - 'bar.foo'
    Moderator:
        default: false
        info:
            prefix: '&F[&9Moderator&F]'
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - 'bar.foo'
    Admin:
        default: false
        info:
            prefix: '&F[&4Admin&F]'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'
HeadAdmin:
        default: false
        info:
            prefix: '&F[&3HeadAdmin&F]'
            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 Herpina
##
users:
    Nempik7:
        group: HeadAdmin
        permissions: '*'
    Sonar12:
        group: Admin
        info:
            prefix: 'Moo'
            suffix: 'Cow'
        permissions:
            - 'herp.derp'
    Michaos0:
        group: Admin
        permissions:
            - '-derp.derp'

2. Problem z prefixami !! Nie da się ich ustawić (próbowałem pluginem "prefixer" ale nic...!!! ) HELP !!!!
polubienia 0 +1
www
RE: [MineCraft] Problem z permissions
Do groups.yml w folderze, ../plugins/permissions/nazwa_swiata/ dodaj: (PAMIĘTAJ ABY NIE UŻYWAĆ TABÓW)
Kod:
plugin:
    permissions:
        system: default
        copies:
groups:
    Gracz:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        permissions:
        - 'foo.bar'

Także podaj jakie masz inne pluginy, jakiś WorldGuard może Ci to blokować. Wyłącz wszystkie pluginy i zobacz czy z samym permissions Ci działa.
polubienia 0 +1
RE: [MineCraft] Problem z permissions
WorldGuard raczej nie blokuje .. a to gdzie mam wkleić?

To mam usunac all i wkleic to?
i chce aby mogli sie tepac na warpy
ALE JA NIE MAM GROUPS .YML !
polubienia 0 +1
www
RE: [MineCraft] Problem z permissions
@ refresz - pomożecieee !?!?!
polubienia 0 +1
www
RE: [MineCraft] Problem z permissions
polubienia 0 +1
RE: [MineCraft] Problem z permissions
Ok już naprawiłem .. problem tkwił w pluginie DefaultCommands..

Temat idzie do zamykania !
polubienia 0 +1
www