Skip to content

Commit

Permalink
Release v1.1.0 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
supercrafter333 committed Mar 5, 2022
1 parent 1b12e4b commit d78fb5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- *[NEW]* - added a buyer-protection and price calculating ([#7](https://github.com/supercrafter333/theRankShop/issues/7))
- *[NEW]* - [`PlayerMgr::havingHigherRank()`](https://github.com/supercrafter333/theRankShop/blob/master/src/supercrafter333/theRankShop/Manager/PlayerMgr.php#L50) will now check if a player is having a higher rank
- *[NEW]* - [`RankMgr::calculateRankPrices()`](https://github.com/supercrafter333/theRankShop/blob/master/src/supercrafter333/theRankShop/Manager/RankMgr.php#L36) will now calculate the prices between two ranks
- *[NEW]* - added icon
- *[CHANGE]* - [`PlayerMgr::buyRank()`](https://github.com/supercrafter333/theRankShop/blob/master/src/supercrafter333/theRankShop/Manager/PlayerMgr.php#L68) 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 now
- *[CHANGE]* - default rank-management plugin is now GroupsAPI (before: PurePerms)
- *[VERSION]* - Version bump
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/ca6cWPpERp)
# theRankShop - V1.1.0-dev [![](https://poggit.pmmp.io/shield.state/theRankShop)](https://poggit.pmmp.io/p/theRankShop) [![](https://poggit.pmmp.io/shield.dl.total/theRankShop)](https://poggit.pmmp.io/p/theRankShop)
# theRankShop - V1.1.0 [![](https://poggit.pmmp.io/shield.state/theRankShop)](https://poggit.pmmp.io/p/theRankShop) [![](https://poggit.pmmp.io/shield.dl.total/theRankShop)](https://poggit.pmmp.io/p/theRankShop)


**A simple and user-friendly rank shop plugin with extension support and multi-language-system.**
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: theRankShop
version: 1.1.0-dev
version: 1.1.0
api: 4.0.0
main: supercrafter333\theRankShop\theRankShop
author: supercrafter333
Expand Down
2 changes: 1 addition & 1 deletion resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ rank-management-plugin: "auto"


# DON'T CHANGE THIS!!
version: "1.1.0-dev"
version: "1.1.0"
2 changes: 1 addition & 1 deletion resources/languages/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ forms-buyRank-cancel-msg: "§cCancelled!"


# DON'T CHANGE THIS!!
version: "1.1.0-dev"
version: "1.1.0"

0 comments on commit d78fb5c

Please sign in to comment.