SkywarsReloaded Extension | New PlayAgain Feature! | Kit Menu Editor | NPCs | 1.8x - 1.17x    1.7.5

 SkywarsReloaded Extension | New PlayAgain Feature! | Kit Menu Editor | NPCs | 1.8x - 1.17x 1.7.5 1.7.5

SkywarsReloaded Extension | New PlayAgain Feature! | Kit Menu Editor | NPCs | 1.8x - 1.17x    1.7.5
SkyWarsReloaded Extension
The official extension/addon for the popular SkyWarsReloaded plugin!
Check this plugin out on MyGCNT!

[25% SALE] HALLOWEEN SALE!
Ending November 1st. Don't miss out!


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:
- 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://www.gcnt.net/skywars/
We are an official supporter of SkywarsReloaded!

Make sure to install the updated version of SkywarsReloaded instead of the official one!

The UPDATED SkywarsReloaded plugin is required in order to let this plugin work. Make sure to download and install it. For more information about installing that plugin, go here:
https://www.gcnt.net/skywars/installing-plugin

Features
  • A super fancy in-game kit creator/editor menu!
  • AutoJoin/PlayAgain feature for automatically joining new games.
    • Supports Skywars parties
    • Auto mode (1 hour)
    • One-time rejoin
    • /autojoin OR /playagain
  • Lobbyboard interval updater.
  • A new '/swkit delete' command
  • A new '/swkit edit' command
  • A new '/swkit list' command
  • A new '/swkit create' command
  • Specific arena join using a command
  • Overrides join item actions of the SkywarsReloaded plugin
  • NPCs (depends on Citizens)
  • NPC creation command
  • Random solo join
  • Random team join
  • Random join
  • Import any world using a command
  • Rename an arena using a command
  • Automatically legacy loads when importing
  • Open the join menu using '/sw join'
  • Creator and DisplayName setter command for maps are supporting spaces
  • A '/leave' command to easily leave a game
  • A '/sw send' command to send players to a game
  • Player option selection command '/sw select'
  • Automatically select game options from the previous game
  • AdditionsPlus Events integration (requires v2.4.0 or higher!)
  • PaperSpigot Support
  • Citizens NPC integration
Commands And Permissions

/sw join
sw.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 list sw.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.

/playagain now sw.autojoin.now - Lets you instantly join a new game (only possible when a game has ended to prevent ragequit).
/playagain auto sw.autojoin.auto - Lets you automatically join a new game within 5 seconds after you die/game ends. Expires in one hour.
/playagain cancel sw.autojoin.cancel - Lets you cancel your auto PlayAgain if enabled.

/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



1634771432871.png

1634771443881.png



AdditionsPlus Events
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
  • %swr_kill_death% returns KILLS divided by DEATHS
  • %swr_win_loss% returns WINS divided by LOSSES

Latest reviews

it would be more better if they added latest ver also

Similar resources

SkywarsReloaded Extension | New PlayAgain Feature! | Kit Menu Editor | NPCs | 1.8x - 1.16.x X
0.00 star(s) 0 ratings
Downloads
252
Updated
SkyWarsReloaded 2
SkyWars with Sign Join Mode, Leaderboards, and Lots of Options
4.00 star(s) 1 ratings
Downloads
44
Updated
Chrome App Maker v2.0 - Make Chrome Extension within 1 minute K
Chrome App Maker v2.0 - Make Chrome Extension within 1 minute
0.00 star(s) 0 ratings
Downloads
100
Updated
BlackSpigot General Chat
Rules Help Users
    I @ iTz_RockGamez: https://www.blackspigot.com/downloads/dtltradersplus.15466/ I'm trying to download version...
    Top