Installs the Minecraft server.
- Java
This cookbook will download and install the latest minecraft server into
/var/minecraft/. It will also create a user named minecraft and configure
the server for you.
Create the minecraft databag with know:
knife data bag create minecraft
It utilizes the following data bags to maintain its user restriction lists:
{
"id": "banned-ips",
"ips": [
"127.0.0.1",
...
]
}{
"id": "banned-players",
"users": [
"bad-behavior-guy",
...
]
}{
"id": "ops",
"users": [
"good-guy-greg",
...
]
}{
"id": "white-list",
"users": [
"graham",
...
]
}