1. I was curious of a way to clear a specific players save in my server (to clear inventory/blueprints to default). I figured it was in the server/persistence/(steamidhere) folder, but deleting (renaming actually) didn't do the job. Was curious if there is a way to wipe a specific player clean without a plugin.
     
  2. Wulf

    Wulf Community Admin

    Pretty sure you'd need a plugin to handle it completely. You could wait till the player is on to kill them, which would clear their inventory, but all their structures would remain. Deleting their folder under persistence would clear their blueprints.
     
  3. Removing the persistence folder should be enough to reset the learned blueprints to the default ones (the player must be offline when doing this), the inventory of a player however is stored in the server save file so you can't simply erase it. Like Wulf said, you'll need a plugin to clear their inventory. I actually released an inventory viewer plugin a while back which you could use for this (the player must be in-game either online or sleeping, if he's dead it won't work). Just run the command and drag everything from that player's inventory to yours to remove his items :)