SkyWarsReloaded Extension The official extension/addon for the popular SkyWarsReloaded plugin!
Yes, this plugin was free, but we're trying to sell it for a low-tier price to make the time we spend on this project (including SkyWarsReloaded) somewhat more valuable. The money you spend on this project will also contribute to the work we put into the free, updated version of SkyWarsReloaded. We will continue to keep the source code on GitHub, so knock yourself out and compile it yourself, but please consider supporting us with as little as €2. We'll promise you that some cool things are coming in the future to get you the best Skywars experience possible.
Things on our planning:
- Auto join (PlayAgain) for games
- MySQL support for AutoVote and PlayAgain
- A lot more PAPI placeholders
- Kit buying menu
- More...
This plugin adds some cool join features for SkywarsReloaded.
For SkywarsReloaded tutorials, check our site: https://gaagjescraft.net/skywars/ We are an official supporter of SkywarsReloaded!
Make sure to install the updated version of SkywarsReloaded instead of the official one!
Automatically select a default kit if set in the config
Commands And Permissions​
/sw joinsw.join - Allows you to open the join menu/join a random game/send a message. /sw join [arena] sw.join.arena - Allows you to join a specific arena. /sw join solo sw.join.solo - Lets you join a random solo arena. /sw join team sw.join.team - Lets you join a random team arena. /sw select [type] [selected] sw.select - Lets you select a specific player option. In this command is [type] the option type (such as glasscolor) and [selected] the option you want to select. /sw send [player] [arena] sw.send - Sends other players to a game. /sw createnpc [action] - Creates a NPC using Citizens. The action could be either RANDOM_JOIN, RANDOM_SOLO_JOIN, RANDOM_TEAM_JOIN, OPEN_MENU or OPEN_CUSTOM_MENU
/swm import [world] sw.map.import - Lets you import a world into Skywars as an arena. It does the legacy load itself, so do not use the legacy load command again. /swm creator [map] [creator] sw.map.creator - Lets you set the creator of the map. This overrides the actual command. This one allows you to use spaces in the creator's name. /swm name [map] [name] sw.map.name - Lets you set the display name of the map. This overrides the actual command. This one allows you to use spaces in the display name. /swm rename [map] [new mapname] sw.map.rename - Lets you completely rename an arena, including world and other files' names.
/swkit create [name]sw.kit.create - Lets you create a new kit with the fancy new kit editor menu. /swkit edit [name] sw.kit.edit - Lets you edit a kit with the fancy new kit editor menu. /swkit delete [name] sw.kit.delete - Lets you remove a kit. /swkit listsw.kit.list - Shows a menu with a list of existing kits. Clicking an item in the menu will open the fancy new kit editor menu.
/leave sw.quit- Lets you quit/leave an arena/
You can disable the auto-vote feature in the configuration file.
Permissions for auto-selecting the following options:
• sw.autovote.chest : Chest voting
• sw.autovote.health : Health voting
• sw.autovote.time : Time voting
• sw.autovote.weather : Weather voting
• sw.autovote.modifier : Modifier voting
• sw.autovote.kit : Kit selecting
Images
Videos
How to import arenas? Learn how to turn an existing world into a custom Skywars world using the SkywarsReloaded Extension!
​
You need to have AdditionsPlus installed in order to make these events work.
skywars-death:
Description: Thrown when a player dies in a game.
Placeholders:
- %cause% : returns the cause of death.
- %arena% : returns the name of the arena.
- %alive% : returns the amount of alive (ingame) players. skywars-join:
Description: Thrown when a player joins a new game.
Placeholders:
- %arena% : returns the name of the arena.
- %alive% : returns the amount of alive (ingame) players. skywars-kill:
Description: Thrown when someone kills a player ingame.
Placeholders:
- %killed% : returns the name of the killed player.
- %arena% : returns the name of the arena.
- %alive% : returns the amount of alive (ingame) players. skywars-leave:
Description: Thrown when a player leaves a game.
Placeholders:
- %arena% : returns the name of the arena.
- %alive% : returns the amount of alive (ingame) players. skywars-select-kit:
Description: Thrown when a player selects a kit ingame.
Placeholders:
- %voted% : returns the name of the voted type
- %arena% : returns the name of the arena.
- %alive% : returns the amount of alive (ingame) players. skywars-win:
Description: Thrown when a player wins a game.
Placeholders:
- %arena% : returns the name of the arena.
- %wins% : returns the number of wins the player has.
PAPI Placeholders​
%swr_wins%returns the win amount of the player
%swr_losses%returns the losses amount of the player
%swr_kills%returns the kill amount of the player
%swr_deaths%returns the death amount of the player
%swr_xp%returns the amount of XP of the player
%swr_games_played%returns the number of games played by the player
%swr_games% returns the number of games played by the player