DISCORD EXCLUSIVE
▌Xtools — Overview
[ Cryo Sickness ]
• Enable/disable cryo sickness
• Configurable duration
• Useful for PvP, seasonal, or QoL servers
[ Tek Bow Control ]
• Block Tek Bow structure damage
• Optional tranq block on players
• Optional tranq block on tamed dinos
[ Floating Damage ]
• Toggle floating damage numbers
• Configurable chat command
• Saved per-player while online
[ Gender Swap ]
• Change the gender of the tribe dino you are looking at
• Tribe-owned dinos only
• Requires valid target and close range
• Updates instantly
[ Suicide ]
• Configurable suicide command
• Optional handcuff restriction
• Optional KO restriction
[ Mindwipe ]
• Command-based mindwipe
• Resets engrams and spent stat points
• Configurable cooldown
[ Cryo Commands ]
•
•
• Configurable range, limits, and cryo sickness handling
• Blocks invalid targets (ridden, upload-blocked, platform dinos with structures, etc.)
[ Placement Restrictions ]
• Block structures by blueprint path
• Separate rules for ground, structures, platform saddles, or all placement
[ Stat Caps ]
• Player stat level caps
• Global dino stat caps
• Custom dino rules by blueprint, name, or class text
• Supports unlimited, zero, or fixed cap values
---
▌Commands
---
▌Requirements
• ARK ASE Server API
• ARK: Survival Evolved Dedicated Server
▌Xtools — Overview
[ Cryo Sickness ]
• Enable/disable cryo sickness
• Configurable duration
• Useful for PvP, seasonal, or QoL servers
[ Tek Bow Control ]
• Block Tek Bow structure damage
• Optional tranq block on players
• Optional tranq block on tamed dinos
[ Floating Damage ]
• Toggle floating damage numbers
• Configurable chat command
• Saved per-player while online
[ Gender Swap ]
• Change the gender of the tribe dino you are looking at
• Tribe-owned dinos only
• Requires valid target and close range
• Updates instantly
[ Suicide ]
• Configurable suicide command
• Optional handcuff restriction
• Optional KO restriction
[ Mindwipe ]
• Command-based mindwipe
• Resets engrams and spent stat points
• Configurable cooldown
[ Cryo Commands ]
•
/cryo cryopods the target tribe dino•
/cryoall cryopods nearby tribe dinos• Configurable range, limits, and cryo sickness handling
• Blocks invalid targets (ridden, upload-blocked, platform dinos with structures, etc.)
[ Placement Restrictions ]
• Block structures by blueprint path
• Separate rules for ground, structures, platform saddles, or all placement
[ Stat Caps ]
• Player stat level caps
• Global dino stat caps
• Custom dino rules by blueprint, name, or class text
• Supports unlimited, zero, or fixed cap values
---
▌Commands
/floating — Toggle floating damage/gender — Swap target dino gender/suicide — Kill your character/mindwipe — Reset stats and engrams/cryo — Cryopod target tribe dino/cryoall — Cryopod nearby tribe dinosxtools.reload — Reload config---
▌Requirements
• ARK ASE Server API
• ARK: Survival Evolved Dedicated Server
{
"CryoSickness": {
"Enabled": true, // true = cryo sickness works normally. false = blocks cryo sickness entirely.
"DurationSeconds": 300.0 // Duration in seconds when Enabled is true. ARK default is 300.
},
"TekBow": {
"BlockStructures": true, // Tek Bow projectiles deal 0 structure damage.
"BlockTranqPlayers": false, // Tek Bow tranq shots cannot apply torpor to players.
"BlockTranqTamed": false // Tek Bow tranq shots cannot apply torpor to tamed dinos.
},
"FloatingDamage": {
"Enabled": true, // Enables the per-player floating damage toggle.
"Command": "/floating" // Usage: /floating, /floating on, /floating off.
},
"GenderSwap": {
"Enabled": true, // Enables gender swap for same-tribe tamed dinos that support ARK gender.
"Command": "/gender" // Command used while looking directly at a nearby tribe dino. Distance is hardcoded to 600 Unreal units.
},
"Suicide": {
"Enabled": true, // Enables the suicide command.
"Command": "/suicide", // Kills the player's own character through ARK's normal suicide path.
"AllowWhenHandcuffed": false, // false prevents escaping handcuffs by suicide.
"AllowWhenKnockedOut": false // false prevents unconscious players from using suicide.
},
"Mindwipe": {
"Enabled": false, // Enables command-based mindwipe. Disabled by default.
"Command": "/mindwipe", // Resets engrams and spent stat points like Mindwipe Tonic.
"CooldownSeconds": 3600 // Per-player cooldown. 0 disables cooldown.
},
"CryoCommands": {
"Enabled": false, // Enables manual cryopod commands.
"CryoCommand": "/cryo", // Cryopods the same-tribe tamed dino you are looking at.
"CryoAllCommand": "/cryoall", // Cryopods same-tribe tamed dinos around you.
// /cryo range is hardcoded to 600 Unreal units.
"CryoAllRange": 1500.0, // Radius for /cryoall.
"CryoAllMax": 10, // Max dinos cryopodded per /cryoall use.
"AllowCryoSick": false // false blocks dinos with cryo sickness.
},
"PlacementRestrictions": {
"Enabled": false, // Enables structure placement restriction rules.
"Rules": [
{
"structure": "Blueprint'/Game/PrimalEarth/Structures/Turret/AutoTurret/AutoTurret.AutoTurret'", // Exact structure blueprint path.
"block_placing_all": false, // true blocks this structure everywhere.
"block_placing_ground": true, // true blocks placing this structure directly on terrain/ground.
"block_placing_on_structure": false, // true blocks placing this structure on top of another structure.
"block_placing_on_platform_saddle": false // true blocks placing this structure on dino platform saddles.
},
{
"structure": "Blueprint'/Game/PrimalEarth/Structures/Turret/LargeTurret/LargeTurret.LargeTurret'",
"block_placing_all": false,
"block_placing_ground": false,
"block_placing_on_structure": true,
"block_placing_on_platform_saddle": false
}
]
},
"StatCaps": {
"Enabled": false, // Enables player and dino stat level caps. Caps block new level-ups; they do not remove already-spent points.
"PlayerStats": { // Applies to all players.
"hp": 5, // Maximum player points in Health. 0 = cannot level this stat. -1 = no limit.
"stam": 5, // Stamina.
"oxygen": -1, // Oxygen.
"food": -1, // Food.
"water": -1, // Water.
"weight": 10, // Weight.
"melee": 5, // Melee damage.
"fortitude": 5, // Fortitude.
"crafting": -1 // Crafting skill.
},
"DinoStats": {
"Global": { // Applies to every tamed dino unless a specific rule below overrides that stat.
"hp": -1,
"stam": -1,
"oxygen": -1,
"food": -1,
"weight": -1,
"melee": -1,
"speed": -1,
"crafting": -1 // Used by dinos that support crafting-style stats, such as Gachas.
},
"Specific": [
{
"Match": "giganotosaurus", // Partial name/class match. Blocks HP, stam, and speed on all Giga class matches.
"Caps": {
"hp": 0,
"stam": 0,
"melee": -1,
"speed": 0
}
},
{
"Match": "tek stego", // Specific partial name. This targets Tek Stego wording and will not match normal Stego by only "stego".
"Caps": {
"hp": 10,
"weight": 20,
"melee": 5
}
},
{
"Match": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'", // Exact blueprint path example.
"Caps": {
"hp": 15,
"stam": 10,
"melee": 8
}
}
]
}
},
"Messages": {
"ReloadSuccess": "Xtools config reloaded.",
"PlacementBlocked": "You cannot place that structure here.",
"CryoSuccess": "Dino cryopodded.",
"CryoNoTarget": "Look directly at one of your tribe dinos.",
"CryoNotOwned": "You can only cryopod your own tribe dinos.",
"CryoSick": "That dino has cryo sickness.",
"CryoBlocked": "That dino cannot be cryopodded.",
"CryoInventoryFailed": "Could not place the cryopod in your inventory.",
"CryoAllResult": "Cryopodded {count} dinos."
}
}
"CryoSickness": {
"Enabled": true, // true = cryo sickness works normally. false = blocks cryo sickness entirely.
"DurationSeconds": 300.0 // Duration in seconds when Enabled is true. ARK default is 300.
},
"TekBow": {
"BlockStructures": true, // Tek Bow projectiles deal 0 structure damage.
"BlockTranqPlayers": false, // Tek Bow tranq shots cannot apply torpor to players.
"BlockTranqTamed": false // Tek Bow tranq shots cannot apply torpor to tamed dinos.
},
"FloatingDamage": {
"Enabled": true, // Enables the per-player floating damage toggle.
"Command": "/floating" // Usage: /floating, /floating on, /floating off.
},
"GenderSwap": {
"Enabled": true, // Enables gender swap for same-tribe tamed dinos that support ARK gender.
"Command": "/gender" // Command used while looking directly at a nearby tribe dino. Distance is hardcoded to 600 Unreal units.
},
"Suicide": {
"Enabled": true, // Enables the suicide command.
"Command": "/suicide", // Kills the player's own character through ARK's normal suicide path.
"AllowWhenHandcuffed": false, // false prevents escaping handcuffs by suicide.
"AllowWhenKnockedOut": false // false prevents unconscious players from using suicide.
},
"Mindwipe": {
"Enabled": false, // Enables command-based mindwipe. Disabled by default.
"Command": "/mindwipe", // Resets engrams and spent stat points like Mindwipe Tonic.
"CooldownSeconds": 3600 // Per-player cooldown. 0 disables cooldown.
},
"CryoCommands": {
"Enabled": false, // Enables manual cryopod commands.
"CryoCommand": "/cryo", // Cryopods the same-tribe tamed dino you are looking at.
"CryoAllCommand": "/cryoall", // Cryopods same-tribe tamed dinos around you.
// /cryo range is hardcoded to 600 Unreal units.
"CryoAllRange": 1500.0, // Radius for /cryoall.
"CryoAllMax": 10, // Max dinos cryopodded per /cryoall use.
"AllowCryoSick": false // false blocks dinos with cryo sickness.
},
"PlacementRestrictions": {
"Enabled": false, // Enables structure placement restriction rules.
"Rules": [
{
"structure": "Blueprint'/Game/PrimalEarth/Structures/Turret/AutoTurret/AutoTurret.AutoTurret'", // Exact structure blueprint path.
"block_placing_all": false, // true blocks this structure everywhere.
"block_placing_ground": true, // true blocks placing this structure directly on terrain/ground.
"block_placing_on_structure": false, // true blocks placing this structure on top of another structure.
"block_placing_on_platform_saddle": false // true blocks placing this structure on dino platform saddles.
},
{
"structure": "Blueprint'/Game/PrimalEarth/Structures/Turret/LargeTurret/LargeTurret.LargeTurret'",
"block_placing_all": false,
"block_placing_ground": false,
"block_placing_on_structure": true,
"block_placing_on_platform_saddle": false
}
]
},
"StatCaps": {
"Enabled": false, // Enables player and dino stat level caps. Caps block new level-ups; they do not remove already-spent points.
"PlayerStats": { // Applies to all players.
"hp": 5, // Maximum player points in Health. 0 = cannot level this stat. -1 = no limit.
"stam": 5, // Stamina.
"oxygen": -1, // Oxygen.
"food": -1, // Food.
"water": -1, // Water.
"weight": 10, // Weight.
"melee": 5, // Melee damage.
"fortitude": 5, // Fortitude.
"crafting": -1 // Crafting skill.
},
"DinoStats": {
"Global": { // Applies to every tamed dino unless a specific rule below overrides that stat.
"hp": -1,
"stam": -1,
"oxygen": -1,
"food": -1,
"weight": -1,
"melee": -1,
"speed": -1,
"crafting": -1 // Used by dinos that support crafting-style stats, such as Gachas.
},
"Specific": [
{
"Match": "giganotosaurus", // Partial name/class match. Blocks HP, stam, and speed on all Giga class matches.
"Caps": {
"hp": 0,
"stam": 0,
"melee": -1,
"speed": 0
}
},
{
"Match": "tek stego", // Specific partial name. This targets Tek Stego wording and will not match normal Stego by only "stego".
"Caps": {
"hp": 10,
"weight": 20,
"melee": 5
}
},
{
"Match": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'", // Exact blueprint path example.
"Caps": {
"hp": 15,
"stam": 10,
"melee": 8
}
}
]
}
},
"Messages": {
"ReloadSuccess": "Xtools config reloaded.",
"PlacementBlocked": "You cannot place that structure here.",
"CryoSuccess": "Dino cryopodded.",
"CryoNoTarget": "Look directly at one of your tribe dinos.",
"CryoNotOwned": "You can only cryopod your own tribe dinos.",
"CryoSick": "That dino has cryo sickness.",
"CryoBlocked": "That dino cannot be cryopodded.",
"CryoInventoryFailed": "Could not place the cryopod in your inventory.",
"CryoAllResult": "Cryopodded {count} dinos."
}
}