Skip to content

Commit 7e4660a

Browse files
committed
Bump to 5.0.9
1 parent 0513e29 commit 7e4660a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
🔀 A random spawn plugin for modern Minecraft version
44

5-
Support 1.7.x - 1.20.x (maybe?)
5+
Support 1.17.x - Latest Minecraft Version(1.20.2)
66

77
## Building
88

99
`./mvn clean package`
1010

1111
## Contact
1212

13-
- 📫 Discord: `Dreeam#0851` | QQ: `2682173972`
13+
- 📫 Discord: `Dreeam#0851` | QQ: `2682173972`
14+
15+
## TODO
16+
17+
- Support Folia

src/main/java/systems/kscott/randomspawnplus/RandomSpawnPlus.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ private void setupPermissions() {
126126

127127
private boolean setupEconomy() {
128128
RegisteredServiceProvider<Economy> rsp = getServer().getServicesManager().getRegistration(Economy.class);
129-
if (rsp == null) {
130-
return false;
131-
}
129+
if (rsp == null) return false;
132130
economy = rsp.getProvider();
133131
return economy != null;
134132
}

0 commit comments

Comments
 (0)