Add Lagoon proximity chat plugin with player initialization and utilities

This commit is contained in:
2026-05-12 08:18:54 +02:00
parent 7b683fb7dc
commit abfc7304a5
14 changed files with 359 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"@minecraft/server": "^2.8.0-beta.1.26.20-stable",
"@minecraft/server-net": "^1.0.0-beta.1.26.20-stable"
},
"devDependencies": {
"typescript": "^6.0.3"
}
}