Stop player data save

Discussion in 'Plugin Development' started by Suraski, May 6, 2013.

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

    Suraski

    I'm working on a minigames network, and I'm wondering how I would go about the un-needed process of stopping player data saving? I have no need to store locations, armor, inventories, etc. My plugin handles all that and to be honest it just adds overhead I don't want.


    Any ideas?
     
  2. Offline

    SugarCraft

    When a player quits the server, delete the player.dat?
     
  3. Offline

    Suraski

    Is their a better way to do this? That seems a bit hacky to me.
     
  4. Create a listener and do onPlayerQuit event. Get the players name, and get its data. After that remove it.
     
Thread Status:
Not open for further replies.

Share This Page