From 198c4dd426dd89253b111f2f87dc5a58588300af Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Mon, 8 Jul 2024 14:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90=E8=8A=82?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/plugin.yml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8a0995f..4493959 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.lunadeer LiteWorldEdit - 2.4.3.6 + 2.4.3.7 jar LiteWorldEdit diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c3f52e1..160c6e7 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -12,4 +12,10 @@ commands: LiteWorldEdit: description: 简易创世神命令 usage: /lwe - aliases: [lwe] \ No newline at end of file + aliases: [ lwe ] + permission: lwe.command + permission-message: 你没有权限使用这个命令。 +permissions: + lwe.command: + description: 是否允许使用 LiteWorldEdit + default: true \ No newline at end of file