Server only mod for automatically removing all dropped items. Relics, and death containers are excluded.
Copy & paste the TheJanitor.dll
to \Server\BepInEx\plugins\
folder.
Delete the TheJanitor.dll
from your plugins folder.
- Uncomment
<!--<DefineConstants>WETSTONE</DefineConstants>-->
inTheJanitor.csproj
- Rebuild the dll.
Config
Enable Chat Listen
[defaulttrue
]
Enable hooking into chat to listen to chat messages.Chat Command
[default~cleanallnow
]
Clean all dropped items on the server.
Command is only usable by admin.Enable Auto Cleaner
[defaulttrue
]
Enable the auto cleaner.
Does not included an already existing dropped items.
Relics & death bags are also excluded.Auto Clean Timer
[default600
]
Timer in seconds to wait before the dropped item is deleted automatically.
All commands are admin only!
cleanallnow
~cleanallnow
Clean all dropped items on the server.
Changelog
1.0.1
- Minor optimization
1.0.0
- Initial Release