[GEN] The WhiteLister v3.0 - whitelist everyone who has ever joined [R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by Lolmewn, Jul 5, 2011.

  1. Offline

    Lolmewn

    GrandmaJam and kahlilnc like this.
  2. Offline

    Lolmewn

    Seen it, thank you.
    It might not work because you are running it on a cracked server.
    I am using a function which never gets triggered in non-online servers, therefore it never checks if the player has been whitelisted.
    I can (probally) add a function which fixes this, BUT the player will log in for a small time (from logging in till it has finished checking).
     
  3. Offline

    pk4eva2

    I need It to work on a cracked server ... Could you even make it so It can just add people to the built in minecraft server whitelist with permssions? Honestly, thats all I care about whitelisting with permissions
     
  4. Hey when updating i deleted my 1.3 by mistake, and i really need 1.3 now since there seem to be some issues with the new versions still. Would anyone be able to provide me with a 1.3 jar? Thanks in advance. :)
     
  5. Offline

    Lolmewn

    I might be able to retrieve an old version, not sure though.
    If I have time Ill check later today.
     
  6. Offline

    Lolmewn

    v2.3 released, that should work with cracked server (although I do highly recommend everyone to buy the game.)
     
  7. Offline

    Lolmewn

    wtf an earth-quake hit my country. (and me!)
     
  8. Offline

    mxm24

    how is this better then using the build in whitelist in a minecraft server?
     
  9. Offline

    Lolmewn

    You can whitelist everyone who has ever joined, meaning if you went from non-whitelist to whitelist you can instantly whitelist everyone.
     
  10. Offline

    pk4eva2

    I own the game :p I just have cracked for them uther newbz lulz
     
  11. Offline

    Draqo

    I really love this problem, except:

    It doesn't auto-create the settings.yml, I had to copy it from this thread.
    It doesn't auto-create the SQL table.
    And it doesn't support capital IGN's. When I remove a player who has no capitals in their IGN from the list, they can't login because of the whitelist. But if the player has capitals in their name, they can join regardless if they are on the whitelist or not.

    Am I doing something wrong?
     
  12. Offline

    Lolmewn

    Settings will be fixed (it seems I have an old extractor
    SQL I will look into
    And for the Capital: I made everything non-case-sensitive. It also doesn't matter how you whitelist him, even CAPS is good ;) (although it is weird that if he has capitals he can join anyway).
     
  13. Offline

    Draqo

    If I try to whitelist someone like this:
    /wl MINECRAFTPLAYER
    It just says:
    Player "minecraftplayer" has been whitelisted.
    But if I use:
    /wl add worldname
    People are whitelisted with big and small letters as they're supposed to.
    But that doesn't change the fact that people who has capitals in their names can join anyway.
     
  14. Offline

    Lolmewn

    I guess I forgot a .toLowerCase there then.
    Can you give me your settings file? I want to see what settings you are using.
     
  15. Offline

    Draqo

    Code:
    ##### The Whitelister - Whitelist everyone who has ever joined! #####
    ### Made by Lolmewn ###
    ### Please consider a small donation @ [email protected] ###
    ### If you need help you can always open a conversation with me ###
    
    #Databases - if both false, flatfile will be used#
    usePermissions: true
    useSQLite: false
    useMySQL: false
    MySQL:
        username: root
        password: root
        database: minecraft
        host: localhost
    
    #Rest of the settings#
    kickMessage: You are not on the whitelist!
    enabledOnStartup: true
    mainworld: onepointeight
     
  16. Offline

    darrenstraight

    Cross posted from BukkitDev as no reply as of yet! :)
    Hello,
    As you know you built this plugin as part of a plugin request of mine:http://forums.bukkit.org/threads/auto-update-whitelist-when-whitelist-is-turned-off.24526/
    However I've never really been able to get it to work to the required standards so have never bee able to use it even after trying on multiple setups and different versions of Minecraft.
    So I would like to know if there any more planned updates for this?
    Thank you,
    Darren
     
  17. Offline

    Lolmewn

    @darrenstraight Hmm.. I see.
    Will take a look soon, testweek now, so I'm really busy :'(
     
  18. Offline

    CraigCraig

    Does this work on the latest build R3?
     
  19. Offline

    Lolmewn

    Should work just fine!
     
  20. Offline

    Lolmewn

    Complete rewrite complete.
     

Share This Page