
This is a plugin that allows admins or staff to create shops to buy rank on the server!
RankShopGUI is inspired by a java server
- minimum rank requirement to advance to the next rank
- rank description
- The amount of money to buy the next rank (edit the currency in config.yml)
- set of items representing rank
- set slot for representative item
- Enter the category name to delete
- Edit the category name to represent rank
- Edit request rank
- Edit next rank
- Edit rank description
- Edit rank purchase amount
- Edit items representing rank
- Edit slots for representative items
Command | Description | alias |
---|---|---|
/rankshop |
Open Shop Rank |
rs |
SUBCOMMAND | DESCRIPTION | PERMISSION | DEFAULT |
---|---|---|---|
create |
Create new category for shop rank | rankshopgui.command.create |
op |
delete |
Delete category of shop rank | rankshopgui.command.remove |
op |
setup |
Edit category of shop rank | rankshopgui.command.edit |
op |
help |
See all command of shop rank | `rankshopgui.command.help | op |
- InvMenu(Muqsit)
- libPiggyEconomy(DaPigGuy)
- FormAPI(jojoe77777)
- libRanks(ClickedTran)
RankShopGUI::getInstance()->createShop(string $name, string $rankRequired, string $nextRank, string $description, int $price, string $item, int $slot)
RankShopGUI::getInstance()->removeShop(string $name)
- Step 1. Download the latest version
- Step 2. Place the
RankShopGUI.phar
file into theplugins
folder. - Step 3. Restart the server.
- Step 4. Done!