From 7b63aba27ff4c72df85513a905cab5d648083fa9 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Tue, 4 Jun 2019 03:40:04 +0200 Subject: [PATCH] Add missing permission to backpack.admin group --- resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/plugin.yml b/resources/plugin.yml index 272aebc..ccf442d 100644 --- a/resources/plugin.yml +++ b/resources/plugin.yml @@ -50,6 +50,7 @@ permissions: backpack.clean.others: true backpack.update: true backpack.reload: true + backpack.migrate: true backpack.use: description: Allows a player to open the backpack. default: false @@ -119,4 +120,4 @@ permissions: default: op backpack.migrate: description: Allows to migrate data from one format to another. - default: op \ No newline at end of file + default: op