http://forums.bukkit.org/threads/admin-gen-simplereserve-v0-2-6-simple-easy-to-use-reserve-slot-plugin-953.9456/This may be a bit too early for this but I will just put it up now.
The name said it itself
SimpleReserve - Simple, easy-to-use Reserve slot plugin
Version: v0.2.6
Tested Builds: b556,b560,b612,b670,b677,b714,b733,b740,b766,b798,b803,b818,b860,b988
Tired of not being able to offer VIPs reserved slots or being unable to join your own full server? SimpleReserve provides an easy way to add that functionality with Permissions(v2.5.*) support.
NOTE: Permissions is required for this plugin to function!
Features:
Simple to use reserve slots plugin with Permissions(v2.5.*) support
Provides functionality for 2 reserve slot methods:
Full method: Users with 'simplereserve.enter.full' may enter past the imposed player limit
Kick method: Users with 'simplereserve.enter.kick' may enter a server when full by kicking the first player found that is able to be kicked. Users with the 'simplereserve.kick.prevent' permission are immune to being kicked(Utilize inheritance!)
Download SimpleReserve:
Newest: Latest
Previous:
Config Overview:
The config file for SimpleReserve is very simple and will be auto-generated on first run. The file should contain:
Code:
reserve:
types: full,kick,both,none
type: both
The types property is only to provide you, the user with a list and is not read. "type" determines how the reserve plugin will operate.
Types:
full - A type of full limits the reserve plugin to allowing people with the proper Permissions to join even when the server is full.
kick - Conversely, a type of kick will only allow people with the proper Permissions to join a full server by kicking the first player it comes across that does not have Permission to prevent being kicked.
both - A type of both can use either the full server or kick method, but the full method takes precedence if a user has that Permission.
none - "none" type effectively eliminated the reserve slot functionality, allowing you to disable it without removing the plugin.
if you put something else as the type, the plugin will automatically regenerate it back to "both". Please note this.