Update
- Error message when $claim is unsuccessful (and using CPM)
- Support for giveplus in give item button on player profile page
- **gimme command**
https://i.imgur.com/08uE4U6.gif
A well known command, now also in CSMM! $gimme gives players a random item, spawns a random entity or executes an arbitrary command.
Admins can add entries to gimme via the menu. When the command is executed, a random entry is chosen and applied to the player.
In the case of item, it will be added to the players inventory (cpm giveplus) or dropped on the ground.
In the case of entity, the specified entity will be spawned somewhere close to the player. To configure this, you have to give the entity **number**. You can see the possible entities by executing `spawnentity` in telnet
In the case of command, that's up to you! The commands in gimme use the same system as custom commands/cron jobs. Available vars: ${steamId} and ${entityId}.
The friendlyName field is the message that will be shown to the player when that entry is triggered. You can add multiple items/entities/commands to an entry by separating them with ";".
Gimme supports a cooldown and a price. You can set the price via settings -> economy -> set prices.