feat(plugin): add SCUM ownership migration foundation

This commit is contained in:
npc0-hue
2026-07-28 18:11:00 +08:00
parent d24074134a
commit 271e1e684f
29 changed files with 328 additions and 315 deletions
@@ -108,6 +108,9 @@
"key": "overview",
"title": "MC 概览",
"path": "/overview",
"bundleKey": "minecraft-server-plugin",
"bundleVersion": "1.0.0",
"bundleIntegritySha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"permissions": [
"server.read",
"server.lifecycle"
@@ -121,6 +124,9 @@
"key": "remote",
"title": "MC 远程",
"path": "/remote",
"bundleKey": "minecraft-server-plugin",
"bundleVersion": "1.0.0",
"bundleIntegritySha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"permissions": [
"server.remote.access",
"server.files.read",
@@ -137,6 +143,9 @@
"key": "rcon",
"title": "MC RCON",
"path": "/rcon",
"bundleKey": "minecraft-server-plugin",
"bundleVersion": "1.0.0",
"bundleIntegritySha256": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"permissions": [
"server.remote.access"
],