Permissions-iChat-Essentials Help

Discussion in 'Bukkit Help' started by plewwatson, Feb 9, 2011.

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

    plewwatson

    I seem to be having problems getting my server to recognize that I am using permissions. And the prefixes I set aren't working. When I log into my server and type /modgrp -blank- member, or any other group that I seem to have set up in Permissions, it says Error: Your server does not use Permissions. Here is my Permissions file, I have no clue what all the ^M means.

    Code:
    # Supports "Default" and "GroupUsers"^M
    plugin:^M
        permissions:^M
            system: default^M
    ^M
    ##^M
    # Groups can contain inheritance.^M
    #   To make a group inherit the permissions from another ^M
    #   group simply place the groups name in the "inheritance:" ^M
    #   field seperated by commas.^M
    #^M
    #   Example: inheritance: Default,Admins,^M
    ##^M
    #   All permissions including the asterisks must be placed in single quotes.^M
    #   like so:^M
    #^M
    #       - 'general.spawn'^M
    #^M
    #   Otherwise errors will happen!^M
    ##^M
    #   Globalized Permission settings:^M
    #^M
    #       If a permission contains periods (.) you can denote a globalized parameter:^M
    #^M
    #           - 'general.*'^M
    #^M
    #       This will allow you to use all general commands.^M
    #^M
    ##^M
    #^M
    #   Single Asterisk denotes all commands:^M
    #^M
    #       - '*'^M
    ##^M
    groups:
      Guest:
        default: true
        info:
            prefix: '&8[&0Guest&8]&8'
            suffix: '&8'
            build: false
        inheritance:
        permissions:
            - 'essentials.spawn'
            - 'essentials.list'
            - 'essentials.help'
            - 'essentials.motd'
            - 'essentials.rules'
            - 'essentials.msg'
            - 'essentials.helpop'
      Member:
        default: false
        info:
            prefix: '&8[&6Member&8]&e'
            suffix: '&f'
            build: true
        inheritance: Guest
        permissions:
            - 'essentials.clearinventory'
            - 'essentials.getpos'
            - 'essentials.whois'
            - 'essentials.mail'
            - 'essentials.mail.send'
            - 'essentials.ping'
            - 'essentials.realname'
            - 'essentials.compass'
            - 'essentials.depth'
            - 'essentials.home'
            - 'essentials.sethome'
      VIP:
        default: false
        info:
            prefix: '&2[&aV&2I&aP&2]&a'
            suffix: '&f'
            build: true
        inheritance: Member
        permissions:
            - 'essentials.heal'
            - 'essentials.top'
            - 'essentials.tpa'
            - 'essentials.jump'
            - 'essentials.kit.KITNAME'
      Mod:
        default: false
        info:
            prefix: '&8[&4Mod&8]&4'
            suffix: '&f'
            build: true
        inheritance: VIP
        permissions:
            - 'essentials.kick'
            - 'essentials.ban'
            - 'essentials.unban'
            - 'essentials.unbanip'
            - 'essentials.banip'
      Admin:
        default: false
        info:
            prefix: '&4[&1Admin&4]&9'
            suffix: '&a'
            build: true
        inheritance: Mod
        permissions:
            - 'essentials.*'
      Owner:
        default: false
        info:
            prefix: '&1[&4Owner&1]&4'
            suffix: '&f'
            build: true
        inheritance: Admin
        permissions:
            - '*'
    users:
      plewwatson:
        group: Owner
        permissions:
            - '*'
      Flame_Heart:
        group: Admin
        permissions:
      John55223:
        group: Admin
        permissions:
    Can anyone help me solve my problems with iChat, Essentials, and Permissions?
    --- merged: Feb 9, 2011 8:35 PM ---
    Nobody?
     
  2. Offline

    cyklo

    What's your server OS and how did you upload the config file?
     
  3. Offline

    ImTheBuilder

    Ok I Run The Same Setup But You Prefix Is A little Bit Messed Up The iChat Plugin automatically puts the [ and ] so you could remove that and ichat only supports one plugin attempt this instead

    groups:
    Guest:
    default: true
    info:
    prefix: '&8Guest'
    suffix:
    build: false
    Everything else seems fine check all other plugins config to see if it is clashing with permissions but also try and reload all the other plugins config and also try re-downloading permissions and get back to me if this helped or didnt help and ill try and find another issue
     
  4. Offline

    plewwatson

    The server is running craftbukkit build 200 on Ubuntu 10.8 with java x64. I got the file from /plugins/Permissions/Permissions. I used command: vi

    I will try that ImTheBuilder
    --- merged: Feb 9, 2011 11:55 PM ---
    It didn't work. It still says Essentials not Loaded and does not give prefixes... Can anyone help me? Let me know if you want any other config files..
    --- merged: Feb 9, 2011 11:56 PM ---
    This is what I get when I start up the server:

    2011-02-09 23:28:18 [INFO] Loading properties
    2011-02-09 23:28:18 [INFO] Starting Minecraft server on *:25565
    2011-02-09 23:28:18 [INFO] Preparing level "world"
    2011-02-09 23:28:18 [INFO] Preparing start region
    2011-02-09 23:28:19 [INFO] Preparing spawn area: 16%
    2011-02-09 23:28:20 [INFO] Preparing spawn area: 36%
    2011-02-09 23:28:27 [INFO] Preparing spawn area: 36%
    2011-02-09 23:28:28 [INFO] Preparing spawn area: 57%
    2011-02-09 23:28:29 [INFO] Preparing spawn area: 81%
    2011-02-09 23:28:30 [INFO] [iStick] version [1.3] (Forest) loaded
    2011-02-09 23:28:30 [INFO] WorldGuard 3.2.2 loaded.
    2011-02-09 23:28:30 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-09 23:28:30 [INFO] WorldGuard: Blacklist loaded.
    2011-02-09 23:28:30 [INFO] WorldGuard: Single session is enforced.
    2011-02-09 23:28:30 [INFO] WorldGuard: TNT ignition is PERMITTED.
    2011-02-09 23:28:30 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-02-09 23:28:30 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-09 23:28:30 [INFO] WorldGuard: All fire spread is disabled.
    2011-02-09 23:28:30 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-09 23:28:30 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-09 23:28:30 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-09 23:28:30 [WARNING] Warps were not found in warps folder
    2011-02-09 23:28:31 [INFO] Loaded Essentials b134 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-09 23:28:31 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-09 23:28:31 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-09 23:28:31 [INFO] Done! For help, type "help" or "?"
    138 recipes
     
  5. Offline

    seaflan

    I'm having this same issue. The config file is in the correct format and the plugin seems to startup fine with the server but it doesn't actually work.
     
  6. Offline

    plewwatson

    Can anyone help us!
    --- merged: Feb 10, 2011 10:11 PM ---
    Nobody knows how to solve my problem?
    --- merged: Feb 11, 2011 12:43 AM ---
    I really need help guys.. Heres how it goes. Under /plugins, is this:

    Essentials Permissions WorldEdit WorldGuard afkkick_02 iStick.jar
    Essentials.jar Permissions.jar WorldEdit.jar WorldGuard.jar iChat

    Under Permissions is this:

    Permissions

    Under that is my config.yml file. which is stated above. Under WorldEdit is the config.yml which blank. Under WorldGuard, is this:

    blacklist.txt config.yml

    Which are both configured to my liking. Under iChat is this:

    config.yml iChat.jar

    If I place iChat.jar into /plugins I get a big long error when I start the server. What could be wrong!
     
  7. Offline

    TnT

    Have you tried posting this in the permissions plugin thread? You will all get better support there.
     
Thread Status:
Not open for further replies.

Share This Page