From 08bf9ea0a74d353c45e79f5c6358904d37f1c050 Mon Sep 17 00:00:00 2001 From: Daniel Jarski <30324210+QuantumToasted@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:36:25 -0500 Subject: [PATCH] fix permission typo in plugin.yml --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 031af9c..baaa9a8 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -39,4 +39,4 @@ permissions: - 'deathchest.command.deathchest' - 'deathchest.command.report' - 'deathchest.command.deleteInWorld' - - 'eathchest.command.reload' \ No newline at end of file + - 'deathchest.command.reload' \ No newline at end of file