Minecraft Foundation plugins
Go to file
Kenneth Endfinger 9533dd5e4f
Persistent Store Improvements
- Fix bug where find() would return Unit while still performing the operational.
- Add a getAll() function for fetching all entities of a specific type.
- Close persistent stores on plugin disable.
2021-12-22 21:11:16 -05:00
foundation-bifrost Add start-up and shutdown messages to Bifrost. 2021-12-23 01:31:15 +00:00
foundation-core Persistent Store Improvements 2021-12-22 21:11:16 -05:00
gradle/wrapper Initial commit. 2021-12-19 02:05:59 +00:00
.gitignore Initial commit. 2021-12-19 02:05:59 +00:00
.gitlab-ci.yml Initial update manifest generation. 2021-12-22 06:55:47 +00:00
build.gradle.kts Basic Persistent Store using Xodus 2021-12-22 19:53:27 -05: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 Add check for curl and jq. 2021-12-22 23:58:59 +00:00
LICENSE Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
README.md Add README.md and LICENSE, fixes #5. 2021-12-22 23:12:28 +00:00
settings.gradle.kts Gradle................. 2021-12-21 08:58:44 +00: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