Skip to content

caryp/minecraft-adventure-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Penniman's Minecraft Server

This project started as a Webelos Cub Scout elective called "Game Design". We are trying to create a game that will allow players to quest for items then trade those items for clues on how to complete the next step of the game. It seems like the shopkeepers plugin might help with this.

This server is based on what seems to be the very cool docker-minecraft-server project by Itzg.

This installs a Bukkit/Spigot server so we can install the following mods:

Installation

  • clone this project
  • copy the shopkeepers jar file to data/mc/plugins directory

Usage

to start server:

docker-compose up

to stop server:

docker-compose down

RCON

RCON is enabled by default, so you can exec into the container to access the Minecraft server console:

docker exec -i mc rcon-cli

TODO

  • Once we figure out all the plugins and config we need, then we will bake this into our own docker image.

About

Minecraft server for creating adventure games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published