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 Jan 29, 2014@KevinEssence
Correct
@AAGInfamousJr
I'm guessing you have a plugin that does that
-
View User Profile
-
Send Message
Posted Jan 29, 2014@andypandy89
Thank you, build 17 just to confirm?
-
View User Profile
-
Send Message
Posted Jan 29, 2014Why is it that people who arent opped cant open chests how do i fix this problem please help me!
-
View User Profile
-
Send Message
Posted Jan 29, 2014@AAGInfamousJr
@KevinEssence
@mrretrus
@xDangerMonkeyx
@jkouyoumjian
The problem with the islands being pasted on top of eachother as well as the double chat prefix should be fixed in the latest dev. build. Note that dev. builds have not been approved by the BukkitDev staff so use them at your own risk.
-
View User Profile
-
Send Message
Posted Jan 29, 2014@LeBronsMom
Just paste it somewhere with WorldEdit, make your changes and save the schematic again and put the revised version over in the SkyWars schematics folder.
@LeBronsMom
I don't believe they do currently. Feel free to test and open an enhancement ticket if it does not work.
-
View User Profile
-
Send Message
Posted Jan 29, 2014Do double chests work?
-
View User Profile
-
Send Message
Posted Jan 29, 2014How can I edit the map after I've made it?
-
View User Profile
-
Send Message
Posted Jan 28, 2014@DBawesomeness17
You are using an old version of the plugin
-
View User Profile
-
Send Message
Posted Jan 28, 2014Not sure if this is the right thing haven ever posted the loggs before here they are hope you can help.
SEVERE: null org.bukkit.command.CommandException: Unhandled exception executing command 'skywars' in plugin SkyWars v1.0.4 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:543) at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:923) at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:803) at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:645) at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:243) at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:535) at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:447) at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) Caused by: java.lang.NullPointerException at vc.pvp.skywars.commands.KitCommand.onCommand(KitCommand.java:22) at vc.pvp.skywars.commands.MainCommand.onCommand(MainCommand.java:49) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 13 more
[20:04:16] [pool-3-thread-675/INFO]: [0;35;22mWe Have Tons Of Mini-Games[m [20:05:25] [Server thread/WARN]: java.io.FileNotFoundException: .\island-0\data\villages.dat (The system cannot find the path specified) [20:05:25] [Server thread/WARN]: at java.io.FileOutputStream.open(Native Method) [20:05:25] [Server thread/WARN]: at java.io.FileOutputStream.<init>(Unknown Source) [20:05:25] [Server thread/WARN]: at java.io.FileOutputStream.<init>(Unknown Source) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.PersistentCollection.a(SourceFile:92) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.PersistentCollection.a(SourceFile:75) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.WorldServer.a(WorldServer.java:782) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.WorldServer.save(WorldServer.java:762) [20:05:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R1.CraftWorld.save(CraftWorld.java:655) [20:05:25] [Server thread/WARN]: at com.metagamingnetwork.autosaver.autosaver$1.run(autosaver.java:81) [20:05:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53) [20:05:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:577) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:243) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:535) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:447) [20:05:25] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)
-
View User Profile
-
Send Message
Posted Jan 28, 2014@pompy5685 ty :D For which thing? More kits or perm buy kits? Either would be awesome, if both were added I'd be so happy
-
View User Profile
-
Send Message
Posted Jan 28, 2014@KingBigfoot
Config.yml
@GamingChair
Hey i sent a ticket to request that feature. :) Hopefully he can add it !
@DBawesomeness17
Do you have all the Requirements? And you can paste the error that could help. :)
-
View User Profile
-
Send Message
Posted Jan 28, 2014why am I the only one that has this problem is there a plugin that I need but didn't get I have vault, essentials, group manager, whatisit, multiverse-core, and world edit, and don't want command book
-
View User Profile
-
Send Message
Posted Jan 28, 2014Why do i see my other maps when i am playing on a different map, i fly over there but i cant because i cant leave the arena but i see my other map, why is that? Also people who arent opped cant open chests how do i fix both of those problems please help me!
-
View User Profile
-
Send Message
Posted Jan 28, 2014Works great, but can you get more kits then just the 6 or so that pop up? Like can you make it so you have more rows or kits? I was hoping to make a lot of kits, and also i was reading some other comments and can I make it so when you buy a kit, it is forever without having to give it to them manually in the permissions thing?
-
View User Profile
-
Send Message
Posted Jan 28, 2014@DBawesomeness17
I can only do the command /skywars setlobby
-
View User Profile
-
Send Message
Posted Jan 28, 2014When I do any command with this server I get an internal error has occurred while attempting this command why is that? please help
-
View User Profile
-
Send Message
Posted Jan 28, 2014Why do i see my other maps when i am playing on a different map, i fly over there but i cant because i cant leave the arena but i see my other map, why is that?
-
View User Profile
-
Send Message
Posted Jan 28, 2014It didn't clear my inventor when I joined and I have clear inventory to true?
-
View User Profile
-
Send Message
Posted Jan 28, 2014@pompy5685
where is the chat handled by other plugins at?
-
View User Profile
-
Send Message
Posted Jan 28, 2014@andypandy89
Hey sorry for that. i dont know why it only worked in game at that time when i tested it. (tested again) Works in lobby and in game!:)
@KingBigfoot
Hey you can set chat-handled-by-other-plugin: true
And if the plugin doesnt load on your server it probably because you dont have all the Requirements