Minecraft Foundation plugins
Go to file
2023-02-05 19:37:59 -08:00
.github/workflows Fix artifact names. 2023-02-05 19:18:17 -08:00
common-heimdall chaos: mega-tnt and chunk exporter fixes 2023-01-30 15:01:39 -08:00
common-plugin Add annotation for marking plugin main class. 2023-02-05 19:37:59 -08:00
foundation-bifrost Add annotation for marking plugin main class. 2023-02-05 19:37:59 -08:00
foundation-chaos Add annotation for marking plugin main class. 2023-02-05 19:37:59 -08:00
foundation-core Add annotation for marking plugin main class. 2023-02-05 19:37:59 -08:00
foundation-heimdall Add annotation for marking plugin main class. 2023-02-05 19:37:59 -08:00
gradle/wrapper Update Gradle wrapper. 2023-01-24 23:56:07 -08:00
tool-gjallarhorn chaos: mega-tnt and chunk exporter fixes 2023-01-30 15:01:39 -08:00
tools Add a script to ensure new lines exist in all files. 2023-02-05 19:08:13 -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 Release build numbers and resilience in the update service. 2023-02-03 13:20:21 -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 Fix install script and mark it as working. 2023-02-03 12:56:23 -08:00
LICENSE Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
README.md Fix install script and mark it as working. 2023-02-03 12:56:23 -08:00
settings.gradle.kts chaos: mega-tnt and chunk exporter fixes 2023-01-30 15:01:39 -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

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://github.com/GayPizzaSpecifications/foundation/raw/main/install.sh)"