Database entries

Discussion in 'Plugin Development' started by MajorSkillage, Dec 1, 2015.

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

    MajorSkillage

    I am making a plugin that will be shared across networks via MySQL where every player gets their own amount of points. I was thinking there are 2 main ways of doing this, 1 which is directly opening and closing the MySQL connection to obtain and set values or load values from MySQL to the server when a player joins that specific server. The problem with the second solution is if someone purchases these points the players get and the MySQL data changes, if the player leaves the server the MySQL data will then be overwritten.
     
  2. Offline

    Mrs. bwfctower

  3. Offline

    MajorSkillage

    Yes. I am basically copying what PlayerPoints is doing except renaming the currency and adding it inside my plugin for my network.
     
  4. Offline

    eyamaz

    We do not currently support BungeeCord. Thread locked.
     
Thread Status:
Not open for further replies.

Share This Page