How to make a Kit

When you first download and install SimpleKit, And start/reload your sevrer, the plugin will create its own folder and config file, The Default Config looks like this:

# 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!
FirstJoinKitName: starter
FirstJoinWorld: world
GroupOn: false

kits:
  starter:
    items:
    - 272 0 1
    - 275 0 1
    - 274 0 1
    - 273 0 1
    - 297 0 5
    cooldown: 7200
    groups:
    - Admin
  • The FirstJoinWorld is the first world that the player spawns on when joining the server for the first time. This is used to know whether SimpleKit needs to give out a starter kit or not.
  • FirstJoinKit is the kit you want to give the player when joining for the first time.
  • Groups is for if you want a certain group such as Admin to be able to use the kit (Which means the player group does not need the permission node for that kit!). Groups will need vault to work, You can enable/disable this via GroupOn

This should help you. If you need any help, Join IRC (Instructions on main plugin page) or leave a Ticket.


Comments

Posts Quoted:
Reply
Clear All Quotes