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 Feb 9, 2014@MatiasTheAwesome
Just save more schematics with world edit and put them in your schematic folder ..not that hard to figure out
-
View User Profile
-
Send Message
Posted Feb 8, 2014For some reason I can not even be teleported to my game. I get this when stepping on pressure plates.
-
View User Profile
-
Send Message
Posted Feb 8, 2014Tutorial on this plugin:
(ENGLISH): http://www.youtube.com/watch?v=QY_UTN_QfVg
-
View User Profile
-
Send Message
Posted Feb 8, 2014How can I create more Schematics? Please tell me!
-
View User Profile
-
Send Message
Posted Feb 8, 2014Here is the error I get in the cmd when lodaing the server, never noticed it! [08:37:40 INFO]: [SkyWars] [ChestController] Registered 1 chest items ... [08:37:40 ERROR]: Error occurred while enabling SkyWars v1.1-m16 (Is it up to da te?) java.lang.NoClassDefFoundError: net/ess3/api/IEssentials at vc.pvp.skywars.utilities.ItemUtils.parseItem(ItemUtils.java:48) [?:? ] at vc.pvp.skywars.controllers.KitController$Kit.<init>(KitController.jav a:193) [?:?] at vc.pvp.skywars.controllers.KitController.load(KitController.java:64) [?:?] at vc.pvp.skywars.controllers.KitController.<init>(KitController.java:34 ) [?:?] at vc.pvp.skywars.controllers.KitController.get(KitController.java:248) [?:?] at vc.pvp.skywars.SkyWars.onEnable(SkyWars.java:124) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) [c raftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:384) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.jav a:298) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer. java:280) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:3 42) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:3 19) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:2 75) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.jav a:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java :424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6 17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] Caused by: java.lang.ClassNotFoundException: net.ess3.api.IEssentials at java.net.URLClassLoader$1.run(Unknown Source) [?:1.7.0_21] at java.net.URLClassLoader$1.run(Unknown Source) [?:1.7.0_21] at java.security.AccessController.doPrivileged(Native Method) [?:1.7.0_ 21] at java.net.URLClassLoader.findClass(Unknown Source) [?:1.7.0_21] at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:80) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_21] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_21] ... 17 more
-
View User Profile
-
Send Message
Posted Feb 7, 2014Can someone please help me?
-
View User Profile
-
Send Message
Posted Feb 7, 2014I need help, i have everything set up right, i have the schematic saved with the map including beacons, and chests, but when i add the lobby it says lobby spawn has been set, i place the stone pressure plate, and it doesn't work! I restarted the server multiple times with no fix, if i try to do /sw reload this is what i get: [11:35:53 INFO]: Cinnamonvirus issued server command: /sw reload [11:35:53 INFO]: [SkyWars] [ChestController] Registered 1 chest items ... [11:35:53 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'sw' in plugin SkyWars v1.1-m16 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [cra ftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:19 6) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServe r.java:542) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerCon nection.java:932) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java :814) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java :28) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat .java:47) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146 ) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craf tbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:6 55) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2 50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5 45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java :457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6 17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] Caused by: java.lang.NoClassDefFoundError: net/ess3/api/IEssentials at vc.pvp.skywars.utilities.ItemUtils.parseItem(ItemUtils.java:48) [?:? ] at vc.pvp.skywars.controllers.KitController$Kit.<init>(KitController.jav a:193) [?:?] at vc.pvp.skywars.controllers.KitController.load(KitController.java:64) [?:?] at vc.pvp.skywars.controllers.KitController.<init>(KitController.java:34 ) [?:?] at vc.pvp.skywars.controllers.KitController.get(KitController.java:248) [?:?] at vc.pvp.skywars.commands.ReloadCommand.onCommand(ReloadCommand.java:18 ) [?:?] at vc.pvp.skywars.commands.MainCommand.onCommand(MainCommand.java:53) [ ?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [cra ftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] ... 13 more
-
View User Profile
-
Send Message
Posted Feb 7, 2014@AlexNova1555
http://www.youtube.com/watch?v=u06mwEI1Daw
-
View User Profile
-
Send Message
Posted Feb 7, 2014some one can give me vid for how to create Arena for SkyWars ?
-
View User Profile
-
Send Message
Posted Feb 7, 2014@ArmorofGlory
My guess is to change distance between islands in the config.yml file
-
View User Profile
-
Send Message
Posted Feb 7, 2014I'm running latest version of skywars, essentials, whatisit, and multiverse. I have 6 schematics, and in all of them i have custom cages with a sign to assign the spawn points. Sometimes when you join a map, you can see another map pasted somewhere above the map or next to it, cutting it off.
The maps collide, and cause an issue. Schematics basically paste too close to one another of the different maps.
Any solutions? Using default config settings.
-
View User Profile
-
Send Message
Posted Feb 7, 2014Players keep inventory when they die by lava
-
View User Profile
-
Send Message
Posted Feb 6, 2014Is it possible to retain items you have before entering the game after you exit the game or leave a game? What I mean is that I have this game setup on a survival server. If I have some wood, axes, etc in my inventory and then enter the skywars game, I lose it all when I exit, any ideas besides having to put them into a chest before I enter the game?
-
View User Profile
-
Send Message
Posted Feb 6, 2014Guys! Are you getting "Internall error"? Don't give up! Go to your Skywars folder on your computer or FTP file access and go to "Kits". Then, delete all of you kits in there (even the example.yml), restart your server, then BAM! No more error (at least for me). If this helped you, make sure you leave a like and a comment telling me if it worked or not!
-
View User Profile
-
Send Message
Posted Feb 6, 2014Video Tutorial on the Plugin
https://www.youtube.com/watch?v=SP-QQgpj9dM
Credits: (AbsintoJ/Skywars)
-
View User Profile
-
Send Message
Posted Feb 5, 2014I cannot get the default starting score set for the players, where do I configure this at? I am using the commands but they are not working -_-. No clue what to do next.
-
View User Profile
-
Send Message
Posted Feb 5, 2014@Wietje @andypandy89
Even disabling the fill chests option the chests keep spawning without the schematic stuff..
Solutions?
-
View User Profile
-
Send Message
Posted Feb 5, 2014@Nytoro
You can indeed, that's exactly what I did, but I can't add the world name? Because my worlds have their own prefix in the chat. So everyone kinda knows what everyone is doing and stuff. Maybe add a {world} option in the chat prefix, just like the {prefix} and {player} option?
-
View User Profile
-
Send Message
Posted Feb 5, 2014why is it that you see the another map when your on a different one?
-
View User Profile
-
Send Message
Posted Feb 4, 2014is there a leaderboard for signs to display top scores
and im also expericing a glitch , when it paste the schem in the doubles the world up.