From 4e9be10fb4cbb73dbe607c7dd03ae10f621a7910 Mon Sep 17 00:00:00 2001 From: OmerBenGera Date: Mon, 14 Sep 2020 18:28:34 +0300 Subject: [PATCH] Fixed wildloaders.* not also giving wildloaders.give --- src/main/resources/plugin.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0d5a518..9ddb128 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -14,5 +14,8 @@ permissions: default: op children: wildloaders.use: true + wildloaders.give: true wildloaders.use: - description: Gives access to place a chunkloader. \ No newline at end of file + description: Gives access to place a chunkloader. + wildloaders.give: + description: Gives access to give chunkloaders to other players. \ No newline at end of file