Certain things don't work on my server?

Discussion in 'Bukkit Help' started by PatrickWTF, Jul 12, 2011.

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

    PatrickWTF

    Hello, I run a small 10 man server hosted on a VPS box by a company. I currently have 3 problems that need to be resolved. Server is running on Multicraft. They are:

    1) Ops do not have access to the /whitelist command.
    2) New users are not automatically assigned to the default class in permissions.
    3) I have access to the /towny command in towny but yet do not have access to any other ones that are also associated with this plugin.

    <Edit by Moderator: Redacted mediafire url>

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 27, 2016
  2. 2) Make sure that at the Default group you have default: true.
     
  3. Offline

    PatrickWTF

    Yeah, I tried that long time ago and it's still broken. Here is my permissions group config file:
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '&2'
                suffix: '&f'
                build: true
            permissions:
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'mcmmo.skills.*'
                - 'essentials.msg'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.payment'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.withdraw'
                - 'iConomy.rank'
                - 'iConomy.bank.list'
                - 'localshops.user.*'
                - 'iConomyDeath.use'
                - 'towny.town.new'
                - 'towny.spawntp'
                - 'towny.publicspawntp'
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: '&f'
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.tp'
                - 'essentials.unban'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.mute'
                - 'essentials.kick'
                - 'essentials.unbanip'
                - 'essentials.togglejai'
                - 'essentials.setjail'
                - 'essentials.spawn'
                - 'lwc.mod'
                - 'essentials.rules'
                - 'lwc.protect'
                - 'localshops.manager.*'
                - 'towny.nation.new'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&f'
                build: true
            permissions:
                - '*'
    
     
  4. Which version of Permissions are you using? If you are using Permissions v3+, is your permissions config located in plugins/permissions/worldname/groups.yml?
     
  5. Offline

    PatrickWTF

    I want the permissions to be global though so I put globalusers.yml and globalgroups.yml in /plugins/permissions/. is this correct?

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  6. No, you need to have the folder with the world name and the groups.yml and users.yml in there.
     
  7. Offline

    Daniel Heppner

    Stop bumping. It's rude.
     
    messageman3 likes this.
  8. Offline

    PatrickWTF

    okay, I will stop bumping
     
    Daniel Heppner likes this.
Thread Status:
Not open for further replies.

Share This Page