Skywars
SkyWars - Battle against players in a sky environment
Schematic creation
- 1) Build your map
- 2) Place a BEACON block to define a spawn point (somewhere above the island, the glass box will be created automatically)
- 3) Make a schematic out of it with WorldEdit
- 4) Place schematic in the plugins/SkyWars/schematics directory (format: name.schematic)
Installation
- Download SkyWars.jar and put it in your plugins/ directory
- Place your schematics in the plugins/SkyWars/schematics directory
- Set the lobby with /sw setlobby
- Place stone pressure plate in the lobby world for players to join a game
Requirements
- WorldEdit
- Vault
- A permissions plugin compatible with Vault
Optional requirements
- Essentials
- WhatIsIt (v1.0.3+)
- CommandBook
- Multiverse-Core
Commands
| Command | Permission | Description |
|---|---|---|
| /sw | N/A | Main command, will list all available commands |
| /sw start | skywars.command.start | Starts a SkyWars game |
| /sw leave | N/A | Removes you from the game you're currently in |
| /sw kit | N/A | Allows a player to pick kits (skywars.kit.name) |
| /sw setlobby | skywars.command.setlobby | Sets the lobby |
| /sw reload | skywars.command.reload | Reloads the chests, kits and the plugin.yml |
| /sw score | skywars.command.score | Shows your current point balance |
| /sw score <player> | skywars.command.score.others | Shows current score balance of given player |
| /sw score set <player> <balance> | skywars.command.score.set | Sets the score balance for the given player |
| /sw score give <player> <balance> | skywars.command.score.give | Adds given amount to players score balance |
| /sw score take <player> <balance> | skywars.command.score.take | Removes given amount from players score balance |
Configurable files
Source
Development Builds
Quote:Disclaimer: Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
-
View User Profile
-
Send Message
Posted Dec 8, 2013If they step on a pressure plate, NOTHING happens. No errors. No games starting.
-
View User Profile
-
Send Message
Posted Dec 7, 2013@Pr0Acid
No but if u look in the player data, u can change it.
-
View User Profile
-
Send Message
Posted Dec 7, 2013Is there a command to give or remove points from a player?
-
View User Profile
-
Send Message
Posted Dec 7, 2013wtf i got an error that i need to install whatisit i installed it and it worked O_o
-
View User Profile
-
Send Message
Posted Dec 6, 2013when i jump onto a pressure plate, i get this error on the console:
2013-12-04 18:26:41 [SEVERE] Could not pass event PlayerInteractEvent to SkyWars v1.0.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:478) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463) at org.bukkit.craftbukkit.v1_6_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:207) at net.minecraft.server.v1_6_R3.BlockPressurePlateBinary.e(BlockPressurePlateBinary.java:53) at net.minecraft.server.v1_6_R3.BlockPressurePlateAbstract.b(BlockPressurePlateAbstract.java:92) at net.minecraft.server.v1_6_R3.BlockPressurePlateAbstract.a(BlockPressurePlateAbstract.java:86) at net.minecraft.server.v1_6_R3.Entity.D(Entity.java:751) at net.minecraft.server.v1_6_R3.Entity.move(Entity.java:693) at net.minecraft.server.v1_6_R3.EntityLiving.e(EntityLiving.java:1113) at net.minecraft.server.v1_6_R3.EntityHuman.e(EntityHuman.java:1235) at net.minecraft.server.v1_6_R3.EntityLiving.c(EntityLiving.java:1451) at net.minecraft.server.v1_6_R3.EntityHuman.c(EntityHuman.java:377) at net.minecraft.server.v1_6_R3.EntityLiving.l_(EntityLiving.java:1284) at net.minecraft.server.v1_6_R3.EntityHuman.l_(EntityHuman.java:158) at net.minecraft.server.v1_6_R3.EntityPlayer.h(EntityPlayer.java:244) at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:344) at net.minecraft.server.v1_6_R3.Packet10Flying.handle(Packet10Flying.java:22) at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:237) at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:117) at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37) at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:131) at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:604) at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240) at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:493) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) Caused by: java.lang.NullPointerException at vc.pvp.skywars.controllers.WorldController.create(WorldController.java:100) at vc.pvp.skywars.game.Game.<init>(Game.java:51) at vc.pvp.skywars.controllers.GameController.create(GameController.java:32) at vc.pvp.skywars.controllers.GameController.findEmpty(GameController.java:27) at vc.pvp.skywars.listeners.PlayerListener.onPlayerInteract(PlayerListener.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 28 more
-
View User Profile
-
Send Message
Posted Dec 6, 2013Where can i get good maps.
-
View User Profile
-
Send Message
Posted Dec 5, 2013Suggestion: A system to get friends with them in their next game?
-
View User Profile
-
Send Message
Posted Dec 5, 2013@Splazeing
i Can help you just add mem skype
mojtaaba
-
View User Profile
-
Send Message
Posted Dec 4, 2013Why my skywars plugins doesn't generate kits folder? and im using 1.7.2 bukkit version and pressure plates doesn't works to.
-
View User Profile
-
Send Message
Posted Dec 4, 2013@emfjop
Or on signs.
-
View User Profile
-
Send Message
Posted Dec 4, 2013hi, found a bug, im using on 1.7.2 server. Everything works fine. But if we played 1 Game, the stone pressureplates dont work.\ ip: 192.3.28.36
-
View User Profile
-
Send Message
Posted Dec 3, 2013Would be great a Top feature... Typing /sw top and see the players with most points.
-
View User Profile
-
Send Message
Posted Dec 3, 2013please update it to work with lastest essentials
-
View User Profile
-
Send Message
Posted Dec 2, 2013Hi ! I have those problems
1. The scoreboard does not work how it should
And if I found anymore I will post them
-
View User Profile
-
Send Message
Posted Dec 2, 2013@Pr0Acid
want help!! I CAN Help You On The Skype: mojtaaba
-
View User Profile
-
Send Message
Posted Dec 2, 2013@Pr0Acid
want help!! I CAN Help You On The Skype: mojtaaba
-
View User Profile
-
Send Message
Posted Dec 1, 2013@KevinEssence
Can you still help me when a arena is made it wont crash the server??
-
View User Profile
-
Send Message
Posted Dec 1, 2013@Pr0Acid
Did you use the pastebin I posted? Make it exactly that way.
-
View User Profile
-
Send Message
Posted Dec 1, 2013@KevinEssence
Ok I found the issue when it did try to load the new arena it crashed because it was to big. I know with build mode you can make the server build it but when I enable that the blocks go invisible.
btw this is what I got
islands-per-row: 100 island-size: 250
-
View User Profile
-
Send Message
Posted Dec 1, 2013@KevinEssence
I tired naming my skywar group same as my donor group. Didnt seem to work :/