Minecraft Foundation plugins
Go to file
2023-01-26 21:30:13 -08:00
.github/workflows Typo'd the action name. 2023-01-26 21:30:13 -08:00
foundation-bifrost Initial renaming pass. 2023-01-24 21:37:24 -08:00
foundation-core Initial renaming pass. 2023-01-24 21:37:24 -08:00
gradle/wrapper Update Gradle wrapper. 2023-01-24 23:56:07 -08:00
tools Initial pass on release workflow. 2023-01-26 21:03:00 -08:00
.gitignore Gradle: Implement setupPaperServer action which downloads Paper and links plugin JARs. 2022-01-13 18:25:46 -05:00
build.gradle.kts Remove heimdall and tool project. 2023-01-26 20:36:48 -08: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 to new domains. 2022-05-30 17:07:10 -07:00
LICENSE Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
README.md Initial renaming pass. 2023-01-24 21:37:24 -08:00
settings.gradle.kts Remove heimdall and tool project. 2023-01-26 20:36:48 -08: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

These directions won't work for the time being.

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