StarterKit - Give all new Player (not seen before by the Plugin) some Starter Items
Credit To Thomas Bucher
Version: v1.1
You can Configure what kind of Items a never before seen player get if it Joins you server. There is also a get Items after Respawn mode.
Features:
- Give a starterkit to a Player
- No command needed,it just gets it on Join
- Config for delay to give the Kit
- Commands ingame for OPs
- Respawn Mode Added
- MultiInventory support on Multiworlds
Source Code is in the Jar
Config the Items:
Code:
message: You got some Goodies, to start on this Server debug: false starterkit: - <itemid>,<quanitity> - <itemid2>,<quanitity2> delay: 10000 onrespawn:false usemultiinv: false worlds: - normal - nether It has some Defaults built in.
Known Bugs:
- Quanity Adds Items
- Colored Text Not Working
To start over, delete the playerlist.data file from the plugin/StarterKit directory.
Ingame Commands: (OP only) -> Not for Respawn Mode /starterkit import <importdir> Example: /starterkit import world/players Imports all players onto the List from the given Dir /starterkit add <playername> Example /starterkit add ToasterKTN Adds that Playername to the List (Case Sensitive) /starterkit del <playername> Example /starterkit del ToasterKTN Removes that player from the List /starterkit search <searchstring> Example /starterkit search aster Lists all Player on the List with aster in the name /starterkit list Lists all Player that are on the List /starterkit clear Clear the whole list. No more players will be on the List.
Todos / Ideas:
- Check Inventory if it is empty before give items.
Add Colors to the Message[Done]
Add Datavalues to the Itemlists
- Multiline Messages
Changelog:
Version 1.1 Fixed Some Minor Bugs
Version 1.0 (Beta) Added Colors To Message
Version 0.4a Import assumes player has been on all Worlds listen in worlds, if Multiinv has been enabled.
Version 0.4 Added MultiInv/MultiVerse support. Enable usemultiinv set the Worlds you wanna get the Kits in worlds: Note: With multiinv support, players in the List are world|playername see /starterkit list for examples.
Version 0.3 Added a Respawn mode ( onrespawn: true ) in the config file. Version 0.2a Added Dup Check on the List itself, to make sure no player gets on the List twice.
Version 0.2 Added ingame Commands for OPs
Version 0.1c Added Configvariable delay <- delay before give the kit in miliseconds.
Version 0.1b Add the Items after a 10 Second Delay..
Donate Here:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMNSQ6WPV48P8
Facts
- Date created
- Nov 21, 2011
- Categories
- Last update
- Nov 22, 2011
- Development stage
- Inactive
- Language
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Starter Kit
- Downloads
- 6,130
- Recent files
- R: Starter Kit v1.1 for CB 1337 Nov 22, 2011
- B: Starter Kit for CB 1337 Nov 21, 2011
- Reply
- #22
gabriel11798 Apr 01, 2012 at 23:15 UTC - 0 likesRB is out...
- Reply
- #21
Melonking Mar 09, 2012 at 16:53 UTC - 0 likesWhile I can understand you waiting for an RB, the lack of this plugin is one of the main delays to me being able to update my server.
- Reply
- #20
MariuszT Mar 09, 2012 at 16:42 UTC - 0 likesOh, you are waiting form RB :( OK :(
- Reply
- #19
MariuszT Mar 09, 2012 at 16:41 UTC - 0 likesYes, please update :)
- Reply
- #18
CobbleCity Mar 05, 2012 at 18:56 UTC - 0 likesPlease Update This to CB 1.2.3
- Reply
- #17
Melonking Mar 04, 2012 at 19:05 UTC - 0 likesR6 Support?
- Reply
- #16
WayGroovy Mar 04, 2012 at 02:32 UTC - 0 likes@Bmanv1: Go
Thanks for the update, looking forward to it.
- Reply
- #15
Bmanv1 Mar 03, 2012 at 12:17 UTC - 0 likesThis Plugin is Active But I may not update until recomended build
BFAK:72017,Mudkipz,158e31bf1d130cf855cd0829eda7509e8c13b6f904f857f5f7a2a8c10c820f4f
- Reply
- #14
KSISniper47 Feb 12, 2012 at 20:38 UTC - 0 likesI'm guessing this plugin is not updated any moar :(
- Reply
- #13
Hvarr Jan 26, 2012 at 14:49 UTC - 0 likesimpossible to load plugin:
[SEVERE] Could not load 'plugins/StarterKit1.1.jar' in folder 'plugins': null
org.bukkit.plugin.InvalidPluginException
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:191)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:118)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
Caused by: java.util.zip.ZipException error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:214)
at java.util.zip.ZipFile.<init>(ZipFile.java:144)
at java.util.jar.JarFile.<init>(JarFile.java:152)
at java.util.jar.JarFile.<init>(JarFile.java:116)
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:179)
... 7 more