Solved Banning

Discussion in 'Plugin Development' started by Irantwomiles, Apr 16, 2016.

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

    Irantwomiles

    I might be working on a custom banning plug-in an I was wondering if I should use YAML or learn MySql. I would be storing player UUID, number of bans, the reason they were banned, and time that they were banned.
     
  2. Offline

    S7W

    If using it for one server I suggest configs but across a network MySQL
     
  3. Offline

    CraftCreeper6

  4. Offline

    Irantwomiles

    No just one server

    Ok thanks

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Apr 16, 2016
  5. Offline

    Gonmarte

    Mark this as solved if you have no more doubts.
     
  6. Offline

    Irantwomiles

    Will do.

    Edit: could a staff member mark this solved, my phone won't let me do it for some reason.
     
  7. Offline

    Zombie_Striker

    timtower likes this.
  8. Offline

    Irantwomiles

    fixed it.
     
    timtower likes this.
  9. Offline

    xDeeKay

    @Irantwomiles Even though this has been marked as solved I wanna give my advice. If you're wanting to store information on a ban beyond their name/uuid such as ban date, length, reason etc. then I'd highly recommend looking into SQLite. It works in the same principle of MySQL, except it's strictly a local database.

    I've recently done work on my own ban plugin, and as someone who hadn't touched SQLite much previously, I can say it's very east to learn, efficient, and with lots of practical uses.
     
    Irantwomiles and kaif21 like this.
  10. Offline

    Irantwomiles

    Thanks for the advice, I'll look into it.
     
Thread Status:
Not open for further replies.

Share This Page