Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

minecraft (5) Versions 0.0.2

Installs/Configures minecraft server

Policyfile
Berkshelf
Knife
cookbook 'minecraft', '= 0.0.2', :supermarket
cookbook 'minecraft', '= 0.0.2'
knife supermarket install minecraft
knife supermarket download minecraft
README
Dependencies
Quality -%

Minecraft Build Status

Description

Installs vanilla Minecraft server.

Requirements

Requires the java and tmux cookbooks.

Platform

  • Debian, Ubuntu

Attributes

See attributes/default.rb for default values.

  • default['minecraft']['user']
  • default['minecraft']['install_dir']
  • default['minecraft']['base_url']
  • default['minecraft']['jar']

  • default['minecraft']['banned-ips']

  • default['minecraft']['banned-players']

  • default['minecraft']['white-list-users']

  • default['minecraft']['ops']

  • default['minecraft']['allow-nether']

  • default['minecraft']['level-name']

  • default['minecraft']['enable-query']

  • default['minecraft']['allow-flight']

  • default['minecraft']['server-port']

  • default['minecraft']['level-type']

  • default['minecraft']['enable_rcon']

  • default['minecraft']['level-seed']

  • default['minecraft']['server-ip']

  • default['minecraft']['max-build-height']

  • default['minecraft']['spawn-npcs']

  • default['minecraft']['white-list']

  • default['minecraft']['spawn-animals']

  • default['minecraft']['online-mode']

  • default['minecraft']['pvp']

  • default['minecraft']['difficulty']

  • default['minecraft']['gamemode']

  • default['minecraft']['max-players']

  • default['minecraft']['spawn-monsters']

  • default['minecraft']['generate-structures']

  • default['minecraft']['view-distance']

  • default['minecraft']['motd']

Usage

Include the minecraft recipe and modify your run list and set any attributes
you would like changed.

run_list [
  "recipe[minecraft]"
]
"minecraft":{
  "motd": "Welcome all griefers!"
  "max-players": 9001
  "ops": ["nappa", "goku"]
}

Recipes

default

Include the default recipe into your run_list to install minecraft server.
Configuration files are prepopulated based on values in attributes. I will keep
the defaults in sync with upstream.

TODO

  • Clean up attributes
  • Test kitchen
  • Bukkit support or just wait for 1.5?

License

Copyright 2012, Greg Fitzgerald
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
the following conditions:
permit persons to whom the Software is furnished to do so, subject to

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependent cookbooks

java >= 0.0.0
tmux >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found