Gjallarhorn: Timelapse Mode

This commit is contained in:
Kenneth Endfinger
2022-01-07 06:15:26 -05:00
parent cc6fbaae83
commit bc2d3e28ae
26 changed files with 251 additions and 163 deletions

View File

@ -1,17 +1,25 @@
# 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
* 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.
```
```bash
# Always validate the contents of a script from the internet!
bash -c "$(curl -sL https://git.gorence.io/lgorence/foundation/-/raw/main/install.sh)"
```