We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685cd01 commit d6b7afbCopy full SHA for d6b7afb
config.yml
@@ -1,10 +1,9 @@
1
---
2
listen_on: 127.0.0.1:9753
3
-worlds_path: /tmp/nix-shell.Bihv8S/tmp.YDoMbAsiBf
+worlds_path: /var/lib/minecraft/worlds
4
current_world_name: current_world
5
server_socket_path: /run/minecraft/minecraft.socket
6
-users_file_path: ./users.yaml
+users_file_path: /var/lib/minecraft/users.yml
7
base_url: http://127.0.0.1:9753/
8
min_password_length: 10
9
max_password_length: 128
10
-server_properties_path: ./server.properties
0 commit comments