Stránka 1 z 1

Problém s pluginy

Napsal: 11 zář 2011, 09:32
od Shaggy84675
Server: 93.91.240.156:27237

Dobrý den,
chci se zeptat. Včera se mi ve 21:00 nějak pokazily pluginy. Málo z nich funguje, ale většina nefunguje. A Permissions se změnil na červenou, takže je možné, že pluginy nefungujou z důvodu nefunkčnosti Permission. Poradil by mě někdo jak tento problém vyřešit??

Děkuji za odpověď

Re: Problém s pluginy

Napsal: 11 zář 2011, 09:37
od Sejsel
Dej nám sem groups.yml a users.yml .. upravoval jsi je nějak?

Re: Problém s pluginy

Napsal: 11 zář 2011, 15:59
od Shaggy84675

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
#
##

groups:
    Player:
        default: true
        info:
            prefix: '&9'
            suffix: ''
            build: true
        inheritance:   
        permissions: 
            - 'residenceplugin.residence'              
            - 'residenceplugin.residence'
            - 'residenceplugin.residence'
            - 'residenceplugin.residence'
            - 'residenceplugin.residence'
            - 'essentials.sethome'
            - 'essentials.home'
            - 'essentials.spawn'
            - 'essentials.list'
            - 'essentials.money'
            - 'essentials.afk'
            - 'essentials.pay'
            - 'essentials.msg'
            - 'ChestShop.shop.buy'
            - 'ChestShop.shop.sell'
            - 'signColours.*'
            - 'mobbounty.collect'
            - 'creativecolours.chat'
            - 'jobs.join.<jobname>'
            - 'jobs.world.<worldname>'
            - 'jobs.admin.fire'
            - 'jobs.admin.employ'
            - 'jobs.admin.promote'
            - 'jobs.admin.demote'
            - 'jobs.admin.grantxp'
            - 'jobs.admin.removexp'
            - 'jobs.admin.transfer'
            - 'bankaccount.open'
            - 'bankaccount.close'
            - 'bankaccount.deposit'
            - 'bankaccount.password'
            - 'bankaccount.loan'
    Admins:
        default: false
        info:
            prefix: '&3'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'
    VIP Admins:
        default: false
        info:
            prefix: '&2'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'

Re: Problém s pluginy

Napsal: 11 zář 2011, 15:59
od Shaggy84675

Kód: Vybrat vše

users:
    PatrikLeifert:
        permissions:
        groups:
        - Admins
    Enkey:
        permissions:
        groups:
        - VIP Admins
    Test:
        permissions:
        groups:
        - Player
    Citroneeek:
        permissions:
        groups:
        - VIP Admins

Re: Problém s pluginy

Napsal: 11 zář 2011, 19:44
od Sejsel
Takže.. příště prosím do jednoho příspěvku, ale to není důležité..

Kód: Vybrat vše

groups:
    Player:
        default: true
        info:
            prefix: '&9'
            suffix: ''
            build: true
        inheritance:   
        permissions: 
            - 'residenceplugin.residence'             
            - 'residenceplugin.residence'
            - 'residenceplugin.residence'
            - 'residenceplugin.residence'
            - 'residenceplugin.residence'
            - 'essentials.sethome'
            - 'essentials.home'
            - 'essentials.spawn'
            - 'essentials.list'
            - 'essentials.money'
            - 'essentials.afk'
            - 'essentials.pay'
            - 'essentials.msg'
            - 'ChestShop.shop.buy'
            - 'ChestShop.shop.sell'
            - 'signColours.*'
            - 'mobbounty.collect'
            - 'creativecolours.chat'
            - 'jobs.join.*'
            - 'jobs.world.*'
            - 'jobs.admin.fire'
            - 'jobs.admin.employ'
            - 'jobs.admin.promote'
            - 'jobs.admin.demote'
            - 'jobs.admin.grantxp'
            - 'jobs.admin.removexp'
            - 'jobs.admin.transfer'
            - 'bankaccount.open'
            - 'bankaccount.close'
            - 'bankaccount.deposit'
            - 'bankaccount.password'
            - 'bankaccount.loan'
    Admins:
        default: false
        info:
            prefix: '&3'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'
    VIP Admins:
        default: false
        info:
            prefix: '&2'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'

Byly tam menší chybičky, ale to by nemělo mít vliv...
máš groups.yml a users.yml v plugins/Permissions/jménosvěta/?
Máš nějaké chyby v logu? Máš něco v globalUsers.yml a globalGroups.yml? Máš zaplý nether?

Re: Problém s pluginy

Napsal: 11 zář 2011, 21:34
od Shaggy84675
Ještě jsem se zapomněl zmínit o updatu craftbukkitu nemohlo to být tím?

Re: Problém s pluginy

Napsal: 12 zář 2011, 06:54
od Qefik
tutově to je tím :)