Configuration
Getting Started
Locate the configuration file at
plugins/build-lite/config.yml.Open it in a text editor of your choice.
Modify the values as needed.
Restart your server to apply any changes
HTTP Settings
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
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
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
driverandurlaccordingly.
The Configuration-File
Last updated