Minecraft AutoKits mod 2026 download
logo
minecraft mod AutoKits

AutoKits

Game Version: CB 1.7.2-R0.2
Total Downloads: 6,217
Updated: Jan 2, 2014
Created: Jan 2, 2014
Download AutoKitsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
AutoKits 1.0.0 release 7.38 KB Jan 2, 2014 CB 1.7.2-R0.2 6,217 download AutoKits AutoKits 1.0.0 releaseDownload

Description

Share this:

AutoKits

Version 1.1.0

About the Plugin

This plugin adds a fun feature which could have potential use in many general servers, and roleplaying servers. It implements a kit system that is given to every player in a specified time interval. This time interval can be changed using the configuration as shown below. These kits are designed using the config file which is also shown below. It may be in the near future that essentials kits can be used.

Permissions

You can use 'autokits.recieve' to have the player recieve the kit(s). This is defaulted to OP, otherwise players won't recieve any kits.

Commands

There are no commands, however I am planning on implementing a stop/start system for the interval.

Config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#AutoKits Configuration

#Should be defined as so:
#kits:
#  kitname:
#    - itemid amount
#    - 320 1
#  anothername:
#    - 1 64

kits:
  one:
    - 320 1
    - 311 2
  two:
    - 100 1
    - 42 1

#What kits should be give to the player?
kitsToGive: one,two

#How often should this be done in minutes?
interval: 1

#What message should be sent when receiving a kit?
recieveMessage: You have received kit - %KIT

The configuration is pretty self explanatory, however here are some tips for you to use:

Interval

  • 1 hour = 60
  • 2 hours = 120
  • 6 hours = 360
  • 12 hours = 720
  • 24 hours = 1440
  • 48 hours = 2880

The Receive Message

For this, its really simple… All it is, is the message the player receives when he/she gets their kit(s). If you want to specify what kit, put %KIT where you want it to be. For example if you have a kit called 'tools', the default receive message would say: "You have received kit – tools".

To-Do

  • Different languages?
  • Any requests?

Comments

Add a comment