Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

Add system for setting items player spawns with.

Open PalpatineSWU opened this issue 3 years ago • 0 comments

Add a simple way to add items to players inventory on spawn, features might include. +add tools, weapons, ammo, items, to player inventory on spawn +add command to set mutltiple loadouts for player to spawn with, worker with tools, soldier with weapons or even as exact as sniper. Command might be !kit sniper +add ability to automatically include ammo that shoots from gun upon adding gun to player inventory +add ability to randomly select weapon to give player (with ammo) <SpawnWithTools>true</SpawnWithTools> <SpawnWithRandomWeapon>true</SpawnWithRandomWeapon> <SpawnWithRandomWeaponAmmoAmount>10</SpawnWithRandomWeaponAmmoAmount> <Usekits>true</Usekits> <Kits> <Kit> <Kitname>sniper</Kitname> <String>RapidFireAutomaticRifleItem</String> <StringMultiplier>1</StringMultiplier> <String>Steel Plate</String> <StringMultiplier>100</StringMultiplier>
<AmmoAmount>4</AmmoAmount> <Creditcost>0</Creditcost> <Allowonrespawn>0</Allowonrespawn> </Kits>

PalpatineSWU avatar Apr 08 '22 04:04 PalpatineSWU