Skip to content

Main Configuration

Nickax edited this page Feb 6, 2025 · 3 revisions

Automatic Updates

  • auto-update: true
    Enables or disables automatic updates.

Language Settings

  • default: en_US
    Sets the default server language.
  • enabled:
    List of enabled languages:
    • en_US
    • es_ES

Storage Settings

  • type: JSON
    Choose your database system: JSON, MYSQL, MONGODB.
  • address: 127.0.0.1
    Database machine address. Specify port if needed (default: 3306 for MySQL, 27017 for MongoDB).
  • database: database
    Name of the database to connect to.
  • username: root
    Database username.
  • password: ''
    Database password.

Auto-Save Settings

  • enabled: true
    Enables or disables automatic data saving.
  • interval: 5 minutes
    Interval for automatic saving (in minutes).

Drop Settings

  • send-confirmation-message: true
    Enables or disables confirmation messages when dropping items.
  • confirmation-timeout: 5 seconds
    Time window for players to confirm a drop (in seconds).

Clone this wiki locally