-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.yml
25 lines (23 loc) · 2.12 KB
/
messages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# ███████╗████████╗ █████╗ ████████╗██╗ ██████╗██████╗ ███████╗██╗ ██╗ ██████╗ ███████╗
# ██╔════╝╚══██╔══╝██╔══██╗╚══██╔══╝██║██╔════╝██╔══██╗██╔════╝██║ ██║ ██╔══██╗██╔════╝
# ███████╗ ██║ ███████║ ██║ ██║██║ ██║ ██║█████╗ ██║ ██║ ██║ ██║█████╗
# ╚════██║ ██║ ██╔══██║ ██║ ██║██║ ██║ ██║██╔══╝ ╚██╗ ██╔╝ ██║ ██║██╔══╝
# ███████║ ██║ ██║ ██║ ██║ ██║╚██████╗██████╔╝███████╗ ╚████╔╝██╗██████╔╝███████╗
# ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═════╝ ╚══════╝ ╚═══╝ ╚═╝╚═════╝ ╚══════╝
#
# $name by Nicklas Matzulla, version $version
# Copyright (c) 2024 Nicklas Matzulla
#
general:
prefix: "<gradient:#8dafd3:#362a6e><bold>SHOP</bold></gradient> <dark_gray>|</dark_gray> "
onlyPlayer: "<prefix><red>Only players can execute this command!</red>"
noPermission: "<prefix><red>You have no permissions for this command!</red>"
commands:
admin:
usage: "<prefix>Usage <dark_gray>| /<aqua>shopguisellextension</aqua> <<aqua>reload</aqua>></dark_gray>"
reload: "<prefix><green>The configurations have been reloaded.</green>"
sell:
notingToSell: "<prefix><red>You have no items that can be sold!</red>"
sold: "<prefix><green>You have sold a total of <aqua><sold_items></aqua> items for <aqua><received_money> USD </aqua>.</green>"
moneyFormat: "#,##0.00"