Commands not working except for a few?

Discussion in 'Bukkit Help' started by DrPhizyJr, Mar 1, 2011.

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

    DrPhizyJr

    Hey guys, I have a bukkit server that runs fine. When I log in, it says "Welcome, DrPhizyJr!" in red, since I set it to that, and it also says "You have no mail". This proves my bukkit stuff works right? Well, all other commands don't work like /spawn, /setspawn, /help, etc.

    What do I do? Here is the config.yml:



    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'general.spawn'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'general.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Savior:
            default: false
            info:
                prefix: '&a'
                suffix: '&a'
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrove has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        DrPhizyJr:
            group: Savior
            permissions:
                - '*'

    Here are my folders (config.yml is in the permissions folder):

    [​IMG]

    Also, here is a photo of what is says when I login:

    [​IMG]

    What is the problem?
     
  2. Offline

    six30two

    Since you apparently have manually edited your config.yml file, go back and make sure you did not use the Tab key to create the spaces. You have to use the space bar.

    I encountered a problem - many times - when I tried to create the spaces with the Tab key. For some reason the Permissions plugin ceases reading anything after a space created by Tab.

    Additionally, are you using Nijikokun's Permissions, or Phoenix's? Nijikokun's permissions plugin is no longer supported.

    Phoenix's:
    http://forums.bukkit.org/threads/ad...5-1-phoenix-now-with-more-antibuild-440.5974/

    Additionally, make sure you check that your old config.yml and the updated config.yml are similar. Some plugins change their config files drastically, so if you're just updating the .jar files, and not the config files, it may be creating problems.

    Let us know if that helps.
    (also make sure you are prefacing commands with a / - like /give drphizyjr 256. Without the slash, it won't work)
     
  3. Offline

    DrPhizyJr

    I downloaded Phoenix's craft bukkit, and replaced it with my original one. I made sure that I used spaces instead of tabs. It didn't help. What do you mean the old and new config.yml? I might need to make sure the old and new ones are the same.
     
  4. Offline

    Godspeed

  5. Offline

    jwideman

    Essentials does not use Permissions, it uses GroupManager. Further, you have your permissions for General. Are you really trying to run both General and Essentials together??
     
  6. Offline

    DrPhizyJr

    Hey, I am new to this stuff. Just let me know how to fix it please.
     
  7. Offline

    jwideman

    I'm afraid I don't know what it is you want. [​IMG]
     
  8. Offline

    DrPhizyJr

    Do you know how to fix my problem?
     
  9. Offline

    xboxnolifes

    essentials is outdated, my commands don't work for it either, i went to command book.
     
  10. Offline

    DrPhizyJr

    Command book?
     
  11. Offline

    jwideman

    Your "problem" is that you're running Essentials but have General's permission nodes.
     
  12. Offline

    DrPhizyJr

    So what should I do?
     
  13. Offline

    jwideman

    [​IMG]
    Seriously?!?
    *sigh* You're just going to keep asking silly questions until someone tells you what to do... fine.
    Replace your Essentials plugin with General.
     
Thread Status:
Not open for further replies.

Share This Page