Features
- 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.
Permissions
finder.find-- Allows player to use find commandfinder.tp-- Allows player to use tp (to result finded) command
Commands
/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.
Configuration
{
"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
}
}
Localization
{
"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."
}
Credits
Reneb, the original author of this plugin
MIT License
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.
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.

