-
Notifications
You must be signed in to change notification settings - Fork 6
ZenLootCyclingDetection
NOTE: This mod is included in my modpack and can be enabled/disabled via ZenLootCyclingDetection in ZenModPackConfig.json
This mod helps admins to track loot cycling and auto-warn players who are doing it to deter their behaviour.
Loot cycling is when a player picks up an item without any intention of actually keeping or using it, and immediately drops it nearby to force a new item to spawn in the old location.
This behaviour can result in a negative impact on server performance and even the server loot economy if it's abused on a large scale - this mod helps admins to keep track of obvious offenders and deal with them as you see fit.
Config file: profiles/Zenarchist/ZenLootCyclingDetectionConfig.json
{
"ConfigVersion": "1.29.1", // Don't touch
"Enabled": 1, // Enable/disable the mod
"SecondsBetweenPickupAndDrop": 10, // If an item is picked up & dropped within this many seconds, count it as a +1 loot cycle
"SecondsTilResetCounter": 1800, // If a player has not loot cycled in this many seconds, reset their counter to zero
"LootCycleCountForWarning": 10, // If a player has loot cycled this many times, trigger a notification to them and save them to the DB
"LootCycleWarningTitle": "LOOT CYCLING",
"LootCycleWarningMessage": "Our automatic loot cycling detection system has flagged you for loot cycling.<br/><br/>If you are not loot cycling you can safely ignore this warning.<br/><br/><b><color rgba='255,255,60,255'>But if you <i>are</i> loot cycling, please stop now, as an admin will investigate your activity and repeat offenses could result in a ban.</color></b>",
"LootCyclingOffenders": {
"PlayerBohemiaID": 32 // Number of times this player ID has potentially loot cycled in total across all their play time
}
}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