Tribe Tracker - https://discord.gg/cCCKEFdPN2
Useful plugin designed to track or find your tribe members, tamed creatures, and even wild dinosaurs!
Highly Customizable Plugin: Set Tracking Limits and Command Access by Permissions Group
Alert! This plugin is in beta version and not tested on servers with 20+ players. If you are going to use it on big servers, set a high ticks update in "UpdateTextEvery" and monitor your server.
Commands:
Admin Commands:
Config:
Discord Server: https://discord.gg/cCCKEFdPN2
Preview Videos [ Sorry for the quality ]:
Useful plugin designed to track or find your tribe members, tamed creatures, and even wild dinosaurs!
Highly Customizable Plugin: Set Tracking Limits and Command Access by Permissions Group
Alert! This plugin is in beta version and not tested on servers with 20+ players. If you are going to use it on big servers, set a high ticks update in "UpdateTextEvery" and monitor your server.
Commands:
- TrackTribeMembers (/ttm on/off) - Tracks all players in your tribe.
- TrackWildDinos (/twd <dinoName> <dinoLevel>) - Tracks nearby wild dinos, with filtering by name and level.
- TrackTribeDinos (/ttd on/off) - Tracks nearby tribe dinos.
- FindDinos (/finddinos <dinoName> <dinoLevel>) - Retrieves a list of map dinos filtered by name and level.
- StopTrack (/stoptrack) - Stops tracking of wild dinos.
Admin Commands:
- TribeTracker.Reload - Reloads the plugin config
Config:
JSON:
{
"UpdateTextEvery": 25, //Every how many ticks the texts will be updated (less than 10 can cause lag)
"MaxTrackPerPlayer": 8, //Global max tracking dinos at the same time WARNING: If you put a very high number, it can cause a LOT OF LAG or crash server
"MaxTrackPerGroup": { //Set max tracking dinos at the same time by groups
"VIP": 10,
"VIP2": 15,
"Admins": 40
},
"Commands": { //Commands config
"TrackWildDinos": {
"Enabled": true, // Enable/disable the command
"Command": "/twd", // Command prefix
"AllowedGroups": [ "Default" ], //Allowed groups to use the command (use Default for all players)
"MaxTrackRange": 0 //Max track range (in meters) 0 for infinite
},
"TrackTribeDinos": {
"Enabled": true, // Enable/disable the command
"Command": "/ttd", // Command prefix
"AllowedGroups": [ "VIP", "VIP2", "Admins" ], //Allowed groups to use the command (use Default for all players)
"MaxTrackRange": 0 //Max track range (in meters) 0 for infinite
},
"TrackTribeMembers": {
"Enabled": true, // Enable/disable the command
"Command": "/ttm", // Command prefix
"AllowedGroups": [ "VIP", "VIP3", "Admins" ], //Allowed groups to use the command (use Default for all players)
"MaxTrackRange": 0 //Max track range (in meters) 0 for infinite
},
"FindDinos": {
"Enabled": true, // Enable/disable the command
"Command": "/finddinos", // Command prefix
"AllowedGroups": [ "Default" ] //Allowed groups to use the command (use Default for all players)
},
"StopTrack": {
"Enabled": true, // Enable/disable the command
"Command": "/stoptrack" // Command prefix
}
},
"Messages": { //Plugin messages
"MessageSender": "TribeTracker",
"NoPermissions": "You don't have permissions to run this command.",
"TrackLimitReached": "You have reached your track limit!",
"InvalidDinoLimitInput": "Invalid dinoLevel input!",
"DinoTrackerEnabled": "Dino tracker enabled!",
"DinoTrackerDisabled": "Dino tracker disabled!",
"TribeDinoTrackerEnabled": "Tribe dino tracker enabled!",
"TribeDinoTrackerDisabled": "Tribe dino tracker disabled!",
"TribeTrackerEnabled": "Tribe tracker enabled!",
"TribeTrackerDisabled": "Tribe tracker disabled!",
"StopTrackingSuccess": "Successfully stopped dino tracking!"
}
}
Discord Server: https://discord.gg/cCCKEFdPN2
Preview Videos [ Sorry for the quality ]:
- TrackTribeMembers Command`:
- TrackWildDinos Command`:
- TrackTribeDinos Command`:
- FindDinos`: