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, please do not purchase this addon.
Configuration File
YAML:
#############################
# #
# MAIN CONFIGURATION #
# Ultimate Shop v1.0 #
# #
#############################
#############################
# #
# COMMANDS #
# #
#############################
Commands:
Shop:
Name: shop
Permission: Member
Description: Browse the shop
Usage: shop
Aliases:
- store
SlashCommand:
Enabled: true
#############################
# #
# SHOP ITEMS #
# #
#############################
Items:
- Name: 🥉 VIP
Payment:
- Description: 1000 coins
Type: coins
Coins: 1000
- Description: Level 10 Role
Type: role
Role: Level 10
- Description: 3 Levels
Type: levels
Levels: 3
- Description: 1000 xp
Type: xp
XP: 1000
Items:
- Description: VIP Role
Type: role
Role: VIP
Description: VIP role!
Button:
Name: Purchase VIP
Emoji: 🥉
Style: Secondary
- Name: 🎖️ MVP
Requirements:
- Description: VIP Role
Type: role
Role: VIP
Inheritance: false
Payment:
- Description: 1000 coins
Type: coins
Coins: 1000
Inputs:
- What is your IGN?
Items:
- Description: MVP role
Type: role
Role: MVP
- Description: In-game MVP rank!
Type: rcon
Server: Skywars
Command: lp user "{{input-1}}" parent add mvp
Description: MVP role!
Button:
Name: Purchase MVP
Emoji: 🎖️
Style: Secondary
#############################
# #
# RCON #
# #
#############################
Rcon:
Servers:
Skywars:
Host: 1.1.1.1
Port: 25566
Password: Your-Rcon-Password-Here
Minigames:
Host: 2.2.2.2
Port: 25567
Password: Your-Rcon-Password-Here
#############################
# #
# MISCELLANEOUS #
# #
#############################
Miscellaneous:
ItemsPerPage: 3
MenuTimeout: 120
YAML:
#############################
# #
# LANGUAGE #
# Ultimate Shop v1.0 #
# #
#############################
Words:
None: None
Emojis:
RequirementsMet: ✅
RequirementsNotMet: ❌
PurchaseAffordable: ✅
PurchaseNotAffordable: ❌
Messages:
MenuClosed: The menu has been closed.
RequirementsNotMet: You do not meet the requirements to purchase this item.
PurchaseNotAffordable: You cannot afford this item.
Commands:
Shop:
MainMenu:
Title: 🛒 Shop (Page {current-page}/{total-pages})
Author: "{bot-username} Shop"
AuthorIcon: "{user-pfp}"
Description: |-
━━━━━━━━━━━━━━━━━━
{items}
ItemFormat: |
### {name}
> {description}
{requirements-emoji} **Requirements:**
{requirements}
{can-afford-emoji} **Price:**
{price}
**Contents:**
{contents}━━━━━━━━━━━━━━━━━━
RequirementsFormat: |
* {requirement}
NoRequirements: |
* None
PaymentFormat: |
* {payment}
NoPayment: |
* None
ContentsFormat: |
* {content}
NoContents: |
* None
Footer: This menu will expire after 2 minutes of inactivity.
PurchaseSuccessful:
Author: "@{user-username}"
AuthorIcon: "{user-pfp}"
Title: 💰 Thank you for your purchase!
Description: |-
## Your purchase is confirmed!
### You spent:
{payment}
### You received:
{items}