feat(plugin): add SCUM ownership migration foundation
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user