By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A simple and user-friendly rank shop plugin with extension support and multi-language-system.
Some rank/group plugins have problems with temporary ranks! But these issues are not always bugs from theRankShop. You can open an issue in theRankShop's github-repository, but please don't be surprised if it closes.
You're a plugin developer and want to add your money- or groupsystem to theRankShop? Just open a pull-request.
If you've new ideas and features for this plugin, please open an issue :)
You've found a Bug?
Command | Description | Permission |
---|---|---|
/rankshop |
Open the rank shop. | theRankShop.cmd |
/rankshop addrank <rankname: string> <title: string> <description: string> <price: int/float> |
Add a rank to the rankshop. | theRankShop.cmd.addrank |
/rankshop removerank <rankname: string> |
Remove a rank from the rankshop. | theRankShop.cmd.removerank |
Take a look at the wiki of theRankShop if you need help or if you would like to read more about the Developer API.
Owner: supercrafter333
Helper: ---
Translator:
Icon: iconarchive.com
Discord-Tag: supercrafter333#4062
YamlComments
-class in theRankShopCommand.php
Development/Pre Version!
This is a development-version of theRankShop. Development-versions aren't stable releases and can contain bugs.
Please only use this version if you are sure of what you are doing.
RankBuyedEvent
to RankBoughtEvent
All plugins who are using the RankBuyedEvent have to use the RankBoughtEvent now.
libPiggyEconomy
to my custom fork that fixes a bug with BedrockEconomyaddrank
and removerank
to the /therankshop
command, to add and remove ranks from the rankshop-listYamlComments
rank-management-plugin
entry to config.ymleconomy-plugin
entry to config.ymlPlayerMgr::havingHigherRank()
will now check if a player is having a higher rankRankMgr::calculateRankPrices()
will now calculate the prices between two ranksPlayerMgr::buyRank()
will now return an integer. 0 = event cancelled | 1 = successfully | 2 = same or higher rank
--- this function will also no longer check if the player is having enough money to buy a rank (because of BedrockEconomy support) -> that will be checked before calling that function nowThis plugin update of theRankShop is adding support for PM4. The PM3 version of theRankShop is now End-Of-Life.
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time