| server: |
| port: 25565 |
| world-name: world |
| max-players: 50 |
| spawn-radius: 16 |
| online-mode: true |
| log-file: logs/log-%D.txt |
| terminal-mode: jline |
| whitelist: false |
| allow-nether: true |
| allow-end: true |
| allow-flight: false |
| view-distance: 10 |
| motd: Glowstone Server |
| def-game-mode: SURVIVAL |
| fuzzy-command-matching: false |
| folders: |
| plugins: plugins |
| update: update |
| |
| database: |
| driver: "org.sqlite.JDBC" |
| url: jdbc:sqlite:{DIR}{NAME}.db |
| username: glowstone |
| password: nether |
| isolation: SERIALIZABLE |
| |
| aliases: |
| "<3glowstone": |
| - version |
| - plugins |