1. Hi,
    I have a server and i want to know 2 things to do.
    1. i want to know how i delete the map and create a new one.
    2. i want to know how i delete a players that they gonna connect without nothing.
     
  2. Code:
    1. i want to know how i delete the map and create a new one.
    Change the map seed in the startup parameters.

    Code:
    2. i want to know how i delete a players that they gonna connect without nothing.
    I don't understand what you mean
     
    Last edited by a moderator: Dec 5, 2015
  3. just changing a random number to the seed?
    and about delete players, example: i connect to server, and the admin delete my saving from his server, and when i log in again, all my items removed.

    and also, i want to know how i add a image and a description to my server?
     
  4. Wulf

    Wulf Community Admin

    Players can't be deleted easily without a plugin. For the server info, see Solved - Using new server list info settings? | Oxide.
     
  5. Thanks for the link about the server info, about the saving of the players that i want to know how to delete, i just want to know how i do it in control panel.
    i remember that in Legacy i got a lot of folders that every folder is one player.
     
  6. Wulf

    Wulf Community Admin

    You can't do it without a plugin that I am aware of.
     
  7. ok last question, if i change the seed number, the players will be deleted too, not just the map?
     
  8. Wulf

    Wulf Community Admin

    No, just the map.
     
  9. so you can give me info about how i delete a players without doing reinstall to the files?
     
  10. Wulf

    Wulf Community Admin

    Delete the map and UserPersistence.db.
     
  11. Thank you!