[INACTIVE][ADMN][GEN]iReserve 0.1- Can't join your own server? iReserve fixes that![86]

Discussion in 'Inactive/Unsupported Plugins' started by highz, Jan 30, 2011.

  1. Offline

    highz

    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
     
    Last edited by a moderator: Dec 15, 2016
  2. Offline

    8e8

    Christ. I just finished writing up the topic and you already posted lol. Ah well... It's a good thing mine works differently ;]
     
  3. Offline

    highz

    8e8 how does your works?
    With permissions system?
     
  4. Offline

    8e8

    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.
     
  5. Offline

    Glorificus

    And how can I add more than one user?
    Code:
    user1=reserved
    user2=reserved
    user3=reserved
    or

    Code:
    user1=reserved,user2=reserved,user3=reserved
     
  6. Offline

    highz

    @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 :D
     
  7. Offline

    Glorificus

    thanks. perhaps in future make lists like user1,user2,user3, but its just a suggestion ;)
     
  8. Offline

    highz

    @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
     
  9. Offline

    EvilSeph

  10. Offline

    tremor

    This slot reserve concept is much better than the other one.. I'd like to see this available for CB200+
     
  11. Offline

    highz

    @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 :p) and the PLAYER_LOGIN event (i shouldn't know why they would remove events :D)
     
  12. Offline

    Selbram

    @highz, add the version of your plugin to the title please.
     
  13. Offline

    Daveyo

    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
     

Share This Page