Oxide plugin for Rust. Find players, sleepers, sleeping bags, buildings, and teleport to them.
- Find player with ID / all players with partial names
- Find all cupboards owned by a specific player.
- Find all sleeping bags owned by a specific player.
- Find all buildings owned by a specific player.
- Find all items owned by a specific player (needs some improvements).
- Teleport to any of your results.
finder.find-- Allows player to use find commandfinder.tp-- Allows player to use tp (to result finded) command
/find <p | player> <PLAYERNAME | STEAMID>- Find player with ID / all players with partial names./find <c | cupboard> <PLAYERNAME | STEAMID>- Find all cupboards owned by a specific player./find bag <PLAYERNAME | STEAMID>- Find all sleeping bags owned by a specific player./find <b | building> <PLAYERNAME | STEAMID>- Find all buildings owned by a specific player./find <i | item> <ITEMNAME> <MINAMOUNT>- Find all items owned by a specific player./find tp FINDID- Teleport to any of your results.
{
"Global settings": {
"Use permissions": true,
"Allow admins to use without permission": true
},
"Chat settings": {
"Chat command": [
"find"
],
"Chat prefix": "<color=#00FF00>[Finder]</color>: ",
"Chat steamID icon": 0
}
}{
"NotAllowed": "You do not have permission to use this command",
"MultiplePlayers": "Multiple players found",
"NoResults": "You didn't find anything yet.",
"OutOfRange": "This ID is out of range.",
"NoPlayers": "No matching players found.",
"NoPosition": "This player doesn't have a position.",
"NoBuildings": "This player hasn't built anything yet.",
"NoBags": "This player doesn't have any sleeping bags.",
"NoCupboardPrivileges": "This player doesn't have any cupboard privileges.",
"SelectTargetPlayer": "You need to select a target player.",
"SelectTargetFindID": "You need to select a target findid.",
"CantTP": "You are using the console, you can't tp!",
"ItemUsage": "Usage: <color=#FFFF00>/{0} item <ITEMNAME> <MINAMOUNT> optional:<STEAMID></color>.",
"InvalidItemName": "You didn't use a valid item name.",
"SyntaxError": "Syntax error occured!\ntype <color=#FFFF00>/{0} <h | help></color> to view help",
"FindSyntax": "Command usages:\n<color=#FFFF00>/{0} <p | player> <PLAYERNAME | STEAMID></color> - Find player with ID / all players with partial names.\n<color=#FFFF00>/{0} <c | cupboard> <PLAYERNAME | STEAMID></color> - Find all cupboards owned by a specific player.</color>\n<color=#FFFF00>/{0} bag <PLAYERNAME | STEAMID></color> - Find all sleeping bags owned by a specific player.\n<color=#FFFF00>/{0} <b | building> <PLAYERNAME | STEAMID></color> - Find all buildings owned by a specific player.\n<color=#FFFF00>/{0} <i | item> <ITEMNAME> <MINAMOUNT></color> - Find all items owned by a specific player.\n<color=#FFFF00>/{0} tp FINDID</color> - Teleport to any of your results."
}Reneb, the original author of this plugin