/rob

Robbery Ephemeral 30m cooldown

Try to steal coins from another player's wallet. Success steals 10-30% of their wallet, but failure costs you 100 coins. Padlocks can block robbery attempts.

Usage

/rob target:@player

Options

target Required @user

The player to attempt to rob

Examples

Input
/rob target:@Nixon
Output
🏈 Interception! You picked off 🪙 450 from Nixon's wallet!
Input
/rob target:@Nixon
Output
🚫 Nixon's padlock stopped you! The padlock was consumed.

Blocked by padlock

Input
/rob target:@Nixon
Output
💀 Fumble! You were caught and fined 🪙 100

Failed robbery

Tips

  • 40% success rate
  • Steal 10-30% of target's wallet on success
  • Failure costs you 100 coins
  • Target must have at least 100 coins in wallet
  • Victims have 60-minute protection after being robbed
  • Buy padlocks from /shop for protection

Configuration Values

{
  "successRate": 0.4,
  "minStealPercent": 0.1,
  "maxStealPercent": 0.3,
  "failFine": 100,
  "cooldownMinutes": 30,
  "victimCooldownMinutes": 60,
  "minTargetWallet": 100
}

Related Commands