From c933e277c17910b101524dfb6fb923a116607d1e Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Wed, 11 Feb 2026 17:59:10 +0100 Subject: [PATCH] feat: make egghunt.* permission not default --- 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 e2be675..82b5eda 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -46,7 +46,7 @@ permissions: egghunt.eggowner: true egghunt.respawnegg: true egghunt.notify: true - default: true + default: false egghunt.locateegg: description: Allows you to locate the dragon egg using /locateegg default: true