MySQL support #334


  • New
Open
Assigned to blablubb
  • _ForgeUser24573909 created this issue May 13, 2016

    .

  • _ForgeUser24573909 added the tags New Enhancment May 13, 2016
  • blablubb posted a comment May 13, 2016

    There is currently no MySQL support.
    It's on my todo list, however I am currently no longer adding new feature to the current version of Paintball. All my work is currently focused on a complete rewrite of Paintball, which will not be backwards compatible to the current version.

    Your current alternatives are:

    • Only way supported by me right now: Doing things by hand: Checking top players, applying ranks and then resetting the stats is possible via the paintball in-game commands.
    • Using a script to directly read and modify the sqlite database while paintball isn't running: Dangerous as you might accidentially corrupt the database, paintball cannot run while you modify the database.
    • Using another plugin/script to directly read from the sqlite database file: Only reading should work fine even while paintball is running, just writing/resetting will not work). Determine the top players and apply the ranks automatically, and then reset the player stats via paintball's in-game command.

    Edited May 13, 2016
  • blablubb edited title May 13, 2016
  • _ForgeUser24573909 edited description Mar 3, 2017

To post a comment, please login or register a new account.