Menu

AutoSave

AutoSave

This is an event handling function which can save certain aspects of the game periodically.


Configuration

autoSave:
  time: 1800
  players: true
  worlds: true
  nicknames: true
  prefix: '&d[AutoSave] '
  messagesBegin:

    - '&6The server is now being saved'
    - '&6Some lag may occur during this'
  messagesFinish:
    - '&6The server has finished saving'
    - '&6Gameplay will return to normal'

How to remove this feature

Should there be a need to manually remove this feature from the JAR file, the following files must be removed:

com/github/zathrus_writer/commandsex/handlers/Handler_autosave.class


MongoDB Logo MongoDB