AutoKits
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?
-
View User Profile
-
Send Message
Posted Nov 23, 2015Like the look of this plugin thanks :)
-
View User Profile
-
Send Message
Posted Jan 4, 2014@szebi1999
Coming right your way sir, just as soon as this 1.1.0 file goes through moderation :)
However, for now it should still work with 1.7.2-R0.3, just double check:)
-
View User Profile
-
Send Message
Posted Jan 4, 20141.7.2 R0.3 ? :)
-
View User Profile
-
Send Message
Posted Jan 4, 2014Plugin updated to 1.1.0:
- Added permissions support - You can use 'autokits.recieve' to have the player receive the kit(s). This is defaulted to OP, otherwise players won't receive any kits.