DinoColourCommand Pro

Paid DinoColourCommand Pro 1.1

No permission to buy ($40.00)
This resource is paid, and requires to be purchased
https://discord.gg/ffheUAFHUr
Dino Colour Command
Automatically color a dinosaur by a command like a command in admin manager but you can do it by chat command and also by editing config.json you can allow players to use the command and configure permissions.

1714659588101.png


Commands:
Code:
/sdc <Region> <Colour>
/cdc <DinoName> <Region> <Colour>

Console - RCON commands:
Reload config - Recheck license
Code:
DinoColourCommand.Reload

Region List:
  • Body = 0
  • Face = 1
  • Side = 2
  • Legs = 3
  • Top = 4
  • Under = 5

Colors: Click Here For Colours.

Example:
This will set a dinosaur region 1 to red.
Code:
/sdc 1 1
Config.json:

JSON:
{
  "DinoColourCommand": {
    "LicenseID": 0,
    "RequireAdmin": false,
    "NeuterAfterUse": true,
    "CdcCommand": "/cdc",
    "SdcCommand": "/sdc",
    "RequireLvl": {
      "Enable": false,
      "MinLvl": 150
    },
    "Permission": {
      "Enable": true,
      "Name": "DinoColorCommand"
    },
    "ArkShop": {
      "Enable": false,
      "Cost": 5,
      "PermissionForFree": "DinoColorFree"
    },
    "TokenBank": {
      "Enable": false,
      "Cost": 5,
      "Type": "DinoColorCommand",
      "PermissionForFree": "DinoColorFree"
    }
  },
  "Messages": {
    "NoPermission": {
      "Message": "You don't have permissions to use this command",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "NoPoints": {
      "Message": "You don't have enough Points to use this command",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "NoTokens": {
      "Message": "You don't have enough Tokens to use this command",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "SyntaxCdc": {
      "Message": "Incorrect Syntax: /cdc",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "SyntaxSdc": {
      "Message": "Incorrect Syntax: /sdc",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "ColourError": {
      "Message": "Dino Colour must be 1 - 100 | 128 - 254. You find more colors at by going to https://ark.wiki.gg/wiki/Color_IDs",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "RegionError": {
      "Message": "Dino Region must be 0-5 or Body, Face, Side, Legs, Top or Under.",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "TribeError": {
      "Message": "That is not your dinosaur!",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "NoTarget": {
      "Message": "Please face the middle of your screen towards the dino you want to color!",
      "Color": [ 255, 0, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "DinoNotFound": {
      "Message": "You do not have any dino with the indicated name.",
      "Color": [ 0, 255, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "NameRepeat": {
      "Message": "You have more than one dino with the same name. Adjust the name of your dinos so they don't repeat themselves!",
      "Color": [ 0, 255, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "DinoLevelError": {
      "Message": "The dino does not reach the required level to be able to change its color.",
      "Color": [ 0, 255, 0 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    },
    "Updated": {
      "Message": "{} Color updated!",
      "Color": [ 0, 255, 255 ],
      "DisplayTime": 10,
      "TextSize": 0.5
    }
  }
}

Dependencies:
  • Permissions
  • ArkShop (optional)
  • TokenBank (optional)
Author
Sir Dodo
Views
410
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top