Question How to configure?

Discussion in 'Bukkit Help' started by xeberius, Apr 20, 2015.

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

    xeberius

    Hello everyone,

    I have bought a server for me and my friends and I am trying to make it cool. I wanted to add a few plugins like: carz, iConomy, Jobs, Casino etc, however I'm a total newbie in this topic.

    So far I have installed carz, AuthMe, iConomy and PermissionsEx and unfortunately am facing a few problems. I have read a lot of tutorials on how to configure different plugins etc but somehow things are not working the way I want them to. That's where I need your help.

    Here is my Permissions file:

    Code:
    groups:
      default:
        default: true
        prefix: '&f[P]'
        permissions:
        - modifyworld.*
        - carz.start
        - carz.place
        - carz.upgrade
        - iConomy.holdings
        - iConomy.help
        - iConomy.payment
        - iConomy.accounts.create
        - iConomy.accounts.remove
        - iConomy.accounts.give
        options:
          rank: '5'
      VIP:
        inheritance:
        - Player
        prefix: '&2[VIP]'
        permissions:
        - iConomy.holdings.others
        options:
          rank: '4'
      Moderator:
        inheritance:
        - VIP
        prefix: '&e[MOD]'
        permissions:
        - bukkit.command.time.set
        - bukkit.command.weather
        options:
          rank: '3'
      King:
        inheritance:
        - Moderator
        prefix: '&b[KING]'
        premissions:
        options:
          rank: '2'
      GOD:
        prefix: '&c[GOD]'
        permissions:
        - '*'
        options:
          rank: '1'
    users:
      TimthaMastah:
        group:
        - GOD
    
    schema-version: 1
    
    So the story is:

    1. When I write something on game chat - I do not see the prefix I have added.
    2. I am opped on the server but before I have added myself to 'users' I was getting the info that I do not have permissions to promote someone to different rank. After I have added myself there I was able to promote people but that did nothing - Yes there was a message that a person has become a Moderator but he could not change the time or the weather which I wanted to allow him to.
    3. I cannot upgrade my car.

    I have not been testing much so these are the only problems I need help with, so far and I will probably face more in time, which I shall post here.

    If you have any answers for me, please post your replies.

    Thanks a lot!
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    xeberius

    Because we have bought a public server and not a private one - better offer :p So we have to use something for protection. Maybe I can delete this plugin and instead set up whitelist?
     
  4. Offline

    timtower Administrator Administrator Moderator

    @xeberius Authme is only needed when you are running in offline mode.
    If so: then this will be locked.
    Whitelist is better.
     
  5. Offline

    xeberius

    Does offline mean (non premium)?

    If so then yes - we are playing on non premium accounts.
     
  6. Offline

    timtower Administrator Administrator Moderator

    In that case:
    Locked.
    Offline mode is not supported.
     
Thread Status:
Not open for further replies.

Share This Page