30 lines
427 B
Plaintext
30 lines
427 B
Plaintext
# World data (contains player and world information)
|
|
world/
|
|
worlds/
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# Server generated files
|
|
banned-players.json
|
|
usercache.json
|
|
usernamecache.json
|
|
ops.json
|
|
whitelist.json
|
|
server.properties
|
|
|
|
# Backup folders
|
|
simplebackups/
|
|
|
|
# Local configuration files
|
|
rhino.local.properties
|
|
*.local.properties
|
|
|
|
# Libraries and runtime files
|
|
libraries/
|
|
forge-*.jar
|
|
forge-*-installer.jar
|
|
|
|
# Generated data folders
|
|
local/ |