Skip to content

grahamc/cookbook-minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Installs the Minecraft server.

Requirements

  • Java

Usage

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.

Databags

Create the minecraft databag with know:

knife data bag create minecraft

It utilizes the following data bags to maintain its user restriction lists:

minecraft/banned-ips

{
    "id": "banned-ips",
    "ips": [
        "127.0.0.1",
        ...
    ]
}

minecraft/banned-players

{
    "id": "banned-players",
    "users": [
        "bad-behavior-guy",
        ...
    ]
}

minecraft/ops

{
    "id": "ops",
    "users": [
        "good-guy-greg",
        ...
    ]
}

minecraft/white-list

{
    "id": "white-list",
    "users": [
       "graham",
        ...
    ]
}

About

A Chef cookbook for setting up and installing Minecraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages