REALBANS.NET Project - awaiting opinions

Discussion in 'WIP and Development Status' started by Adluc, Mar 17, 2013.

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

    Adluc

    Hello folks,

    I have just finished project realbans.net, which is ready to be tested, but first of all, I would like to know your opinion.

    Link to project : http://realbans.net
    Link to plugin : http://github.com/lucansky/Realbans

    Summary of project :
    1. Offers anyone banlist for their server/servers
    2. It is made as a managed service, therefore, user has only to install plugin, set API key and permalink of his community and reload/restart
    3. Now it is read-only from server (because of lack of my Java knowledge)
    4. After registration, user can immidiately add bans, but ban is currently checked only upon onPlayerPreLoginEvent
    NOTE: This is my very-first thing made in Java, except Hello world.
    NOTE2 : If you are trying to register community right now, after confirming form, password will be shown only once! I have to make SMTP up & running.
    Future plan :
    1. Better API, with JSON reponse, to be able to kick user with reason
    2. Admin commands
    3. Instead of just ban, it will be used for storing login information, throughout all servers in one community
    4. Next milestone is, to make it replacement for data-store (lets say storing XP, iConomy data etc.) with central database
    Brief API :
    http://realbans.net/community/($permalink)/bans/lookup/($nickname)
    -> returns String "true"/"false"
    ---> true - active ban still applies
    ---> false - player is clear

    Example:
    Ban listing : http://realbans.net/community/test/bans
    Banlist API : http://realbans.net/community/test/bans/lookup/adam
     
  2. Offline

    c0mp

    Moved to WIP and Development Status! Once you're ready to submit this as an actual project, head on over to BukkitDev.
     
Thread Status:
Not open for further replies.

Share This Page