AutoKits

This plugin enables the server owner to create kits which are then given every time interval set by the admin!

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?

The AutoKits Team

profile avatar
  • 2
    Projects
  • 8.5K
    Downloads

More from _ForgeUser12898841

  • Stun Grenades project image

    Stun Grenades

    • 0
    • Bukkit Plugins

    This plugin uses snowballs to imitate the effects and look of a flashbang!

    • 0
    • May 9, 2014
    • Bukkit Plugins
  • Anti-Profanity project image

    Anti-Profanity

    • 2.0K
    • Bukkit Plugins

    This plugin simply denies the use of bad words set by the server owner with a list of possible punishments!

    • 2.0K
    • December 29, 2013
    • Bukkit Plugins
    • +1
  • Stun Grenades project image

    Stun Grenades

    • 0
    • Bukkit Plugins

    This plugin uses snowballs to imitate the effects and look of a flashbang!

    • 0
    • May 9, 2014
    • Bukkit Plugins
  • Anti-Profanity project image

    Anti-Profanity

    • 2.0K
    • Bukkit Plugins

    This plugin simply denies the use of bad words set by the server owner with a list of possible punishments!

    • 2.0K
    • December 29, 2013
    • Bukkit Plugins
    • +1