-
Notifications
You must be signed in to change notification settings - Fork 6
ZenPlayerBanConfig
This mod is a utility mod included in my modpack.
It is used for either banning players, or forcing players to contact an admin before continuing to play, or it can simply be used to move a player who is stuck when they login next via its teleport feature.
Here is a config explanation:
{
"ConfigVersion": "1.29.1", // Don't touch
"KickBannedPlayerSecs": 60, // Player will be kicked X seconds after ban message appears
"BanTeleportX": 0.0, // Global teleport coordinates when player is banned
"BanTeleportY": 0.0, // You can specify player-specific coordinates overrides below
"BanTeleportZ": 0.0,
"UnbanTeleportX": 0.0, // Global teleport coordinates when player is unbanned
"UnbanTeleportY": 0.0, // If you set these to a number < 0, the player is not teleported anywhere at all
"UnbanTeleportZ": 0.0,
"BanExpiresText": "Ban Expires:", // For translation purposes on non-English servers
"BanYearText": "Year:",
"BanMonthText": "Month:",
"BanDayText": "Day:",
"UnbanMessage": "Your ban has been lifted. Please review our rules.",
"PlayerBans": [
{
"BattlEyeID": "4s_12UDE-PKYemc7adlZy0T32Q39CerkE=", // Player ID to ban (BattlEyeID)
"Message": "Ban message.", // Your specific ban message explanation to the player (eg. for combat logging - contact admin)
"UnbanYear": 2026, // The year when the ban expires
"UnbanMonth": 11, // The month when the ban expires (1-12)
"UnbanDay": 6, // The day when the ban expires (1-31)
"BanTeleportX": 0.0, // Where to teleport the player when they get banned
"BanTeleportY": 0.0,
"BanTeleportZ": 0.0,
"UnbanTeleportX": 0.0, // Where to teleport the player when they login after ban expires
"UnbanTeleportY": 0.0,
"UnbanTeleportZ": 0.0,
"KillOnUnban": 0, // If true (1), then player dies when they login after ban expires
"UnbanMessage": "", // Override message for global unban message
"Unbanned": 0 // Don't touch - will auto-update when ban expires. Once expired, you can manually delete this player's entry.
}
]
}All my mods are open-source and published under the Mozilla Public License Version 2.0. Any mods based on my code must be open-source - no obfuscation!
You can modify/reupload/repack my mods if you like, but please credit any original authors/3D model/3rd-party asset creators, and keep in mind any future updates I make will not be automatically applied to repacked mods so make sure to check back from time to time for bugfixes and improvements.
If you find my mods useful, please consider buying me a coffee - it's not expected but very much appreciated: https://buymeacoffee.com/zenarchist
- General Setup Guide
- Core Mod Setup Guide
- ZenModPack Master Config
- Various Info
- Known Bugs & Issues
- Report Bug
My utility style mods for debugging etc.
Mods which affect game mechanics:
- ZenAlcohol
- ZenAllowMapBagSlot
- ZenAntiCombatLogout
- ZenAutoConvertStash
- ZenAutoStackItems
- ZenAutoWinterDetect
- ZenAutoRun
- ZenBasebuildingConfig
- ZenBatteryPASPersistence
- ZenBetterChatFont
- ZenBrokenGlasses
- ZenBuildingDescription
- ZenCarAttachments
- ZenCarBatteryIcon
- ZenCarCompass
- ZenCarGlovebox
- ZenCarsCutDownTrees
- ZenCanteenTablets
- ZenCatchRain
- ZenCauseOfDeath
- ZenChickenCoops
- ZenCraftingSounds
- ZenCraftRagHands
- ZenComboLocks
- ZenCombineJSON
- ZenDropRuinedClothing
- ZenDynamicZoneLoot
- ZenEarPlugs
- ZenFireFuel
- ZenFireWood
- ZenFireplaceStick
- ZenFishingConfig
- ZenFixCarAttachmentGUI
- ZenGraves
- ZenGroundCleaning
- ZenHideGearInCars
- ZenHints
- ZenHologram
- ZenHologramControls
- ZenImmersiveChatHUD
- ZenImmersiveLogin
- ZenInformWeaponStateBug
- ZenInventoryAnimation
- ZenKnifeGardens
- ZenLeftovers
- ZenLogPiles
- ZenMagObfuscation
- ZenMap
- ZenMicCheck
- ZenNotifications
- ZenOpenCansRock
- ZenPainting
- ZenPimpMyRide
- ZenRadioPlugin
- ZenRebuildableWells
- ZenRepairJSON
- ZenRepairPumps
- ZenRepairWells
- ZenServerGUI
- ZenShove
- ZenSplitUI
- ZenSleep
- ZenStaminaSlope
- ZenTerritories
- ZenWeaponEngrave
- ZenWoodHealth
- ZenZombieDoors
Mods which add gear to the game:
- ZenArtillery
- ZenBackwardsCaps
- ZenBookshelf
- ZenBunnyMasks
- ZenCamoCamp
- ZenCarWorkbench
- ZenChess
- ZenChristmasTreeCraft
- ZenConcussionGrenade
- ZenDoubleArmbands
- ZenFlask
- ZenFlint
- ZenGhillie
- ZenJameson
- ZenLadders
- ZenMusic
- ZenNotes
- ZenRaidAlarm
- ZenRaybans
- ZenRunes
- ZenStaticObjects
- ZenSwissKnife
- ZenTimeBomb
- ZenTireRack
- ZenTreasure
- ZenTreehouse
- ZenVikingAxe
- ZenZippoLighter
Mods which run purely server-side:
- ZenBloodDrips
- ZenCampSites
- ZenDynamicZoneLoot
- ZenLootCyclingDetection
- ZenNightConfig
- ZenPersistentTrees
- ZenShelterCargo
- ZenTreesplosions
- ZenZombieController
- ZenZombieConfig
- ZenJameson
My standalone mods