Actions -
Other Games
Configure actions for other supported games
Overview
Nexus Donate supports various other games beyond Garry's Mod, Minecraft, and Rust. This guide covers actions for other popular games and their specific command structures.
Ark: Survival Evolved
Ark: Survival Evolved servers support various commands for giving items, experience, and other benefits.
Give Item Commands
// Give weapons
cheat giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponRifle.PrimalItem_WeaponRifle'" 1 0 0
cheat giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPistol.PrimalItem_WeaponPistol'" 1 0 0
// Give armor
cheat giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Armor/PrimalItem_Armor_ChitinHelmet.PrimalItem_Armor_ChitinHelmet'" 1 0 0
cheat giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Armor/PrimalItem_Armor_ChitinChestpiece.PrimalItem_Armor_ChitinChestpiece'" 1 0 0
// Give resources
cheat giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Stone.PrimalItemResource_Stone'" 1000 0 0
cheat giveitem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Thatch.PrimalItemResource_Thatch'" 1000 0 0
Experience and Level Commands
// Give experience
cheat addexperience 1000 0 1 %player%
// Set player level
cheat setplayerpos 0 0 0 %player%
cheat setplayerlevel %player% 50
// Give engram points
cheat giveengrams %player%
Counter-Strike: Source
Counter-Strike: Source servers use SourceMod commands for various actions.
Weapon and Item Commands
// Give weapons
sm_give %player% weapon_ak47
sm_give %player% weapon_m4a1
sm_give %player% weapon_awp
sm_give %player% weapon_deagle
// Give ammo
sm_give %player% ammo_rifle
sm_give %player% ammo_pistol
// Give armor
sm_give %player% item_kevlar
sm_give %player% item_assaultsuit
// Give grenades
sm_give %player% weapon_hegrenade
sm_give %player% weapon_flashbang
sm_give %player% weapon_smokegrenade
Team Fortress 2
Team Fortress 2 servers support various item and currency commands.
Item and Currency Commands
// Give weapons
sm_give %player% tf_weapon_scattergun
sm_give %player% tf_weapon_rocketlauncher
sm_give %player% tf_weapon_flamethrower
// Give hats
sm_give %player% tf_wearable
sm_give %player% tf_hat
// Give currency
sm_give %player% tf_currency_pack
sm_give %player% tf_currency_pack_small
// Give keys
sm_give %player% tf_key
Left 4 Dead 2
Left 4 Dead 2 servers support various weapon and item commands.
Weapon Commands
// Give primary weapons
sm_give %player% weapon_rifle
sm_give %player% weapon_shotgun
sm_give %player% weapon_smg
sm_give %player% weapon_sniper
// Give secondary weapons
sm_give %player% weapon_pistol
sm_give %player% weapon_dual_pistols
// Give throwables
sm_give %player% weapon_molotov
sm_give %player% weapon_pipe_bomb
sm_give %player% weapon_vomitjar
// Give medical items
sm_give %player% weapon_first_aid_kit
sm_give %player% weapon_pain_pills
sm_give %player% weapon_adrenaline
CS:GO (Counter-Strike: Global Offensive)
CS:GO servers support various weapon and skin commands.
Weapon and Skin Commands
// Give weapons
sm_give %player% weapon_ak47
sm_give %player% weapon_m4a1
sm_give %player% weapon_awp
sm_give %player% weapon_deagle
// Give skins
sm_give %player% weapon_ak47_redline
sm_give %player% weapon_m4a1_hyperbeast
sm_give %player% weapon_awp_dragonlore
// Give cases
sm_give %player% weapon_case
sm_give %player% weapon_case_key
Command Variables
Available variables for other game commands:
- %player% - Player's Steam ID or name
- %player_name% - Player's display name
- %package_name% - Name of the purchased package
- %package_price% - Price paid for the package
- %transaction_id% - Unique transaction identifier
Plugin Requirements
Different games require specific plugins for commands to work:
Source Engine Games
- SourceMod: Required for most Source engine games
- Metamod: Required for SourceMod to function
- Game-specific plugins: May require additional plugins
Other Games
- Ark: Requires admin privileges and command access
- Minecraft: Requires Bukkit/Spigot plugins
- Custom Games: May require custom plugins
Best Practices
- Test Commands: Always test commands on a test server first
- Plugin Compatibility: Ensure required plugins are installed
- Command Syntax: Use correct command syntax for each game
- Player Permissions: Verify players have necessary permissions
- Server Configuration: Check server configuration for command restrictions
Troubleshooting
Common issues and solutions:
Commands Not Working
Issue: Commands fail to execute
Solution: Check if required plugins are installed and enabled
Player Not Found
Issue: Player not found when executing commands
Solution: Ensure the player is online and the identifier is correct
Permission Denied
Issue: Permission denied errors
Solution: Check server console permissions and admin rights