Add Lagoon proximity chat plugin with player initialization and utilities
This commit is contained in:
34
manifest.json
Normal file
34
manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user