▌Xautobuff — Overview
Price: 30€
[ Auto Ability ]
•
• The dino performs the ability itself on a timer
• Toggle again on the same dino to turn it off
[ Supported Creatures ]
• Yutyrannus — auto Courage roar (~10s)
• Shadowmane — auto mate-boost (~31s); only males with a female nearby generate it (game-enforced)
• Daeodon — heal aura kept active automatically, works unmounted
• Works on standard variants too (X / Tek / R, etc.)
[ Mass Arm / Disarm ]
•
•
• Configurable range for
[ Auto Cleanup ]
• Automatically disarms a dino on cryopod, death, or unclaim
• No leftover state, no manual cleanup needed
[ Configuration ]
• Enable or disable each creature type individually (Yuty / Shadowmane / Daeodon)
• Custom command names and
• Master on/off switch
---
▌Commands
---
▌Requirements
• ARK ASE Server API
Price: 30€
[ Auto Ability ]
•
/xbuff toggles a creature's ability on the tribe dino you're looking at• The dino performs the ability itself on a timer
• Toggle again on the same dino to turn it off
[ Supported Creatures ]
• Yutyrannus — auto Courage roar (~10s)
• Shadowmane — auto mate-boost (~31s); only males with a female nearby generate it (game-enforced)
• Daeodon — heal aura kept active automatically, works unmounted
• Works on standard variants too (X / Tek / R, etc.)
[ Mass Arm / Disarm ]
•
/xbuffall arms every supported tribe dino within range of you•
/xbuffalloff disarms all of your tribe's armed dinos (also switches Daeodon auras off)• Configurable range for
/xbuffall[ Auto Cleanup ]
• Automatically disarms a dino on cryopod, death, or unclaim
• No leftover state, no manual cleanup needed
[ Configuration ]
• Enable or disable each creature type individually (Yuty / Shadowmane / Daeodon)
• Custom command names and
/xbuffall range• Master on/off switch
---
▌Commands
/xbuff — Toggle the auto-ability on the dino you're looking at/xbuffall — Arm all supported tribe dinos in range/xbuffalloff — Disarm all your tribe's armed dinosxautobuff.reload — Reload configuration---
▌Requirements
• ARK ASE Server API
{
"License": { // Commercial license assigned to this server machine.
"LicenseKey": "" // Paste the license key returned by the licensing bot.
},
"AutoBuffs": { // Look at your own tribe's tamed creature and type the command to toggle its auto ability.
"Enabled": true, // Master on/off for the whole plugin.
"Command": "/autobuff", // Toggles auto-ability on the single dino you are looking at.
"CommandAll": "/autobuffall", // Arms auto-ability on ALL supported tribe dinos within AllRange of you.
"CommandAllOff": "/autobuffalloff", // Disables auto-ability on ALL of your tribe's currently-armed dinos (turns the Daeodon aura off too).
"AllRange": 10000.0, // Radius (units) used by /autobuffall. Clamped to 100-100000.
"Yutyrannus": true, // Auto courage roar on Yutyrannus (fires every 10s while armed).
"Shadowmane": true, // Auto mate-boost on Shadowmane (fires every 31s while armed; only males with a female nearby produce it - the game enforces this).
"Daeodon": true // Auto heal aura on Daeodon: arm it once and the heal aura is kept active automatically.
}
}
"License": { // Commercial license assigned to this server machine.
"LicenseKey": "" // Paste the license key returned by the licensing bot.
},
"AutoBuffs": { // Look at your own tribe's tamed creature and type the command to toggle its auto ability.
"Enabled": true, // Master on/off for the whole plugin.
"Command": "/autobuff", // Toggles auto-ability on the single dino you are looking at.
"CommandAll": "/autobuffall", // Arms auto-ability on ALL supported tribe dinos within AllRange of you.
"CommandAllOff": "/autobuffalloff", // Disables auto-ability on ALL of your tribe's currently-armed dinos (turns the Daeodon aura off too).
"AllRange": 10000.0, // Radius (units) used by /autobuffall. Clamped to 100-100000.
"Yutyrannus": true, // Auto courage roar on Yutyrannus (fires every 10s while armed).
"Shadowmane": true, // Auto mate-boost on Shadowmane (fires every 31s while armed; only males with a female nearby produce it - the game enforces this).
"Daeodon": true // Auto heal aura on Daeodon: arm it once and the heal aura is kept active automatically.
}
}