ClickedTran / RankShopGUI

RankShop for PocketMine-MP 5.0.0
GNU General Public License v3.0
4 stars 1 forks source link

GENERAL


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

FEATURE

CREATE RANK
REMOVE RANK
EDIT RANK

COMMAND

Command Description alias
/rankshop Open Shop Rank rs

SUBCOMMAND & PERMISSION

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`

TUTORIAL

VIRION SUPPORT

FOR DEVELOPER

Create new category and rank
RankShopGUI::getInstance()->createShop(string $name, string $rankRequired, string $nextRank, string $description, int $price, string $item, int $slot)
Remove Category
RankShopGUI::getInstance()->removeShop(string $name)

INSTALL