Whitelist with MySql

Discussion in 'Archived: Plugin Requests' started by DjTechnox, Jan 10, 2014.

  1. I'm looking for a plugin which is for the whitelist and that this should be the unlocks the MySql data Banke the homepage to the user name and accessing it for the whitelist.
    The white list should also arbitrary (adjustable) reload.

    example:
    Hans is on the homepage regestriert and only after you freischaltung with on the Minecraft server to play after that eingestelleten reload time.

    Peter wants to play but does not want to regulations triremes, so he can not play with on the server too!

    If this were possible, first and how long it would take something like that to develop this or is there already for a 1.6.4 bukkit server and it would be dan for the Coder io he makes updates for continuous Bukkit versions or writes the same doc a general PluginBukkit

    Thanks for your attention

    Greetings Technox
     
  2. Offline

    JMiahMan

    If this is a Linux Server you can always write a script to do a MySQL dump and parse the DB to edit the white list. Most likely there's easier ways, but coming from the Server Admin side this would be rather easy.
     
  3. i have no idea how to script for minecraft, can someone make a config file for me and explain it to me? if possible in german but english would be good too ;)
     
  4. Offline

    timtower Administrator Administrator Moderator

    DjTechnox Let me get this right: google translate doesn't know every word that you are using ( bad google )
    And you want a plugin that whitelists the player when he registers on the website?
     
  5. Offline

    Wh1rledPeas

    I helped a friend do something similar with his server. Although we did not use a whitelist. We configured the default rank on the server to be mainly useless. Users can connect and chat with people on the server, but they can't break blocks, interact with signs, private message other users, tpa, or use most any commands.

    Once they register on the web site, they are upgraded to the grayname rank automatically. We did this using Enjin and their functions which are built in to their web site service. No custom programming required. When the user registers, we simply set the Enjin site to issue a server command, which changes the user's rank to the next rank up.

    I find this a little more friendly than using a whitelist. With a whitelist, users can't even connect to chat with staff or see if they are even interested in joining the server.
     
  6. timtower thats correct, but i have no idea how to do this...

    Wh1rledPeas i used "PhP Fusion" to make my homepage so i cant use ur idea but thanks alot for your help :/
     
  7. Offline

    timtower Administrator Administrator Moderator

Share This Page