minecraft #5
Description
Will deploy OpenJDK 6 JRE and the latest Minecraft server
- Tags:
- app-servers ›
By deploying this charm you are indicating your agreement to the EULA (https://account.mojang.com/documents/minecraft_eula).
This is charm deploys a running minecraft server
juju bootstrap
juju deploy minecraft
juju expose minecraft
# Start a minecraft client, connect to the server and hunt diamonds.
Configuration
- allow_flight
- (boolean) Allow players to fly, true or false
- allow_nether
- (boolean) Allow generation of the nether, true or false
- True
- difficulty
- (int) Level of complexity 1-5
- 1
- level_name
- (string) Name of the level, will be generated if it doesn't exist
- world
- max_players
- (int) Maximum players allowed on the server
- 10
- motd
- (string) Message of the day displayed to users in the server list
- Juju Powered Minecraft Server
- port
- (int) Port for which Minecraft runs upon
- 25565
- spawn_animals
- (boolean) Generate animals, true or false
- True
- spawn_monsters
- (boolean) Generate monsters, true or false
- True