Created by Devmart.
The most popular Skywars plugin ever built for Spigot and Bukkit!
This plugin is a continuation of the original SkyWars plugin created by Walrusone (v4.1.3). New features, bug fixes, extensive improvements, and new Minecraft versions support (1.14 - 1.21+) are added to this plugin.
Please note that the old SkyWarsReloaded plugin is no longer being maintained by the original author and that this is the official replacement. We will continue to maintain this version until further notice, and community contributions are always welcome!
[!TIP]
Want to support our work and help us maintain the plugin?Donate to our PayPal account: devmart.net/donate
Or buy the SkyWarsReloaded Extension to get access to more features for a small price!
Want to see what we are working on or planning to add? Check out the SkyWarsReloaded project board!
Repository
<repositories>
<repository>
<id>gcnt</id>
<url>https://nexuslite.gcnt.net/repos/gcnt</url>
</repository>
</repositories>
Dependency
<dependency>
<groupId>net.gcnt</groupId>
<artifactId>skywarsreloaded</artifactId>
<version>5.6.1</version>
</dependency>
In the latest versions of the plugin, we require toolchains to be set up in your ~/.m2/toolchains.xml
file.
This is because we compile the plugin core in Java 8, while some of the NMS handlers require higher Java versions to be compiled.
If your ~/.m2
directory does not yet contain a toolchains.xml
file, create one.
Make sure that you have the following JDK versions installed: 1.8
, 16
, 17
.
Example toolchains.xml
file
The target paths may differ depending on your operating system and Java installation.
<toolchains>
<toolchain>
<type>jdk</type>
<provides>
<version>1.8</version>
</provides>
<configuration>
<jdkHome>/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>16</version>
</provides>
<configuration>
<jdkHome>/Library/Java/JavaVirtualMachines/jdk-16.jdk/Contents/Home</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>17</version>
</provides>
<configuration>
<jdkHome>/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home</jdkHome>
</configuration>
</toolchain>
<toolchain>
<type>jdk</type>
<provides>
<version>21</version>
</provides>
<configuration>
<jdkHome>/Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home</jdkHome>
</configuration>
</toolchain>
</toolchains>
Required Plugins: Skywars requires the following plugins
Optional Plugins: Skywars can use the following plugins but does not require them for the basic functions
Are you having trouble running the plugin?
Get help in our Discord server! When asking for help, provide the necessary context required for people to help you. This includes one or more of the following: