Dino Tracker

Dino Tracker 2.0

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Public Service Announcement

    Hey Guest, I’ve got some exciting news to share! 🎉

    Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.

    In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.

    On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.


    👉 Stay in the loop!
    Join our Discord for behind-the-scenes updates, early previews, and community discussions.

    » Click here to join our Discord! «

    ~ MrOwlSky

Foppa updated Dino Tracker with a new update entry:

2,0

  • Completely reworked the whole concept and logic
  • New search engine
  • Search results in notifications + pagination system
  • Auto map coords detection
  • More customization (messages, search results)
  • TokenBank integration
  • ArkShop integration
  • Permissions integration

    Note: This update requires config update!!

    Important: Due to the time spent fixing and improving this plugin, this will be the last free update containing additional functions. Any functions...

Read the rest of this update entry...
 
Hey, Just FYI.... Litreally took the plugin as is in the .zip and getting issues loading


07/07/21 06:35 [DinoTracker][warning] Text Color Should Have 3 Colors
07/07/21 06:35 [API][warning] (API::pluginManager::DetectPluginChanges) Failed to load plugin - DinoTracker
Error code: 1114

config

{
"GlobalSettings": {
"DinosPerPage": 10,
"DisplayTime": 10.0,
"DisplayScale": 0.5,
"TextColor": [ 0.0, 1.0, 0.647 ],
"ShowCoordsCombined": false
},
"TameTracker": {
"Command": "/track",
"RequiresAdmin": false,
"ShowDistance": true,
"ShowExactCoords": true,
"ShowLevel": true,
"Permission": {
"Enabled": false,
"Name": "DinoTracker"
},
"TokenBank": {
"Enabled": false,
"Type": "DinoTracker",
"Cost": 3
},
"ArkShop": {
"Enabled": false,
"Cost": 50
}
},
"AdminTracker": {
"Command": "/trackadmin",
"Permission": {
"Enabled": false,
"Name": "DinoTrackerAdmin"
}
},
"Messages": {
"NoPermission": {
"Message": "You don't have permission to use this command !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NotEnoughTokens": {
"Message": "You don't have enough tokens to use this command !\nMissing {} \"{}\" tokens",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NotEnoughPoints": {
"Message": "You don't have enough points to use this command - Missing {} points !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NotAdmin": {
"Message": "Login as admin to use this command !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"IncorrectSyntax": {
"Message": "Incorrect Syntax: /track <Keyword> !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"IncorrectSyntaxAdmin": {
"Message": "Incorrect Syntax: /trackadmin <Keyword> !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NoDinosFound": {
"Message": "Couldn't find any dinos !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
}
}
}
Looks like all colors have 3 values.
 
Hey, Just FYI.... Litreally took the plugin as is in the .zip and getting issues loading


07/07/21 06:35 [DinoTracker][warning] Text Color Should Have 3 Colors
07/07/21 06:35 [API][warning] (API::pluginManager::DetectPluginChanges) Failed to load plugin - DinoTracker
Error code: 1114

config

{
"GlobalSettings": {
"DinosPerPage": 10,
"DisplayTime": 10.0,
"DisplayScale": 0.5,
"TextColor": [ 0.0, 1.0, 0.647 ],
"ShowCoordsCombined": false
},
"TameTracker": {
"Command": "/track",
"RequiresAdmin": false,
"ShowDistance": true,
"ShowExactCoords": true,
"ShowLevel": true,
"Permission": {
"Enabled": false,
"Name": "DinoTracker"
},
"TokenBank": {
"Enabled": false,
"Type": "DinoTracker",
"Cost": 3
},
"ArkShop": {
"Enabled": false,
"Cost": 50
}
},
"AdminTracker": {
"Command": "/trackadmin",
"Permission": {
"Enabled": false,
"Name": "DinoTrackerAdmin"
}
},
"Messages": {
"NoPermission": {
"Message": "You don't have permission to use this command !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NotEnoughTokens": {
"Message": "You don't have enough tokens to use this command !\nMissing {} \"{}\" tokens",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NotEnoughPoints": {
"Message": "You don't have enough points to use this command - Missing {} points !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NotAdmin": {
"Message": "Login as admin to use this command !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"IncorrectSyntax": {
"Message": "Incorrect Syntax: /track <Keyword> !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"IncorrectSyntaxAdmin": {
"Message": "Incorrect Syntax: /trackadmin <Keyword> !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
},
"NoDinosFound": {
"Message": "Couldn't find any dinos !",
"Colors": [ 255, 0, 0 ],
"DisplayTime": 10,
"DisplayScale": 0.5
}
}
}
Looks like all colors have 3 values.
Most likely you copied the whole folder to your installation and the arkapi reloaded it faster than you managed to have the new config file updated. Here in discord you solved it!
 
With default config the coords are all saying-0.1 -0.1 is this a bug or ?
 
With default config the coords are all saying-0.1 -0.1 is this a bug or ?
Please open a ticket in my discord so I can help you with that!
 
Hello,

Anyone knows the value to put in the conf file for the cmd works on all map, all max distance possible ? (I think Gen2 is the most bigger map, so imagine I want /track from the corner in 0/0 for a dino in 90/90 for exemple).

Or, any idea about the value is define ?

thank in advance !
 
Hello, can I put more than one role here?

"Permission": {
"Enabled": true,
"Name": "Dino"
},

Thx
 
Hello, can I put more than one role here?

"Permission": {
"Enabled": true,
"Name": "Dino"
},

Thx
No need. As you do that in the permission system instead.
 
Добрый день. Скачал приложение, установил, Дино показывает но без координатных данных, их вообще нет. Нужно что то править?
 
Back
Top