Skip to content

ClickedTran/RankShopGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • 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
REMOVE RANK
  • Enter the category name to delete
EDIT RANK
  • 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

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

  • Step 1. Download the latest version
  • Step 2. Place the RankShopGUI.phar file into the plugins folder.
  • Step 3. Restart the server.
  • Step 4. Done!

About

RankShop for PocketMine-MP 5.0.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages