About Item Tracker
This plugin sets the maximum number of objects that can be trapped against a wall or floor within a certain distance, or the maximum number of objects that can be contained within that area, of the objects ( TrackedItems ) you specify in the config file. It improves server performance and prevents malicious players from causing lag on your server.
It also scans the server every minute specified in the Config file and cleans unnecessary objects stuck in the ground, increasing the performance of your server.
If you are using a shared server, this plugin is highly recommended.
TrackedItems Suggestion:
Here are some names of items that can be stuck to the wall or floor that you may want to restrict:
arrow.wooden
spear.stone
spear.cny
arrow.hv
arrow.fire
arrow.bone
knife.bone
mace
longsword
machete
salvaged.cleaver
salvaged.sword
stone.pickaxe
stonehatchet
hatchet
pickaxe
salvaged.axe
salvaged.pickaxe
Configuration:
{
"ScanInterval": 600.0, // How often the server will be scanned (default 600 seconds)
"MaxRemovePerScan": 100, // How many items will be deleted in each scan?
"WebhookUrl": "https://discord.com/api/webhooks/[ID]/[TOKEN]", // Your Discord webhook
"TrackedItems": [
"spear.wooden" // items to be scanned
],
"NearbyItemRadius": 5.0, // How many meters inside will be checked?
"MinItemCountToRemove": 3 // How many items will be stuck to the floor or wall?
}