Craftcake Cookbook

TODO: Craftcake is a minecraft server cookbook to get you up and running with a minecraft server using chef.

e.g. This cookbook installs and runs a minecraft server from scratch

Requirements

centos, may work on other linux distros too

e.g.

packages

  • toaster - craftcake needs toaster to brown your bagel.

Attributes

TODO: List your cookbook attributes here.

e.g.

craftcake::default

Key Type Description Default
['craftcake']['bacon'] Boolean whether to include bacon true

Usage

craftcake::default

TODO: move ops.json to template and databag items TODO: externalize some parameters TODO: remove some unused resources and packages TODO: cleanup this file :)

e.g. Just include craftcake in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[craftcake]"
  ]
}

Add ops via your override attributes

{
  "craftcake": {
    "ops": [
      {
        "uuid": "11111111-1111-1111-1111-111111111111",
        "name": "opsdude",
        "level": 4,
        "bypassesPlayerLimit": false
      }
    ]
  }
}

Contributing

TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.

e.g.

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: jgrenoble