Initial commit

Added support for entity capture and spawning with eggs
Added README
Added spigot docker build tools
Added some comments
This commit is contained in:
2025-11-20 00:08:35 -05:00
commit 641631a0dd
8 changed files with 197 additions and 0 deletions

14
install.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
export REV="1.21.10"
export M2_DIRECTORY="$M2_REPOSITORY"
export BUILD_DIRECTORY="$ARTIFACT_DIRECTORY"
export JAVA_VERSION="21"
REPOSITORY_DIR=$(dirname "$0")
cd "$REPOSITORY_DIR"
git submodule update --init --recursive --remote
./.git-submodules/spigot-docker-build-tools/run.sh mvn clean package