[INACTIVE][MECH] KitPlugin v1.2 - Dispense kits to your players (now w/ iConomy5 support) [600-818]

Discussion in 'Inactive/Unsupported Plugins' started by FloydATC, Jan 19, 2011.

  1. Offline

    FloydATC

    This simple plugin does only one thing: It dispenses kits to players upon request, like in hMod.
    Source is included in the .jar, feel free to do whatever you want with it.

    Changelog:
    v1.00 - Initial release
    v1.01 - Rebuild (fixed onPlayerCommand issue)
    v1.02 - Implemented Permissions
    v1.03 - Rebuild, implemented cooldown timers
    v1.04 - Rebuild
    v1.06 - Changed cooldown code to use SECONDS, please update kits.txt!
    v1.07 - Time until cooldown is shown in a friendly (but inaccurate) way
    v1.08 - Improved error-checking, simplified install, use onCommand, switched namespace.
    v1.09 - Added "/kit reload" to reload the config without a server restart
    v1.10 - Removed the "stupidly long constructor" as per Bukkit team recommendation
    v1.11 - Added support for item data (yes, wool colors!) and durability. Read the thread.
    v1.12 - Added support for giving kits to other players
    v1.13 - Added an informational log message when a player with 'kit.proxy' permission bypasses a cooldown
    v1.14 - Minor changes to the permission checking and logging
    v1.15 - Added optional iConomy support and price tags
    v1.2 - Updated to support iConomy 5.0 (overhaul by Xemnas33)

    Dependencies:
    • Requires the Permission plugin (2.6 or equivalent)
    How to use:

    Show a list of available kits:
    Code:
    /kit
    Get a named kit (example):
    Code:
    /kit starterkit
    How to install:

    1. Download http://minecraft.atc.no/plugins/KitPlugin.jar
    2. Copy it to your "plugins" directory
    3. Create a file calles plugins/KitPlugin/kits.txt
    4. Describe the kits you want to dispense. For example:
    Code:
    # Name;ID Amount;ID Amount;ID amount (etc)[;-cooldown][;$price]
    Starterkit;268 1;269 1;-300
    Rock;1 256
    Wool;35:0 64;35:1 64;35:2 64;35:3 64;35:4 64;35:5 64;35:6 64;35:7 64;35:8 64;35:9 64;35:10 64;35:11 64;35:12 64;35:13 64;35:14 64;35:15 64;-3600
    
    Note that the cooldown is an optional negative integer. -300 means 300 SECONDS (5 minutes)
    ID can be just a numerical id, id:data, id::durability or id:data:durability

    Permissions:
    • 'kit' (or 'kit.kit') required to access the command itself
    • 'kit.reload' required to reload the configuration
    • 'kit.proxy' required to give kits to other players and bypasses any cooldown checks.
    • 'kit.<name of kit>' required to get a specific kit (use lowercase!)
    Example:
    Code:
            - 'kit.kit'
            - 'kit.reload'
            - 'kit.proxy'
            - 'kit.starterkit'
            - 'kit.tools'
            - 'kit.*'
    
    I'm a Java newbie, please be gentle.
    Thank you :)
     
  2. Offline

    Stormbow

    Is there any way to make a kit One-Time Use Only?
     
  3. Offline

    Bjourk

    Is this confirmed to work with 1060? It's the only kits plugin that supports iConomy!
     
  4. Offline

    thathomelessguy

    cant download this. it just gives me a cant find server message when i click the download link

    EDIT: this is the last 2 days
     
  5. Offline

    recon88

    Some1 can reupp this? :(
     
  6. Offline

    Xemnas33

    I'd blame that on the fact Floyd has gone and probably no longer has the server running. I simply have no time for these projects anymore.

    If anyone would like to take this over please drop me a pm and I can sort it out.
     
  7. Offline

    recon88

    I finally saw that the source is included.

    So i remade it for working with
    RB cb1185
    iConomy 5

    If some1 is interested in i could release it
     
  8. Offline

    iFreZzAx

    Working with superperms ? Release ittt!!11!!
     
  9. Offline

    recon88

    i don't know :D just tested it with permissions but i could give it a try
     
  10. Offline

    Xemnas33

    Due to the fact I no longer have the time to continue with this project recon88 will be taking over.


    Best Regards,

    Xem
     
  11. Offline

    recon88

  12. Offline

    Preben folkvor

    I am having problem with giving the players a KIT.<kitname>, However /kit works..
    But they dont get acess to the kit I give em.. ?`????
    Example: BTW IM RUNNING PEX
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
     
  13. Offline

    xmcozx

    How do i get kits if im not op?
     

Share This Page