NuxosMinecraft / NuxKits

NuxKits is a plugin that dispenses kits to players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuxKits

NuxKits is a plugin that dispenses kits to players.

Installation

  • First, you need the PermissionsEX plugin (here).
  • Download the latest jar here.
  • Copy the downloaded jar file into the plugins folder and rename it to "NuxKits.jar".

Configuration

The configuration file is : plugins/NuxKits/config.yml

Example :

kits :
    myFirstKit :
        GRASS : 13
        GOLD_ORE  : 2
        GLASS : -1    
    arrows : 
        BOW : 1
        ARROW : 128

Materials can be find here. With negative numbers, the plugin will take the user's material. Never use tabulations, only four spaces.

Permissions' nodes

  • nuxkits.reload
  • nuxkits.give.<kitName>

Commands

Type "/NuxKits help" in the Minecraft's chat.

About

NuxKits is a plugin that dispenses kits to players.

License:GNU General Public License v3.0