Captures live config state of nullstone Purpur 1.21.11 server: - docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists) - All plugin configs under live-server/plugins/ (no DBs, no jars, no world data) - Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties Excluded via .gitignore: - World data (world/, world_nether/, world_the_end/, auth_limbo/) - Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata - Jars (auto-fetched), logs, caches, .paper-remapped
46 lines
1.4 KiB
YAML
Executable file
46 lines
1.4 KiB
YAML
Executable file
#
|
|
# 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
|