-
Notifications
You must be signed in to change notification settings - Fork 4
Command setup
supercrafter333 edited this page Oct 20, 2021
·
2 revisions
On this page you can see/learn how to edit/setup the commands of theRankShop.
- Go to the plugin_data folder of theRankShop. (
plugin_data/theRankShop
) - Open
commands.yml
in a file editor. - Edit (don't add) a command like that:
therankshop:
description: "Open/Manage the very cool rank shop."
usage: "§4Usage:§r /rankshop"
aliases: ["rankshop", "acoolrankshop"]
In this example I edited the therankshop
-command. The description is Open/Manage the. very cool rank shop.
, the usage is §4Usage:§r /rankshop
and the aliases are rankshop
and acoolrankshop
(have to be an array).
I hope that this page can help you :)
Enjoy theRankShop!