permissionsEx && fastfood problem

Discussion in 'Bukkit Help' started by blompa, Feb 6, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    blompa

    Hey there

    I am running craftbukkit-1.1-R3.jar with the following plugins:

    PermissionsEx
    ChopTree
    FastFood

    Choptree works out of the box. but I simply cannot get fastfood to work,

    edit: Added the folling
    Server startup printout
    Code:
    10:45:09 [INFO] [PermissionsEx] Loading PermissionsEx v1.18.
    10:45:09 [INFO] [PermissionsEx] Superperms support enabled.
    10:45:09 [INFO] [PermissionsEx] v1.18 enabled
    10:45:09 [INFO] [ChopTree] Loading ChopTree v1.24.
    10:45:09 [INFO] [ChopTree] Using Permissions.
    10:45:09 [INFO] ChopTree 1.23 enabled!
    10:45:09 [INFO] [FastFood] Loading FastFood v0.5.
    10:45:09 [INFO] [FastFood] v0.5 enabled.
    
    /edit
    I've edited the <server install path>\plugins\PermissionsEx\permissions.yml

    and it currently looks like this:
    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            - fastfood.*
            options:
                fastfood.instanteat: true
                fastfood.autoregain: false
                fastfood.nostarve: true
        admins:
            inheritance:
            - default
            permissions:
            - '*'
            prefix: '&6[&6Admin&6]&f'
    users:
        blompa:
            group:
            - admins
    
    But the fastfood configs refuse to do anything. I also don't get an ingame prefix (which I assume I should?)

    Console output:
    Code:
    >pex user blompa
    10:34:54 [INFO] blompa are member of:
    10:34:54 [INFO]    admins (not ranked)
    10:34:54 [INFO] blompa's permissions:
    10:34:54 [INFO]    * (from admins)
    10:34:54 [INFO]    modifyworld.* (from default)
    10:34:54 [INFO]    fastfood.* (from default)
    10:34:54 [INFO] blompa's options:
    
    Any hints, tips or tricks?

    So, the problem might be that fastfood is built for 1337 and I am running 1.1-R3.

    Confirm?

    I switched from fastfood to McEat which worked out of the box.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page