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

34
manifest.json Normal file
View File

@@ -0,0 +1,34 @@
{
"format_version": 3,
"header": {
"description": "Lagoon plugin for proximity chat.",
"name": "lagoon",
"uuid": "1aa9a1f5-3270-4edc-9b3c-e3a90f8bfdd8",
"min_engine_version": "1.26.20",
"version": "1.0.0"
},
"modules": [
{
"type": "data",
"uuid": "4b2d8ccc-7f1d-4751-a043-a94382567134",
"version": "1.0.0"
},
{
"type": "script",
"language": "javascript",
"uuid": "71bc1103-8e94-4b3b-9d9a-bf92648604d2",
"version": "1.0.0",
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "2.8.0-beta"
},
{
"module_name": "@minecraft/server-net",
"version": "1.0.0-beta"
}
]
}