This addon requires Corebot v4.5. You are unable to get support if you do not have a valid Corebot license.
If you have not purchased Corebot, do not purchase this addon.
If you have not purchased Corebot, do not purchase this addon.
YAML:
#############################
# #
# ROBBERY v1.0 #
# Corebot v4.5.x #
# #
#############################
Commands:
Rob:
Name: rob
Permission: Member
Description: Rob a user
Usage: rob <@User>
Aliases: []
SlashCommand:
Enabled: true
Descriptions:
User: The user to rob
Names:
User: user
Immunity:
Name: immunity
Permission: Member
Description: Purchase immunity/police protection
Usage: immunity [buy] [days]
Aliases:
- policeprotection
SlashCommand:
Enabled: true
Descriptions:
Info: View info about immunity
Buy:
Buy: Purchase immunity
Days: The number of days of immunity to purchase
Names:
Info: info
Buy:
Buy: buy
Days: days
#############################
# #
# LANGUAGE #
# #
#############################
Language:
Errors:
InvalidUser: ":x: Please specify a valid user"
CannotRobYourself: ":x: You cannot rob yourself!"
NotEnoughCoinsToRob: ":x: You need 500 coins to rob someone!"
UserDoesntHaveEnoughCoins: ":x: That user does not have enough coins for you to rob them!"
NotEnoughCoins: ":x: You don't have enough coins!"
Messages:
UserIsImmune:
Title: ❌ User Immune
Description: "**That user is in police protection!** You can rob them
{immunity-ends}."
Color: "#d90f0f"
RobberCooldown:
Title: 🚔 You're on cooldown
Description: "**You're still running away from your last theft!** You can rob
someone again {cooldown-ends}."
Color: "#d90f0f"
SuccessfulRobbery:
Title: 💰 Robbery Successful
Description: |-
You robbed **{coins} coins** from {victim-mention}!
**New Balance:** {robber-coins} coins 💰
Color: "#0cc912"
FailedRobbery:
Title: ❌ Robbery Failed
Description: |-
You failed to rob {victim-mention}. You lost **{coins} coins**.
**New Balance:** {robber-coins} coins 💰
Color: "#d90f0f"
ImmunityInfo:
Immune:
Title: ✅ You're immune
Description: |-
**Your immunity expires {immunity-ends}.**
**●** Immunity prevents users from robbing you.
**●** If you rob someone, your immunity will be removed.
**●** To purchase immunity, run {prefix}immunity buy.
Color: "#0cc912"
NotImmune:
Title: ❌ You're not immune
Description: |-
**●** Immunity prevents users from robbing you.
**●** If you rob someone, your immunity will be removed.
**●** To purchase immunity, run {prefix}immunity buy.
Color: "#d90f0f"
ImmunityPurchased:
Title: 🛍 Immunity Purchased
Description: "**You've successfully purchased {days-added} day(s) of immunity.**
Your immunity now expires {immunity-ends}."
Color: "#0cc912"
#############################
# #
# OTHER #
# #
#############################
Other:
# Chance that a robbery will be successful (out of 100)
RobChance: 50
CoinPercentage:
Min: 4
Max: 12
# Coin requirements for robbing and getting robbed
CoinRequirements:
Robber: 500
Victim: 100
# Cooldowns for the rob command (in minutes)
Cooldowns:
Robber: 30
Victim: 60
ImmunityPricingPerDay: 500