Players getting starter kit every logon. #1


  • New
  • Defect
Open
  • _ForgeUser10584441 created this issue Mar 14, 2013

    Sendin the requested info (from comment posted on simplekit page.

    config.yml:

    # SimpleKit's config file. The KitName can be what ever you want it to be but it must be lowercase!
    # The ItemID is the ItemsID. The ItemMetaID it the ID for RedWool for example, 34:14.
    # More help can be found on the Plugin page, dev.bukkit.org/server-mods/simplekit or
    # by join the IRC network, Instruction on the Plugin page.
    # Here is a Example on how to use this:
    # kits:
    #     <kitName>:
    #         items:
    #         - <ItemID> <ItemMetaID> <Amount>
    #         - 34 14 64
    #         - 2 0 64
    #         cooldown: 60
    #         groups:
    #         - Moderator
    #         - Builder
    #     starter:
    #         items:
    #         - 272 0 1
    #         - 275 0 1
    #         - 274 0 1
    #         - 273 0 1
    #         - 297 0 5
    #         cooldown: 1200
    #         groups:
    #         - Player
    #
    # FirstJoinKitName is Case SENSITIVE! FirstJoinWorld is the world the player first spawns on when join for the first time!
    # The Cooldown time's are messured in seconds.
    # The groups: section is for if you want to have your kit to be accessable to certain ranks. If you have groups enabled, then any player with that
    # Rank will have the kit even if they don't have the SimpleKit.kits.<KitName> permission.
    # GroupOn; Do you want to use the groups feature? (Requires Vault), If set to false, the groups section under cooldown will be ignored!
    # CheckForLatestVersion set to true means that it will check for latest version, If there is a new version, It will say on the console.
    CheckForLatestVersion: false
    FirstJoinKitName: starter
    FirstJoinWorld: newspawn
    GroupOn: false
    kits:
      starter:
        items:
        - 50 0 3
        - 297 0 2
        - 268 0 1
        cooldown: 2629743
        groups:
        - newbies
      jackal:
        items:
        - 264 0 25
        - 266 0 30
        - 315 0 1
        - 354 0 1
        - 344 0 5
        - 265 0 25
        - 366 0 15
        cooldown: 86400
        groups:
        - jackal
      brute:
        items:
        - 264 0 64
        - 276 0 1
        - 311 0 1
        - 310 0 1
        - 312 0 1
        - 313 0 1
        - 278 0 1
        - 265 0 50
        - 366 0 15
        cooldown: 86400
        groups:
        - brute
      elite:
        items:
        - 264 0 64
        - 276 0 2
        - 311 0 2
        - 310 0 2
        - 312 0 2
        - 313 0 2
        - 278 0 2
        - 265 0 64
        - 320 0 64
        - 326 0 1
        - 327 0 1
        - 46 0 3
        cooldown: 86400
        groups:
        - elite

    Permissions.yml:

    #Permissions.yml - Written by McMyAdmin v2.3.2.8

    users:
        masahiro21:
            group:
              - 'Administrators'
        andywodarski:
            group:
              - 'Administrators'
        zr2003:
            group:
              - 'Administrators'
              - 'Moderators'
        blomas:
            group:
              - 'Administrators'
        pohakilla:
            group:
              - 'Server Owner'
        jbutl75:
            group:
              - 'Server Owner'
        t3r3nc3101:
            group:
              - 'Server Owner'
        youtube_95:
            group:
              - 'Moderators'
        camquan:
            group:
              - 'Moderators'
        mrbigdog551:
            group:
              - 'Moderators'
        punjo:
            group:
              - 'Moderators'
    groups:
        Newbiez:
            default: true
            permissions:
              - 'Teleporter.spawn'
              - 'zp.home.*'
              - 'islandworld.island'
              - 'islandworld.island.create'
              - 'islandworld.island.delete'
              - 'islandworld.island.info'
              - 'islandworld.island.spawn'
              - 'islandworld.island.home'
              - 'islandworld.island.sethome'
              - 'islandworld.island.fixhome'
              - 'islandworld.island.expell'
              - 'islandworld.island.add'
              - 'islandworld.island.remove'
              - 'islandworld.island.leave'
              - 'islandworld.island.visit'
              - 'islandworld.island.accept'
              - 'islandworld.island.deny'
              - 'islandworld.create.normal'
              - 'banvote.vote'
              - 'zp.warp.warp'
              - 'zp.tpa.tpa'
              - 'zp.tpa.deny'
              - 'zp.tpa.allow'
              - 'tetris.use'
              - 'spleefultimate.player.join'
              - 'spleef.join.*'
              - 'deathcube.use'
              - 'bowwarfare.joinarena.*'
              - 'cloneme.use'
              - 'crackshot.use.all'
              - 'crackshot.buy.all'
              - 'crackshot.craft.all'
              - 'kickvote.vote'
              - 'survivalgames.*'
              - 'sg.arena.vote'
              - 'sg.arena.join'
              - 'deathcube.start'
              - 'easyelevator.admin'
              - 'ipaint.join'
              - 'ipaint.leave'
              - 'multiverse.portal.access.*'
            inheritance:
              - ''
            prefix: '&7[Grunt] '
            suffix: '&f'
        Administrators:
            default: false
            permissions:
              - '*'
            inheritance:
              - 'Elites'
            prefix: '&a[Admin] '
            suffix: '&f'
        Server Owner:
            default: false
            permissions:
              - '*'
            inheritance:
              - ''
            prefix: '&c[Owner]  '
            suffix: '&f'
        Moderators:
            default: false
            permissions:
              - 'islandworld.*'
              - 'banvote.cmd'
              - 'mutevote.cmd'
              - 'kickvote.cmd'
              - 'banvote.vote'
              - 'modifyworld.*'
              - 'deathcube.admin'
              - 'bukkit.command.gamemode'
              - 'zp.tpo.*'
              - 'disguisecraft.*'
              - 'Fly.fly'
              - 'easyelevator.admin'
              - 'lorelocks.pick.1'
              - 'lorelocks.pick.2'
              - 'lorelocks.pick.3'
              - 'lorelocks.pick.4'
              - 'multiverse.portal.access.*'
            inheritance:
              - 'Newbiez'
            prefix: '&b[Moderator] '
            suffix: '&f'
        Jackal:
            default: false
            permissions:
              - 'crackshot.get.all'
              - 'disguisecraft.mob.*'
              - 'factions.kit.fullplayer'
              - 'SimpleKits.kits.jackal'
              - 'headspawner.give.self'
              - 'lorelocks.pick.1'
              - 'lorelocks.pick.2'
              - 'lorelocks.pick.3'
              - 'lorelocks.pick.4'
            inheritance:
              - 'Newbiez'
            prefix: '&3[Jackal] '
            suffix: '&f'
        Brutes:
            default: false
            permissions:
              - 'disguisecraft.other.undisguise'
              - 'ItemFrameShops.admin.*'
              - 'SimpleKits.kits.brute'
              - 'crackshot.get.all'
              - 'disguisecraft.mob.*'
              - 'factions.kit.fullplayer'
              - 'headspawner.give.self'
              - 'SimpleKits.kits.jackal'
              - 'banvote.vote'
              - 'kickvote.vote'
              - 'Fly.fly'
              - 'lorelocks.pick.1'
              - 'lorelocks.pick.2'
              - 'lorelocks.pick.3'
              - 'lorelocks.pick.4'
            inheritance:
              - 'Jackal'
            prefix: '&6[Brute] '
            suffix: '&f'
        Elites:
            default: false
            permissions:
              - 'playerspy.spy.inv'
              - 'ChestRegen.regen'
              - 'ItemFrameShops.admin.*'
              - 'SimpleKits.kits.brute'
              - 'SimpleKits.kits.elite'
              - 'crackshot.get.all'
              - 'disguisecraft.mob.*'
              - 'disguisecraft.other.undisguise'
              - 'factions.kit.fullplayer'
              - 'headspawner.give.self'
              - 'SimpleKits.kits.jackal'
              - 'banvote.vote'
              - 'kickvote.vote'
              - 'Fly.fly'
              - 'lorelocks.pick.1'
              - 'lorelocks.pick.2'
              - 'lorelocks.pick.3'
              - 'lorelocks.pick.4'
            inheritance:
              - 'Brutes'
            prefix: '&e[Elite] '
            suffix: '&f'
        Hunters:
            default: false
            permissions:
              - 'lorelocks.pick.1'
              - 'lorelocks.pick.2'
              - 'lorelocks.pick.3'
              - 'lorelocks.pick.4'
            inheritance:
              - 'Elites'
            prefix: '&b[Hunter] '
            suffix: '&f'

  • _ForgeUser10584441 added the tags Defect New Mar 14, 2013
  • Forge_User_03026661 posted a comment Mar 14, 2013

    Okay, Will look into it soon


    Edited Mar 14, 2013

To post a comment, please login or register a new account.