Skip to content

Commit d78fb5c

Browse files
Release v1.1.0 :)
1 parent 1b12e4b commit d78fb5c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- *[NEW]* - added a buyer-protection and price calculating ([#7](https://github.com/supercrafter333/theRankShop/issues/7))
88
- *[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
99
- *[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
1011
- *[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
1112
- *[CHANGE]* - default rank-management plugin is now GroupsAPI (before: PurePerms)
1213
- *[VERSION]* - Version bump

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/ca6cWPpERp)
2-
# 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)
2+
# 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)
33

44

55
**A simple and user-friendly rank shop plugin with extension support and multi-language-system.**

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: theRankShop
2-
version: 1.1.0-dev
2+
version: 1.1.0
33
api: 4.0.0
44
main: supercrafter333\theRankShop\theRankShop
55
author: supercrafter333

resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ rank-management-plugin: "auto"
2525

2626

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

resources/languages/messages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ forms-buyRank-cancel-msg: "§cCancelled!"
2929

3030

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

0 commit comments

Comments
 (0)