This plugin allows the player to:
- 100% imprint the dino
- make an adult dino instantly
- change the gender of the dino
- paint the dino, the colors will pass on to the offspring
For each command is possible to use uImprint tokens or ArkShop points.
Players commands:
/tokens - list how many tokens the players has
/imprint- 100% imprint the baby dino the player is looking at
/grow – it will make your dino adult in a instant
/change - it will change the gender of the dino, if it is male, it will turn to female, if it is female it will turn to male
/rename {new player name} - changes the character name to {new player name}
/claim - claim all baby dinos in area with option to autorename to base stats
**/color** {region number} {color number} it will paint your dino
ex: /color {region number} {color number}
List of colors: https://ark.fandom.com/wiki/Color_IDs#List_of_Color_IDs
Comands console and RCON:
uImprint.AddToken {steamid} {token type} {quantity}
uImprint.DellToken {steamid} {token type} {quantity}
uImprint.GetPlayerToken {steamid}
uImprint.Reload reload the config
-> Each command has a "token type", set the same "token type" to make the command use the same token.
- 100% imprint the dino
- make an adult dino instantly
- change the gender of the dino
- paint the dino, the colors will pass on to the offspring
For each command is possible to use uImprint tokens or ArkShop points.
Players commands:
/tokens - list how many tokens the players has
/imprint- 100% imprint the baby dino the player is looking at
/grow – it will make your dino adult in a instant
/change - it will change the gender of the dino, if it is male, it will turn to female, if it is female it will turn to male
/rename {new player name} - changes the character name to {new player name}
/claim - claim all baby dinos in area with option to autorename to base stats
**/color** {region number} {color number} it will paint your dino
ex: /color {region number} {color number}
List of colors: https://ark.fandom.com/wiki/Color_IDs#List_of_Color_IDs
Comands console and RCON:
uImprint.AddToken {steamid} {token type} {quantity}
uImprint.DellToken {steamid} {token type} {quantity}
uImprint.GetPlayerToken {steamid}
uImprint.Reload reload the config
-> Each command has a "token type", set the same "token type" to make the command use the same token.
{
"key" : "", // talk to @LicenseBot to find out what is your user key
"Database": {
"UseMysql": false,
"MysqlHost": "",
"MysqlUser": "",
"MysqlPass": "",
"MysqlDB": "",
"DbPath": ""
},
"imprintOnBabyClaim" : true, // 100% imprint on baby claim. ONLY WORKS ON BABYS
"renameOnBabyClaim" : true, // raname dino to base stats on claim. ONLY WORKS ON BABYS
"mutationRate": 1, // mutation rate, range from 0 to 1. 1 = 100%. Set it to -1 to disable
"mutationLevels" : 1, // how levels each mutation give. Set it to -1 to disable
"twinsChance": 1, // twins chance, range from 0 to 1. 1 = 100%. Set it to -1 to disable
"tripletsChance": 1, // triplets chance, range from 0 to 1. 1 = 100%. Set it to -1 to disable
"commands": {
"token": {
"command": "/tokens" // chat command to display user tokens
},
"imprint": {
"enabled" : true,
"tokenType" : "imprint", // what type of token to use for this command
"command": "/imprint", // chat command to imprint the dino
"requiredPermission" : "", // required permission to use this command
"tokenPrice" : 0, // how much tokens to use to imprint the dino, set it to ZERO to disable
"arkShopPrice" : 1000, // how much Ark Shop points to use to imprint the dino, set it to ZERO to disable
"allowAdultImprinting" : false // set it tu true to allow imprint of adult dinos
},
"grow": {
"enabled" : true,
"command": "/grow", // command to grow a dino
"tokenType" : "grow", // what type of token to use for this command
"requiredPermission" : "",
"tokenPrice" : 0,
"arkShopPrice" : 10,
"imprintingAndGrow": false, // set it to true to also imprint the dino
"fillHealth" : false // set it to true to also fill health and food
},
"paint": {
"enabled" : true,
"command": "/color", // command to paint a dino
"tokenType" : "color",
"requiredPermission" : "",
"tokenPrice" : 1,
"arkShopPrice" : 0
},
"change": {
"enabled" : true,
"command": "/change", // command to change the gender of a dino
"tokenType" : "change",
"requiredPermission" : "",
"tokenPrice" : 0,
"arkShopPrice" : 500
},
"claim": { // command to claim all baby dinos
"enabled": true,
"command": "/claim",
"area": "/claim",
"requiredPermission": "",
"radius" : 9000 // radius, 300 = 1 foundation
},
},
"messages": {
"sender": "[JBR]",
"tokenAdded": "{} {} tokens added",
"tokenList": "Tokens:\n-------\n{}\n-------",
"tokenNotFound": "No tokens found",
"disabled": "<RichColor Color=\"1, 0, 0, 1\">Command disabled</>",
"noPermission": "<RichColor Color=\"1, 0, 0, 1\">You don't have the required permission</>",
"invalid": "<RichColor Color=\"1, 0, 0, 1\">That is not a dino</>",
"notInTribe": "<RichColor Color=\"1, 0, 0, 1\">That is not your dino!</>",
"isDead": "<RichColor Color=\"1, 0, 0, 1\">Poor thing. Gone before his time!</>",
"alreadyImprinted": "Dino was already imprinted",
"notABaby": "<RichColor Color=\"1, 0, 0, 1\">That is not a baby dino</>",
"notEnoughToken": "<RichColor Color=\"1, 0, 0, 1\">Not enough tokens</>",
"notEnoughArkShop": "<RichColor Color=\"1, 0, 0, 1\">Not enough tokens</>",
"sucess": "<RichColor Color=\"0, 1, 0, 1\">Dino is now 100% imprinted</>",
"spentToken": "<RichColor Color=\"0, 1, 0, 1\">Spent {} tokens</>",
"spentArkShopPoint": "<RichColor Color=\"0, 1, 0, 1\">Spent {} points</>",
"growSucess": "<RichColor Color=\"0, 1, 0, 1\">Your dino is now ready to brave the world.</>",
"invalidCollorCommand": "<RichColor Color=\"1, 0, 0, 1\">Invallid Command, use {} color region</>",
"paintSuccess": "<RichColor Color=\"0, 1, 0, 1\">your creature is ready for the parade.</>",
"changeSuccess": "<RichColor Color=\"0, 1, 0, 1\">Yep, is changed</>",
"done" : "done"
}
}
"key" : "", // talk to @LicenseBot to find out what is your user key
"Database": {
"UseMysql": false,
"MysqlHost": "",
"MysqlUser": "",
"MysqlPass": "",
"MysqlDB": "",
"DbPath": ""
},
"imprintOnBabyClaim" : true, // 100% imprint on baby claim. ONLY WORKS ON BABYS
"renameOnBabyClaim" : true, // raname dino to base stats on claim. ONLY WORKS ON BABYS
"mutationRate": 1, // mutation rate, range from 0 to 1. 1 = 100%. Set it to -1 to disable
"mutationLevels" : 1, // how levels each mutation give. Set it to -1 to disable
"twinsChance": 1, // twins chance, range from 0 to 1. 1 = 100%. Set it to -1 to disable
"tripletsChance": 1, // triplets chance, range from 0 to 1. 1 = 100%. Set it to -1 to disable
"commands": {
"token": {
"command": "/tokens" // chat command to display user tokens
},
"imprint": {
"enabled" : true,
"tokenType" : "imprint", // what type of token to use for this command
"command": "/imprint", // chat command to imprint the dino
"requiredPermission" : "", // required permission to use this command
"tokenPrice" : 0, // how much tokens to use to imprint the dino, set it to ZERO to disable
"arkShopPrice" : 1000, // how much Ark Shop points to use to imprint the dino, set it to ZERO to disable
"allowAdultImprinting" : false // set it tu true to allow imprint of adult dinos
},
"grow": {
"enabled" : true,
"command": "/grow", // command to grow a dino
"tokenType" : "grow", // what type of token to use for this command
"requiredPermission" : "",
"tokenPrice" : 0,
"arkShopPrice" : 10,
"imprintingAndGrow": false, // set it to true to also imprint the dino
"fillHealth" : false // set it to true to also fill health and food
},
"paint": {
"enabled" : true,
"command": "/color", // command to paint a dino
"tokenType" : "color",
"requiredPermission" : "",
"tokenPrice" : 1,
"arkShopPrice" : 0
},
"change": {
"enabled" : true,
"command": "/change", // command to change the gender of a dino
"tokenType" : "change",
"requiredPermission" : "",
"tokenPrice" : 0,
"arkShopPrice" : 500
},
"claim": { // command to claim all baby dinos
"enabled": true,
"command": "/claim",
"area": "/claim",
"requiredPermission": "",
"radius" : 9000 // radius, 300 = 1 foundation
},
},
"messages": {
"sender": "[JBR]",
"tokenAdded": "{} {} tokens added",
"tokenList": "Tokens:\n-------\n{}\n-------",
"tokenNotFound": "No tokens found",
"disabled": "<RichColor Color=\"1, 0, 0, 1\">Command disabled</>",
"noPermission": "<RichColor Color=\"1, 0, 0, 1\">You don't have the required permission</>",
"invalid": "<RichColor Color=\"1, 0, 0, 1\">That is not a dino</>",
"notInTribe": "<RichColor Color=\"1, 0, 0, 1\">That is not your dino!</>",
"isDead": "<RichColor Color=\"1, 0, 0, 1\">Poor thing. Gone before his time!</>",
"alreadyImprinted": "Dino was already imprinted",
"notABaby": "<RichColor Color=\"1, 0, 0, 1\">That is not a baby dino</>",
"notEnoughToken": "<RichColor Color=\"1, 0, 0, 1\">Not enough tokens</>",
"notEnoughArkShop": "<RichColor Color=\"1, 0, 0, 1\">Not enough tokens</>",
"sucess": "<RichColor Color=\"0, 1, 0, 1\">Dino is now 100% imprinted</>",
"spentToken": "<RichColor Color=\"0, 1, 0, 1\">Spent {} tokens</>",
"spentArkShopPoint": "<RichColor Color=\"0, 1, 0, 1\">Spent {} points</>",
"growSucess": "<RichColor Color=\"0, 1, 0, 1\">Your dino is now ready to brave the world.</>",
"invalidCollorCommand": "<RichColor Color=\"1, 0, 0, 1\">Invallid Command, use {} color region</>",
"paintSuccess": "<RichColor Color=\"0, 1, 0, 1\">your creature is ready for the parade.</>",
"changeSuccess": "<RichColor Color=\"0, 1, 0, 1\">Yep, is changed</>",
"done" : "done"
}
}