You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changelogs.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
-*[NEW]* - added a buyer-protection and price calculating ([#7](https://github.com/supercrafter333/theRankShop/issues/7))
8
8
-*[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
9
9
-*[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
10
+
-*[NEW]* - added icon
10
11
-*[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
11
12
-*[CHANGE]* - default rank-management plugin is now GroupsAPI (before: PurePerms)
0 commit comments