File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
src/main/java/systems/kscott/randomspawnplus Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments