Minecraft Foundation plugins
Go to file
2022-02-20 05:35:47 -05:00
buildSrc Bifrost: Implement player advancement notifications. Oh my god this was hard and it still is ugly. 2022-01-17 17:19:12 -05:00
foundation-bifrost Bifrost: Don't announce uninteresting advancements. 2022-01-17 17:36:58 -05:00
foundation-core Add anti-idle feature (Closes #21). 2022-01-29 06:02:15 +00:00
foundation-heimdall Heimdall/Gjallarhorn: Chunk Export Improvements and Chunk Export Renderer 2022-02-17 21:37:38 -05:00
gradle/wrapper Update to Gradle v7.3.3. 2022-01-07 23:27:47 +00:00
tool-gjallarhorn Gjallarhorn: First attempt at a graphical render system. 2022-02-20 05:35:47 -05:00
.gitignore Gradle: Implement setupPaperServer action which downloads Paper and links plugin JARs. 2022-01-13 18:25:46 -05:00
.gitlab-ci.yml Initial update manifest generation. 2021-12-22 06:55:47 +00:00
build.gradle.kts Add anti-idle feature (Closes #21). 2022-01-29 06:02:15 +00: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 Update GitLab path. 2022-01-09 16:23:18 -08:00
LICENSE Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
README.md Update GitLab path. 2022-01-09 16:23:18 -08:00
settings.gradle.kts Gjallarhorn: Timelapse Mode 2022-01-07 06:15:26 -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

Tools

  • tool-gjallarhorn - Heimdall swiss army knife

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/minecraft/foundation/-/raw/main/install.sh)"