-
Notifications
You must be signed in to change notification settings - Fork 1
Simple buy command
Sven Rahn edited this page Jun 13, 2018
·
1 revision
aliases {
"buy basic" {
commands=[
"""*cu execute if not "*cu has money %player% 300" "*msg %player% You need at least 300$!"""",
"""*cu execute if "*cu has payed %player% 300" "*give %player% minecraft:cookie 50" "*give %player% minecraft:apple 20" "*msg %player You bought the basic pack!" """
]
permission=""
cooldown="1h"
}
}