Emergancy Whitelist

Discussion in 'Plugin Development' started by RadnomX45, Jan 8, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    RadnomX45

    Emergency Whitelist gives your server basic whitelist functionality to help control griefing. This emergency, bare bones build gives you the ability to restrict users who can enter your server. There are no in-game commands, just a whitelist file where you add your trusted users.


    Installation and use:
    download the jar file and put it into the plugins folder

    Run your server to generate the whitelist.properties file

    Add your user's account name exactly as they appear, One user per line and no extra spaces.

    Run the server and the whitelist should be working.


    Planned Features:
    In-Game commands
    Settable Whitelist message
     

    Attached Files:

  2. Offline

    McSpuds

    We have it running on ours, very nice job Random, nice job....
     
  3. Offline

    feverdream

    Is the source of this available for us aspiring plugin writers?

    I only see a link to the .jar file.
     
  4. Suggestion:
    Add a Way to Add Players to the list In-Game.
    Add a Way to Remove Players from the list In-Game.
     
  5. Offline

    RadnomX45

    The source will be available once I get it heavily commented and properly documented, and I will be upgrading this plugin to support In-Game commands as soon as I get a good plugin toolbox coded. The plugin right now is a temporary hold over for servers wanting to switch to bukkit. This build primarily is meant to allow you to close your server for maintenance while plugins update and port. I will be coding a full blown whitelist plugin that allows complete control from In-Game, even the ability to turn your whitelist on and off In-Game. I'm also thinking about open sourcing my entire plugin tool box as well. Any sites you guys prefer? This is my first open source project.
     
  6. Offline

    rmb938

    Well I can't wait till you add all those things. Can you also add when you add someone to the whitelist you don't need to restart the server. ATM for whitelist to work you need to restart the server each time you add a person to it.
     
  7. Offline

    xiontawa

    Exactly what I was looking for...THANKS!
     
  8. Offline

    ScytheX10

    May i suggest that you use equalsIgnoreCase for string comparison.
    example:
    Code:
    if (x.equalsIgnoreCase(playerName)) {
    
    //do whatever
    }
     
  9. Offline

    Almightycloud

    Well i tried it and it sorta wont let me in my server any more i put it every thing rite and tried everything my server provider wont let me delete the plugin because its a jar so do you have any idea how to fix it?
     
  10. Offline

    M3t

    can someone PLEASE make this NON-CAPS-LOCK-SENSITIVE

    also, need it hot-swappable. this means, I want to add a player or remove a player without having to restart the server.

    I will pay $20 for these changes.
     
  11. Offline

    Silence

    @M3t: Yeah, have the same reqs, so I started to write my own whitelist plugin, as its not hard to do thanks do bukkit.
    I have other work to do so I don't know if I can finish it today, but when I'm done I'll post it in the right section (given no one release one before then ;-) )
     
  12. Offline

    rmb938

    Can you updated this?
     
  13. Offline

    Silence

    Almost done, I'm testing it right now :)
     
  14. Offline

    MarkusNemesis

    i bet you're having fun! this new constructor seems to not work with the latest bukkit and craft bukkit.
     
  15. Offline

    Silence

    Works for me :]

    I'll upload it to my blog and will post a link here when I'm done
     
  16. Offline

    MarkusNemesis

    i guess its because i'm a total nublette at this and i have no idea what i'm doing. lol.

    EDIT: i guess i'm notsomuch of an idiot, i solved my own problem. It's late and i forgot to configure the package... *sigh*
     
  17. Offline

    Silence

  18. Offline

    codereaper

    IF THE SOURCE IS REALEASED THERE WILL ONLY BE MORE TRYING TO BEAT IT IM SEEING PEOPLE ALREADY LOGGING IN INVISBLE TO THE EYE AND THE WHIELIST
     
  19. Offline

    Shamebot

    NO
     
Thread Status:
Not open for further replies.

Share This Page