I need help =(

Discussion in 'Bukkit Help' started by erasee, Jul 24, 2012.

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

    erasee

    So on my bukkit server, I have every plugin etc. right, I have set 2 new ranks: Admin and Owner but I can't set myself as Admin or Owner, only OP and I don't even have OP rank on my server.
    Also, without OP, I can't use any commands.
    Help me please =(
     
  2. Offline

    Omnitv

    Plugin list please, and if there is any errors coming from youre console or GUI please post them
    Please post youre permissions.yml at pastie or pastebin.
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  3. Offline

    erasee

    I don't have anything on permissions.yml :O
    Plugin list:
    AntiBot
    Ban Announcer
    Chest Shop
    Citizens
    Essentials
    Factions
    JailLikeHell
    jCommands
    jWarp
    LWC
    NoSwear
    PermissionsEx
    PvPTitles
    QuickTP
    SimpleSignEdit
    SWatchdog
    xAuth
     
  4. Offline

    cray_Z

    Essentials and jWarp and jCommands conflict

    Ban announcer conflicts with essentials.

    QuickTP probably conflicts with essentials


    You cant have owner and admin ranks if you dont have stuff in PEX
     
    Omnitv likes this.
  5. Offline

    Eswizz

    As a quick note, I just finished fixing my Essentials/PermissionsEx problem by simply using Group Manager instead of PermissionsEx or PermissionBukkit. Not sure if it's that or the aforementioned plugin conflicts, but if deleting those other plugins doesn't work, then switch over to Group Manager.
     
  6. Offline

    OstlerDev

    I would suggest not using Group Manager, but if you are, you can just set up the groups inside the Groups.yml file inside the world folder.
     
  7. Offline

    cray_Z

    I pretty much agree. But I dont think he really gets how to "Make" a group. He says his .yml is emtpy, but says he has Admin, and Owner. I just think he needs to grasp that, not necessarily change permissions plugins.

    Edit: Fixed spelling
     
  8. Offline

    jacklin213

    try using group manager it has premade groups and u can edit from there
     
  9. Offline

    cray_Z

  10. Offline

    erasee

    I have Group Manager.
    But the thing is, I set up a color and a title to the groups etc. builder has [Builder] as green, but it doesn't work.
    Also, I can't use commands without being atleast OP so I need to get the commands and the rank stuff working..
     
  11. Offline

    jacklin213

    ah i had that problem 10 min ago. first u need to get rid of the prefix u put for the group except for the color
    next u need to go into essentials > config scroll to the bottom and add something like this (note u need essentials chat) you can use my example and paste over it
    Example (open)

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsChat                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    chat:
     
      # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
      # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
      # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
      # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
      # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
      radius: 0
     
      # Chat formatting can be done in two ways, you can either define a standard format for all chat
      # Or you can give a group specific chat format, to give some extra variation.
      # If set to the default chat format which "should" be compatible with ichat.
      # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting 
     
      #format: '{DISPLAYNAME}: {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
     
      group-formats:
        Guest: ' &f[&eGuest&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        Member: ' &f[&aMember&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        Mod: ' &f[&1Mod&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        Admin: ' &f[&4Admin&f] {DISPLAYNAME}&7:&f {MESSAGE}'
        Elite Admin: ' &f[&4Elite Admin&f] {DISPLAYNAME}&7:&f {MESSAGE}'
     
      # If your using group formats make sure to remove the '#' to allow the setting to be read.


    and what i have for GM
    GM (open)
    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
    
    groups:
      Guest:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: ''
          build: false
          suffix: ''
      Member:
        default: false
        permissions: []
        inheritance:
        - guest
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&a'
          build: true
          suffix: ''
      Mod:
        default: false
        permissions: []
        inheritance:
        - member
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: 
        - essentials.sethome.multiple.staff
        inheritance:
        - mod
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Elite Admin:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&a'
          build: true
          suffix: ''
     
  12. Offline

    erasee

    Still doesn't work, commands nor rank colors, titles.
     
  13. Offline

    Necrodoom

    prefix works both if you use GM and essentials. but you need a chat plugin to show the GM prefix/suffix.

    that usually means you have something erroring there. paste startup log.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  14. Offline

    grichecth

    What backend are you using with Pex? File or MySQL? Can you type the commands you are using to create your groups or are you manually editing the permissions.yml file?
     
  15. Offline

    Necrodoom

    link?
     
  16. Offline

    grichecth

    Oops! Sorry, I thought I read that you were using Pex. Ignore my comment on that.
     
  17. Offline

    erasee

  18. Offline

    Necrodoom

    that is the most effing broken server.log ive ever seen.

    EDIT1: you are running both PEX and groupmanager. choose 1.

    EDIT2: update groupmanager to 2.9.2 http://tiny.cc/EssentialsGMZip

    EDIT3: you have a massive ton of plugins overriding commands. you dont need them. being: jwarp, player ip (i think), tempban, jaillikehell, jcommands, quicktp, banannoucer (i think), invclear all can be replaced by essentials.

    EDIT4: anticreeper is outdated, need updating http://dev.bukkit.org/server-mods/anticreeper/

    EDIT5: register is dead, remove it

    EDIT6: citizens needs vault to work http://dev.bukkit.org/server-mods/vault/

    EDIT7: get rid of Xauth and turn online mode on, you dont need a cracked server
     
    grichecth likes this.
  19. Offline

    grichecth

    You seem to have both Pex and GM installed. Your GM configuration has a typo in it, line 37, column 1.
     
  20. Offline

    erasee

    Give links and tell me which ones to delete -.-'
     
  21. Offline

    Necrodoom

    updated my post with what you need to do.
     
  22. Offline

    erasee

    necro i have to host a cracked server because my internet doesn't show my IP right so portforwarding doesn't help
     
  23. Offline

    Necrodoom

    portforwarding has nothing to do with offline mode. make it online mode, it will be the same.
     
  24. Offline

    erasee

    Necro, people can't connect without me portforwarding..

    Also, thank you it's working now.
    Except one thing, I'm using ChestShop and I'm wondering.. How can I set up the starting money from $0 to $150,000.000 ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  25. Offline

    Necrodoom

    then having offline mode wont making any difference.

    also, go essentials config.yml, starting-money is in the essentialseco section.
     
  26. Offline

    erasee

    Thanks. It's working now :)
     
Thread Status:
Not open for further replies.

Share This Page