iReserve - Can't join your own server? iReserve fixes that!: Version: v0.1 Tested with Craftbukkit build 86 but newer and probably older version will work too! Hi, Do you have a popular server? Can't join your own server cause it is full? iReserve gives you an Reserve list! For example: Your server haves 30 player slots You put your self in the Reserve list and change the config. reservecount=1 Now 29 people can join and it keeps 1 slot open for you! Other example: Your server haves 30 player slots You put your self and 9 other guys in the Reserve list and change the config. reservecount = 5 Now 25 people can join the normal slots and 5 of the 10 the Reserved slots Features: * Reserve slots for you and your friends * You can have more players in the reserve list then Reserve slots * Configurable disconnect message (If players joins the server but no space this message will come up) How to setup iReserve 0.1: * Download the Plugin * Start your server * Stop your server * Goto this directory craftbukkit_folder/iReserve * Edit config.properties * maxplayers = The maximum amount of players on the server (needs to be the same as your craftbukkit settings) * reservecount = Amount of Reserve Slots * dcmessage = Message when your server is full * debug = When true it outputs all the numbers in your server console * Edit reserve.users * Change SampleUser to your own name * Add more users if you want * Start your server! Change craftbukkit_folder to the folder where your craftbukkit.jar is placed in. Created with Bukkit build #86 and tested with Craftbukkit build 166 (i think) Download iReserve 0.1: Direct Download <Edit by Moderator: Redacted mediafire url> Changelog: Version 0.1 * Initial release Credits: * Highz - Programmer of this Plugin * Nathan C - Idea I am trying to make the Death Hook open for public and easy to implement. If you have an idea please post it or send me a PM! Found a bug? Please report it to me. Highz
Christ. I just finished writing up the topic and you already posted lol. Ah well... It's a good thing mine works differently ;]
No. It has no use for the Permissions system. It just uses a txt file to store the names of people who can join when the server is full. If those players are already ingame and the server is at max capacity, players joining will take the slot of those on the list. This way reserved players don't use a slot when joining.
And how can I add more than one user? Code: user1=reserved user2=reserved user3=reserved or Code: user1=reserved,user2=reserved,user3=reserved
@Glorificus New lines A file should look like this: Code: SampleUser=reserved Glorificus=reserved Highz=reserved I think it doesn't make sense if you do this: Code: SampleUser = reserved Glorificus = reserved Highz = reserved But i should use the first 1
@Glorificus Why? I think this is easier and the standards of Properties All these files uses an build in function. Also the Files of MuteD
Your submission has been found to not meet our Plugin Release/Submissions Guidelines, please make the changes to rectify this and it will be reconsidered.
This slot reserve concept is much better than the other one.. I'd like to see this available for CB200+
@Tremor, Did you test it with CB200+? I think/know this wil work on CB200 cause it only uses the Properties class (That is in every CB i think ) and the PLAYER_LOGIN event (i shouldn't know why they would remove events )
havent fully tested, but will soon. When i log in it says - Online players: 1 online - reservedcount = 18 Huidig Not Reserved = -4 either the wording is messed up here or it's acutally not working configfile #Thu Feb 10 11:17:54 EST 2011 reservecount=5 maxplayers=23 dcmessage=You have been autokicked for a reserve spot. We apologize. also, does this override server.properties max-players=10