Need Help? Come here and Ask.

Discussion in 'Bukkit Help' started by jasonsj10, Aug 9, 2011.

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

    jasonsj10

    I am here for anybody that needs help with many things.

    Plugins Help
    Permissions Help.
    Bukkit Help.
    Mods Help.

    Info Needed.
    Bukkit Update
    Update Of Plugin or Mod
    Problem.
    CMD
    Config of Some Sort

    This is very simple. Just ask in the comments and i will do my best.


    (Want PreMade Permissions? Just ask and tell me the stuff you want for them.)
     
  2. Offline

    Yugu

    Okay so I've finally learned how to format Permissions correctly for my server. Or at least I thought I did. The Commands I gave Permissions for worked perfectly and then I later discovered I could no longer Build or Destroy.
    It's not because I'm close to the Spawnpoint. I've tried it OPed, still didn't work. I don't have any Essential Plugins so that's not it either. And it's not my Configs because Build is set to true. Heres my MineCraft Forum Link which has a bit more information in it:
    http://www.minecraftforum.net/topic...ne-on-my-server/page__p__7096783#entry7096783
     
  3. Offline

    jasonsj10

    First. You posted in the wrong fourms . Second, could you send in your permissions, like in code on here? Third, Are there any errors on the CMD?
     
  4. Offline

    zwaardman

  5. Offline

    Yugu

    "This is very simple. Just ask in the comments and i will do my best." - Throws people off, obviously threw me off.
    Code:
    groups:
       default:
          default: true
          info:
              prefix: ''
              suffix: ''
              build: true
          inheritance:
          permissions:
          - 'foo.bar'
          - 'iConomy.access'
          - 'iConomy.payment'
          - 'iConomy.rank'
          - 'iConomy.list'
          - 'lwc.create'
          - 'lwc.remove'
          - 'lwc.create.?'
          - 'iConomyChestShop.shop.create'
          - 'iConomyChestShop.shop.create.<id>'
          - 'iConomyChestShop.exclude.<id>'
          - 'iConomyChestShop.shop.buy'
          - 'iConomyChestShop.shop.sell'
          - 'iConomyChestShop.command.iteminfo'
       Moderator:
          default: false
          info:
              prefix: ''
              suffix: ''
              build: true
          inheritance:
          - default
          permissions:
          - 'modplugin.ban'
          - 'modplugin.kick'
          - 'modplugin.unban'
          - 'bb.admin.watch'
          - 'bb.admin.rollback'
          - 'bb.admin.rollback'
       Admin:
          default: false
          info:
              prefix: ''
              suffix: ''
              build: true
          inheritance:
          permissions:
          - '*'
    
    
    And the only thing my CMD complains about is: " [SEVERE] Peermissions node 'groups' in server config is invalid
    java.lang.illegalargumentexception: 'default' key contained unknown value at org.bukkit.craftbukkit.craftserver.enableplugins
     
  6. Offline

    jasonsj10

    What do you mean?
     
  7. Offline

    Yugu

    You tell people to comment and when they comment you tell them their posting in the wrong Thread.
     
  8. Offline

    jasonsj10

    Haha no, I mean you posted on the wrong website for help in the first place. For Bukkit Problems you post here not MinecraftForums.net
     
  9. Offline

    Yugu

    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: 'Guest'
                suffix: ''
                build: false
        Member:
            default: false
            info:
                prefix: 'Member'
                suffix: ''
                build: true
            permissions:
                - 'lwc.protect'
        Mod:
            default: false
            info:
                prefix: 'Mod'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'plugin.kick'
                - 'plugin.ban'
                - 'plugin.unban'
                - 'plugin.ipban'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix: ''
                build: true
            permissions:
                - '*'
    
        
    [EDIT] I made the Permissions above this myself. Will it work?

    Oh.. XD Yeah that's what my buddy said. c:
    Okay so I still can't seem to Build no matter what Group I'm in.
    Can you make me the Permission?
    I think for now all I want is something like this:
    Types of Groups:
    Guest, no Build, no Permissions.
    Member, Build, give Permissions for: - 'lwc.protect'
    Mod, Build, Inheritance from Member, Permissions to Kick, Ban, IpBan, and Unban.
    and last: Admin, Build, all Permissions.
     
  10. Offline

    jasonsj10

    Well. Thats be alot of me to do. I will try my best.
     
  11. Offline

    Eddienator

    Hi, what plugin can i use to make portals between worlds that are not nether? I have Craftbukkit 1000
     
  12. Offline

    jasonsj10

    CreativeGates. Thats what i use
     
  13. Offline

    Eddienator

    Thanks! its working :D
     
  14. Offline

    BX27

    if you can, i need a permissions file made please
     
Thread Status:
Not open for further replies.

Share This Page