SuperSkyBros
Main Tickets Commands Setup Permissions Developers Servers
No Part of the code is to be used for a similar or rival plugins hosted on bukkit dev. Doing this goes against my terms and conditions
Presenting SUPER SKY BROS. Brawl, a new plugin designed to allow the common server owner the ability to create the similar game play experience from the SCB servers, but with your own features and ideas. Almost every aspect of this plugin will be customizable by you, the server administrator.
What is Super Sky Bros Brawl?
Super Sky Bros. is played in an arena of 4 to 8 people. The players all choose unique classes in the lobby to arm themselves against the other players. The classes are all themed after different mobs in Minecraft. Once the match starts, the players are teleported into an arena, where they must fight it out to be the winner of the match! Every player has five lives, and once you run out of lives, you're out of the game. The last man standing wins, and with the title of winner comes the gloating.
UPDATES ON PROJECT ARE BEING WRITTEN NOW
Features
- Unique, Original Classes, All classes will be upgradeable using a "Leveling" System.
- An expensive list of Achievements which you can ONLY earn by playing
- We later plan on having completely customizable classes created by you, the server administrator
- Double-Jumps and Triple-Jumps for Players, You can configure the jumps per arena
- Unique Settings for Each Arena, Min.Max Players, Length of game, VIP only plus many more.
- MultiVerse Support (multiple arenas in multiple worlds)
- Fully Automatic (hands-free!)
- Use signs to join an arena
- Use signs to choose a class
- All messages are customization (Full Multi Language if you do them all)
- Every command and action has it's own permission
- Lobby Manager fully automated and self protected
- No need for WorldGuard or many other plugins, this plugin hopes to manage 90% of it for you.
- Blacklist worlds you don't want running in.
- Config to auto join Lobby on Join
- Localization
- Plus lots more.
- Join Signs
- Class Signs
- A few of the Classes
- 3/4 of game functionality
- Custom Chat Channels
- Plus other useful features to make life easier.
As this is currently experimental full details will follow shortly as we map out the exact game play and features
Status Update - Relicum July 24, 2014 - Proofreaded by Abalabahaha
Hi just like to let you know I am back online after some personal issues and also, we had a storm that left our house without power for 5 days. This is one of the downsides of living in the country miles from anywhere, they always leave you last to fix things. As requested I will put together a section on the website that I will detail current progress in different areas of the plugin. A big issue with making a single plugin that works on both dedicated SSB servers and in mixed servers where you run it with other plugins is that the amount of features it includes (leveling system, boss bar, unique weapons) require so much CPU that mixed servers with other big plugins (Factions, multiworld/multiverse, Towny, etc.) will just get bogged down. An example would be:
You have factions on a server. When a player:
- chats, SSB will check if the chat needs to be processed by SSB
- places a block, SSB will check if that needs to be cancelled if it's in a SSB world
- dies, SSB needs to decide if SSB should broadcast that to SSB players
- Much more
Relicum PS I am dyslexic so if some of the above doesn't make sense your know why :)
For more detail on what path we are taking, click here
"View the project source" /> You can view and download the source code on Github.com
Development build will return as soon as the next approved version is out at some point I want everybody using the same version till then.
Known bugs:
- Users without Java 7 will have errors
- Please note this plugin is not finished yet
- This means signs, classes, and gameplay won't work yet.
-
View User Profile
-
Send Message
Posted Nov 3, 2013@XxNaelxX
The next update should be 1.7
@XxNaelxX
You probably need Java 1.7 . The next version might fix this
@PXLForce
We might add that
-
View User Profile
-
Send Message
Posted Nov 3, 2013Would it be possible for you to implement a configurable reward? So when a player wins the console sends a command that could be changed in the config?
-
View User Profile
-
Send Message
Posted Nov 3, 2013This is my console:
Last login: Sun Nov 3 17:29:43 on ttys001 Motasims-MacBook-Pro:~ motasimhasaniqbal$ /Users/motasimhasaniqbal/Desktop/untitled\ folder/Start.command ; exit; 17:35:30 [INFO] Starting minecraft server version 1.6.2 17:35:30 [INFO] Loading properties 17:35:30 [INFO] Default game type: SURVIVAL 17:35:30 [INFO] Generating keypair 17:35:30 [INFO] Starting Minecraft server on *:25564 17:35:30 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.2-R0.1-b2838jnks (MC: 1.6.2) (Implementing API version 1.6.2-R0.1) 17:35:31 [SEVERE] Could not load 'plugins/SuperSkyBros.Beta.0.2.01.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/relicum/scb/SCB : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.UnsupportedClassVersionError: com/relicum/scb/SCB : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more 17:35:31 [INFO] [WorldEdit] Loading WorldEdit v5.5.8 17:35:31 [INFO] Preparing level "world" 17:35:31 [INFO] Preparing start region for level 0 (Seed: 2027829875153909221) 17:35:32 [INFO] Preparing spawn area: 83% 17:35:32 [WARNING]
-Bukkit Auto Updater-17:35:32 [WARNING] Your version of CraftBukkit is out of date. Version 1.6.4-R2.0 (build #2918) was released on Wed Oct 30 23:39:40 CST 2013. 17:35:32 [WARNING] Details: /downloads/craftbukkit/view/02389_1.6.4-R2.0/ 17:35:32 [WARNING] Download: /downloads/craftbukkit/get/02389_1.6.4-R2.0/craftbukkit.jar 17:35:32 [WARNING]----- 17:35:32 [INFO] Preparing start region for level 1 (Seed: 2027829875153909221) 17:35:32 [INFO] Preparing start region for level 2 (Seed: 2027829875153909221) 17:35:33 [INFO] [WorldEdit] Enabling WorldEdit v5.5.8 17:35:33 [INFO] WEPIF: Using the Bukkit Permissions API. 17:35:33 [INFO] Server permissions file permissions.yml is empty, ignoring it 17:35:33 [INFO] Done (2.316s)! For help, type "help" or "?"-
View User Profile
-
Send Message
Posted Nov 3, 2013Is it 1.6.4?
-
View User Profile
-
Send Message
Posted Nov 2, 2013@dawid1280
Who?
-
View User Profile
-
Send Message
Posted Nov 2, 2013THANX ALOT WHO REPORTED ZOMBIEKILLER753
AND IM BEING SARCASTIC
-
View User Profile
-
Send Message
Posted Oct 30, 2013@Presidentkidz
They are currently in alpha, and as they have said before you can't rush good code. After coding my own plugin for a different minigame you can say dates but they might not get done because something could change very easily. When can we expect it? Probably not for awhile as the current circumstances stand.
-
View User Profile
-
Send Message
Posted Oct 30, 2013When is the plugin gonna be fully released?
-
View User Profile
-
Send Message
Posted Oct 30, 2013@XxNaelxX
http://bit.ly/1aonLJt
-
View User Profile
-
Send Message
Posted Oct 30, 2013Java 7*
-
View User Profile
-
Send Message
Posted Oct 30, 2013How do i install java 6?
-
View User Profile
-
Send Message
Posted Oct 26, 2013as I am a plugin dev myself and looking into the source code on github I am very impressed and just looking into the source has shown me a way of doing things I didn't know where possible I know it isn't finished yet but props to I say. I am very Impressed. Pauldg7
-
View User Profile
-
Send Message
Posted Oct 26, 2013@abalabahaha
thank you xD he dont listen me
-
View User Profile
-
Send Message
Posted Oct 26, 2013@MIke1665
Very nice. Please stop, or we may be forced to delete all comments. If you want to advertise your plugin, make a bukkitdev page. Since you don't want to, dont steal our page.
-
View User Profile
-
Send Message
Posted Oct 26, 2013@MIke1665
you are still advert it...
-
View User Profile
-
Send Message
Posted Oct 25, 2013And if it is better why you are here? You have it already, why you keep comment about your plugin! and i might know what it is, and it is just one shitty copy of supercraftbros, and you copied map too... this one have unique feature
-
View User Profile
-
Send Message
Posted Oct 25, 2013@Nikkolo94
I am not Advertising its just the one I have is better than this
-
View User Profile
-
Send Message
Posted Oct 25, 20131.7.2 si out :P
Mike relicum told you to stop and you keeping advert your plugin..
-
View User Profile
-
Send Message
Posted Oct 25, 2013@Narmahar
Why?
-
View User Profile
-
Send Message
Posted Oct 25, 2013@MIke1665
I really wonder where you got that one...