Minecraft Foundation plugins
Go to file
2021-12-27 23:56:20 -05:00
foundation-bifrost Initial Rough Cut of Heimdall Tracking System 2021-12-24 00:08:38 -05:00
foundation-core Adjust cron expression and config comments. 2021-12-27 21:08:43 +00:00
foundation-gjallarhorn Heimdall: Player Names Table, Gjallarhorn: Block State Image Rendering 2021-12-27 23:56:20 -05:00
foundation-heimdall Heimdall: Player Names Table, Gjallarhorn: Block State Image Rendering 2021-12-27 23:56:20 -05:00
gradle/wrapper Initial commit. 2021-12-19 02:05:59 +00:00
.gitignore Initial commit. 2021-12-19 02:05:59 +00:00
.gitlab-ci.yml Initial update manifest generation. 2021-12-22 06:55:47 +00:00
build.gradle.kts Initial Commit of Gjallarhorn: A Heimdall Analytics Tool 2021-12-26 03:33:23 -05:00
gradlew Initial commit. 2021-12-19 02:05:59 +00:00
gradlew.bat Initial commit. 2021-12-19 02:05:59 +00:00
install.sh Add check for curl and jq. 2021-12-22 23:58:59 +00:00
LICENSE Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
README.md Update README. 2021-12-24 06:12:24 +00:00
settings.gradle.kts Initial Commit of Gjallarhorn: A Heimdall Analytics Tool 2021-12-26 03:33:23 -05:00

Foundation

Foundation is a set of plugins that implement the core functionality for a small community Minecraft server.

Plugins

  • foundation-core - Core functionality
  • foundation-bifrost - Discord chat bridge
  • foundation-heimdall - Event tracking

Installation

The following command downloads and runs a script that will fetch the latest update manifest, and install all plugins available. It can also be used to update plugins to the latest version available.

# Always validate the contents of a script from the internet!
bash -c "$(curl -sL https://git.gorence.io/lgorence/foundation/-/raw/main/install.sh)"