Supported Games
The stats menu available in the inventory for vanilla Rust is great but it isn't always accurate. Things like weapon attachments and scalars from other plugins (like Craftsman) aren't factored in, so the numbers you see are often misleading. This plugin allows you to see more accurate stats and information for items with the use of a simple and easy command.
Features
- Shows detailed and accurate information on items
- Simple and lightweight
- Factors in modifiers from attachments and other plugins
- Provides more stats than available in vanilla
- Database for weapons and armor damage and protection values
- Customizable colors and display
- Easy to use Developer API available
Permissions
iteminspector.use-- Allows players to see basic information on itemsiteminspector.admin-- Allows players to see advanced information and metadata on items. (Like uid, shortname, ect..)
Commands
/inspect-- Displays information for the item you are holding
Developer API
/* Returns detailed information for the given item */
Dictionary<string, object> GetItemData( Item item )
Note: This plugin comes with a built-in database for weapon damages and clothing resistances. Using this API is a way to extract this information and use it in your own plugin. Please notify the me if any information is incorrect!
Configuration
{
"Colors": {
"Title": "#cf391f",
"Labels": "#CACACA",
"Info": "#e6b265",
"Metadata": "#d683a7",
"Lists": "#69c7e0",
"Ratios": "#93ed96",
"Mappings": "#d36dde"
}
}
Localization
{
"inspect": "Inspected",
"category": "Category",
"uid": "UID",
"short_name": "Short Name",
"id": "ID",
"display_name": "Name",
"object": "Object",
"condition": "Condition",
"quality": "Quality",
"amount": "Amount",
"skin": "Skin",
"gather_rate": "Gather Rate",
"damage": "Damage",
"modifiers": "Modifiers",
"mods": "Mods",
"creator": "Creator",
"protection": "Protection",
"no_active_item": "You must have an item selected in your hotbar to use this command",
"no_perms": "You do not have permission to use this command",
"tree": "Tree",
"flesh": "Flesh",
"ore": "Ore",
"velocity": "Velocity",
"distance": "Distance",
"projectile": "Projectile",
"melee": "Melee",
"bite": "Bite",
"cold": "Cold",
"radiation": "Radiation",
"explosion": "Explosion"
}
Donate
I make plugins for free, but donating keeps me motivated and is a great way to show appreciation if you use this plugin a lot. Totally optional, but if you're interested you can buy me a coffee with this link.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

