MUDCraft: initContainer plugin pattern + PurpurExtras ConfigMap
This commit is contained in:
@@ -0,0 +1,114 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: mudcraft-purpurextras
|
||||
namespace: mudcraft
|
||||
data:
|
||||
config.yml: |
|
||||
settings:
|
||||
debug: false
|
||||
|
||||
modules:
|
||||
# ── Combat & Class Mechanics ──────────────────────────────────────────────
|
||||
ShieldSettings:
|
||||
enabled: true
|
||||
disable-cooldown: 60
|
||||
damage-reduction: 0.85
|
||||
|
||||
StopDropNRoll:
|
||||
enabled: true
|
||||
sneak-count: 5
|
||||
chance: 0.75
|
||||
|
||||
NoFallDamageWhileHavingJumpBoost:
|
||||
enabled: false
|
||||
|
||||
# ── Dungeon Integrity ─────────────────────────────────────────────────────
|
||||
LootBlocksProtection:
|
||||
enabled: true
|
||||
bypass-permission: purpurextras.lootblocks.bypass
|
||||
|
||||
SpawnersProtection:
|
||||
enabled: true
|
||||
bypass-permission: purpurextras.spawners.bypass
|
||||
protect-from-explosions: true
|
||||
|
||||
SpawnerPlacementPermissions:
|
||||
enabled: true
|
||||
|
||||
# ── Economy & Crafting ────────────────────────────────────────────────────
|
||||
GrindstoneEnchantsBooks:
|
||||
enabled: true
|
||||
|
||||
FurnaceBurnTime:
|
||||
enabled: true
|
||||
multiplier: 1.0
|
||||
|
||||
# ── World & Movement ──────────────────────────────────────────────────────
|
||||
RunFasterOnPaths:
|
||||
enabled: true
|
||||
multiplier: 1.15
|
||||
affected-entities:
|
||||
- PLAYER
|
||||
|
||||
OpenIronDoorsWithHand:
|
||||
enabled: true
|
||||
require-permission: false
|
||||
|
||||
DispenserBlocks:
|
||||
enabled: true
|
||||
|
||||
LightningTransformsMobs:
|
||||
enabled: true
|
||||
transformations:
|
||||
ZOMBIE: DROWNED
|
||||
SKELETON: WITHER_SKELETON
|
||||
CREEPER: CHARGED_CREEPER
|
||||
|
||||
# ── NPC & Mob Behavior ────────────────────────────────────────────────────
|
||||
MobNoTarget:
|
||||
enabled: true
|
||||
|
||||
CancelPetDamageFromOwner:
|
||||
enabled: true
|
||||
|
||||
ColoredBossBars:
|
||||
enabled: false
|
||||
|
||||
CreeperSquids:
|
||||
enabled: false
|
||||
|
||||
# ── Decoration & Building ─────────────────────────────────────────────────
|
||||
InvisibleItemFrames:
|
||||
enabled: true
|
||||
permission: purpurextras.invisibleframes
|
||||
|
||||
LoomMaxLayers:
|
||||
enabled: true
|
||||
max-layers: 16
|
||||
|
||||
# ── QoL ──────────────────────────────────────────────────────────────────
|
||||
EscapeCommandSlash:
|
||||
enabled: true
|
||||
|
||||
SleepPercentageMessage:
|
||||
enabled: true
|
||||
message: "&e{sleeping}/{total} players sleeping ({percent}%)"
|
||||
|
||||
VoidTotem:
|
||||
enabled: true
|
||||
|
||||
RaidTotemDrops:
|
||||
enabled: true
|
||||
drop-chance: 0.5
|
||||
|
||||
# ── Disabled ──────────────────────────────────────────────────────────────
|
||||
UnlockAllRecipes:
|
||||
enabled: false
|
||||
|
||||
AnvilChangesBlocks:
|
||||
enabled: false
|
||||
|
||||
RespawnAnchorNeedsCharge:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user