CleanUp

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

CleanUp

This plugin removes old player files at startup and more! See below for more features.

Players

Deletes a player's .dat file if they haven't logged-in in X amount of days. Those that aren't deleted, can have their location specified. Useful if you have a new spawn hub and don't want players spawning in random parts of the world.

Thanks to one4me for his/her Improved Offline Player API

Essentials

Deletes a player's .yml file if they haven't logged-in in X amount of days. Based on timestamps.logout inside their YML file.

PEX

This clean up relates to my ticket regarding empty nodes not being deleted. The in-built cleanup sub command which was suggested failed to work after lots of testing so I came up with this. Read the ticket for information

Backup

You MUST BACKUP before using this. I take no responsibility for anything that may be unintentionally deleted. Once something has been cleaned, it can't be reversed.

Installation

  1. Stop the server
  2. Download the .jar
  3. Put it inside /plugins/
  4. Start the server, the config will be generated. By default NO clean ups will run.
  5. Stop the server
  6. Configure as desired
  7. Start server

Config

pex:
  enabled: false
  file: permissions.yml
essentials:
  enabled: false # Change to true to run
  days: 60 # If player hasn't logged in 60 days, delete them
players:
  enabled: false # Set to true to run
  days: 60  # If player hasn't logged in 60 days, delete them, set to 0 to disable deletion
  setLocation: # Set the location of the player when they next login
    enabled: false # Set to true to run
   # Below is pretty much self explanatory
    x: 0
    y: 0
    z: 0
    world: world
disableAll: true # If set to true, it will automatically disable every clean up after they are run, so it won't run again on your next start

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    43870
  • Created
    Aug 26, 2012
  • Last Released File
    Never
  • Total Downloads
    878
  • License

Categories

Members

Recent Files

Bukkit