Files
foundation/README.md

28 lines
746 B
Markdown
Raw Normal View History

2021-12-22 23:12:28 +00:00
# Foundation
2022-01-07 06:15:26 -05:00
2021-12-22 23:12:28 +00:00
Foundation is a set of plugins that implement the core functionality for a small community Minecraft
server.
## Plugins
2022-01-07 06:15:26 -05:00
* foundation-core: Core functionality
* foundation-bifrost: Discord chat bridge
* foundation-heimdall: Event tracking
## Tools
* tool-gjallarhorn - Heimdall swiss army knife
## Installation
2022-01-07 06:15:26 -05:00
2023-01-24 21:37:24 -08:00
**These directions won't work for the time being.**
2021-12-24 06:12:24 +00:00
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.
2022-01-07 06:15:26 -05:00
```bash
2021-12-24 06:12:24 +00:00
# Always validate the contents of a script from the internet!
2022-05-30 17:07:10 -07:00
bash -c "$(curl -sL https://git.mystic.run/minecraft/foundation/-/raw/main/install.sh)"
```