I want some plugins

Discussion in 'Bukkit Help' started by Oflor, Mar 2, 2011.

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

    Oflor

    Permission's prefix and suffix doesn't work. I tried http://forums.bukkit.org/threads/4723/ this, but it didn't work too. Also, I want jail plugin and plugin that generates flat-map for my server.
    Show Spoiler
    Code:
    groups:
      Operators:
        default: false
        permissions:
        - '*'
        inheritance:
        - players
        info:
          prefix: '[OP]'
          build: true
          suffix: ''
      Players:
        default: true
        permissions:
        - '*'
        inheritance: []
        info:
          prefix: ''
          build: true
          suffix: ''
      Admins:
        default: false
        permissions:
        - '*'
        inheritance:
        - operators
        info:
          prefix: '[&5Admin&f] &4'
          build: false
          suffix: '&f'
    Code:
    users:
      Oflor:
        permissions:
        - '*'
        info:
          prefix: '[&5Admin&f] &4'
          build: false
          suffix: '&f'
        group: Admins


    Sorry for my English.
     
  2. Offline

    six30two

    What is not working?

    Please visit the link in my sig and provide all of the information that is requested there, here in this thread.
     
  3. Offline

    Oflor

    1. Windows 7
    2. x86
    3. 1.6.0_23
    4. No
    5. 458

    6. start.bat:
    @java -Xms1024M -Xmx1024M -jar "%~dp0craftbukkit.jar"
    @pause
    7. GroupManager.jar; FakePermissions.jar; HeroicDeath.jar; MCTelnet.jar.
    8. Nothing
    9. I can't get permission's prefix and suffix to work. I think permissions plugin didn't work too.


    Sorry for my English.
    --- merged: Mar 5, 2011 8:23 AM ---
    Help me
     
  4. Offline

    Freelancer852

    Permissions Prefix and Suffix won't work without a chat plugin like iChat so I've been told.
     
  5. Offline

    Oflor

    Thanks, I'll test it.
     
  6. Offline

    Oflor

    How to generate 2nd world?
     
  7. Offline

    AgentKid

    Please don't bump threads, it's annoying and against the rules (AFAIK). If you want a multi-world server, download MultiVerse, put it in your plugins folder, and reboot the server. Then use /mvcreate <WorldName> <normal/nether>. After that, you (the admin only) will be able to /mvtp W:<WorldName> . If you need help setting up a portal for normal users, post back here.

    If you want a plugin that can authenticate users for offline mode, I'd recommend AuthDB, but it requires MySQL. If you don't have MySQL, I'd recommend AuthMe
     
  8. Offline

    Oflor

    Thank you very much. I'm setting this plugin already.
    Thanks for AuthDB, I have MySQL.
     
  9. Offline

    AgentKid

    No Problem, if you need help, just post back here again :)
     
Thread Status:
Not open for further replies.

Share This Page