Merge branch 'master' into markdown-formatting-changes

This commit is contained in:
Michael (Parker) Parker
2022-02-19 09:20:49 -05:00
committed by GitHub
116 changed files with 1345 additions and 482 deletions

View File

@@ -8,7 +8,11 @@
"name": "NanoLimbo",
"author": "mail@wuffy.eu",
"description": "This is lightweight minecraft limbo server, written on Java with Netty. The main goal of the project is maximum simplicity with a minimum number of sent and processed packets. This limbo is empty, there are no ability to set schematic building since this is not necessary. You can send useful information in chat or BossBar.\r\n\r\nNo plugins, no logs. The server is fully clear. It only able keep a lot of players while the main server is down.",
"features": null,
"features": [
"eula",
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_8"
],
@@ -56,4 +60,4 @@
"rules": "required|string|max:20"
}
]
}
}