Configuration

Getting Started

  1. Locate the configuration file at plugins/build-lite/config.yml.

  2. Open it in a text editor of your choice.

  3. Modify the values as needed.

  4. Restart your server to apply any changes

HTTP Settings

Key
Type
Description
Default

hasServer

Boolean

Enables or disables the internal HTTP server.

true

port

Integer

The port on which the server listens.

8080

host

String

The IP address or hostname to bind the server to.

"127.0.0.1"

Default Location

Key
Type
Description

x, y, z

Double

The coordinates for the default spawn or build location.

yaw

Double

The horizontal rotation angle.

pitch

Double

The vertical rotation angle.

SQL Configuration

Key
Type
Description

driver

String

The JDBC driver used for database connections.

url

String

The connection URL for the database. In this case, it points to a local SQLite file worlds.db.

  • Ensure your database file (worlds.db) is accessible and has the correct permissions.

  • If you plan to use a different database, update the driver and url accordingly.

The Configuration-File

Last updated