This plugins allows you to check the amount of an Item on the map and where it is stored.
[B]Console Commands:[/B]
[U]You can use the commands in the In-Game console too![/U]
[B]Usage:[/B]
[U]trackitemcount "Item Name"[/U]
[U]trackitem "Item Name" optional: place optional:minimumamount[/U]
Place: chests / players / allMinimum Amount: By Default 0
[U]logitem "Item Name"
logplayeritem "Item Name"
[/U]
[U]trackitemcount "Item Name"[/U] - Will give you the total amount of an item.Example: trackitemcount "Timed Explosive Charge"-> "There are 41,549 of 'timed explosive charge' in game!"
[U]trackitem "Item Name" optional: place optional:minimumamount[/U] - Will give you the storage, amount and location of an item.Example: trackitem "Timed Explosive Charge" all 50-> "Container has 411 at position -1131 14 -325"
[U]logitem "Item Name"[/U] - Same as "trackitem" but send the output to a log file!Example: logitem "Timed Explosive Charge"-> Example file name: oxide/logs/tracker_2017-1-13_16-22-30.txt
[U]logplayeritem "Item Name"[/U] - Same as "logitem" but searched for the players and logs the amount in descending order in a file!Example: logplayeritem "Timed Explosive Charge"-> Example file name: oxide/logs/tracker-player_2017-1-13_16-22-30.txt
[B]Localization:[/B]This plugins has a Language file wich is located in: /oxide/lang/en/Tracker.jsonIt allows you to change the messages. (Change the structure or the language)
[U]Default Language File:[/U][code]{"CONTAINER_FOUND": "{0} has {1} at position {2}","FOUND": "{0}'s found","INVALID_MINIMUM_AMOUNT": "Invalid minimum amount! Try again!","INVALID_NAME": "Invalid Name! Try again!","ITEM_FOUND": "There are {0} of '{1}' in game!","ITEM_NOT_FOUND": "Looks like there is no such item in game! (No player or chest has it)","MULTIPLE_PLAYERS_FOUND": "Multiple players found with that name! Try again or use SteamID","NO_CONTAINERS": "There are no containers in game.","NO_PERMISSION": "You don't have permission to use this command.","NO_SUCH_ITEM": "Looks like there is no such item named '{0}'.","PLAYER_NOT_FOUND": "No player found with that name! Check if you've written it correctly!","PLAYER_FOUND_ITEM": "{0} ({1}) has {2} of {3}","SAVED_TO": "Saved Item List to {0}","STEAMID_NOT_FOUND": "No player found with that SteamID! Check if you've written it correctly!","USAGE": "Usage:","USAGE_COMMAND_LOGITEM": " logitem item","USAGE_COMMAND_LOGPLAYERITEM": " logplayeritem item","USAGE_COMMAND_TRACKCOUNT": " trackitemcount item -- Shows the amount of certain items in game.","USAGE_COMMAND_TRACKITEM": " trackitem item optional:place optional:minamount","USAGE_COMMAND_TRACKITEM_ADDITIONALS": " Places: chests / players / all (Default: all)","WRONG_SYNTAX": "Wrong Syntax! Try again!"}[/code]
[B]Config:[/B]This plugin has a config file, which allows you to set the needed Auth Level for In-Game use.The config is located at: /oxide/config/Tracker.json
[U]If you use the command In-Game, make sure to use the In-Game console![/U]
[U]Default Config:[/U][code]{"Generic": {"Needed Auth Level": 1}}[/code]
If you have any questions about this plugin, or have improvements, contact me on the Support Page!
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.

