From ee6e0474ff39420fa029d8da5cf218dbe5aa0b44 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sat, 8 Aug 2026 13:46:17 +0200 Subject: [PATCH] fix: exlude wepif.yml --- .gitignore | 2 ++ wepif.yml | 46 ---------------------------------------------- 2 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 wepif.yml diff --git a/.gitignore b/.gitignore index 060fda961..00687fe4f 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,8 @@ world/* logs/ crash-reports/ +wepif.yml + # docker-compose data/* diff --git a/wepif.yml b/wepif.yml deleted file mode 100644 index 43b2ebc8f..000000000 --- a/wepif.yml +++ /dev/null @@ -1,46 +0,0 @@ -# -# WEPIF Configuration File -# -# This file handles permissions configuration for every plugin using WEPIF -# -# About editing this file: -# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If -# you use an editor like Notepad++ (recommended for Windows users), you -# must configure it to "replace tabs with spaces." In Notepad++, this can -# be changed in Settings > Preferences > Language Menu. -# - Don't get rid of the indents. They are indented so some entries are -# in categories (like "enforce-single-session" is in the "protection" -# category. -# - If you want to check the format of this file before putting it -# into WEPIF, paste it into https://yaml-online-parser.appspot.com/ -# and see if it gives "ERROR:". -# - Lines starting with # are comments and so they are ignored. - - -ignore-nijiperms-bridges: true -resolvers: - enabled: - - PluginPermissionsResolver - - PermissionsExResolver - - bPermissionsResolver - - GroupManagerResolver - - NijiPermissionsResolver - - VaultResolver - - DinnerPermsResolver - - FlatFilePermissionsResolver -permissions: - groups: - default: - permissions: - - worldedit.reload - - worldedit.selection - - worlds.creative.worldedit.region - admins: - permissions: - - '*' - users: - sk89q: - permissions: - - worldedit - groups: - - admins