SimpleSpleef Evolution
Installation and Upgrade | Simple Spleef Tutorial | Playing SimpleSpleef | Configuration | Command Reference | Permissions | How to...
Features
- Players can see the list of options by typing /spleef or /spl.
- Administration with /spl admin or /spla.
- Define multiple spleef arenas or play freestyle (touching water/lava => lose).
- Arenas can be protected (digging/placing blocks), rebuild automatically (different types of restorers, see config!), and define a variety of spawns/cubes for losing, spectators, lounge, etc. You can optionally use the wand tool of WorldEdit (you need version 5.0 or higher!) to define arena cubes (or polygons - circular floors are possible using this!).
- Optionally, use WorldGuard regions to define arenas, floors and lose regions. You do not have to create cuboid WorldGuard regions for this, you can also create polygonal arenas!
- Players and spectators can teleport to the arena automatically.
- Anti-cheat Define command whitelist of allowed commands for spleefers.
- Team games - arenas can be built and played (teams have their own game spawn) in team games. You can hit red or blue wool in the lobby to join a team. Teams are evened out automatically.
- Define minimum and maximum players for each arena. Also define how many players still have to be in the game to win.
- Option to ready all players before the game: Touch an iron block (or something else) or sign to tell you are ready for the game. Team games support readying by hitting a red or blue wool block. You can also set a ready timeout.
- Item, money and/or experience prizes for winners. Vault support (this is optional), so connect to any economy supported by Vault. Games can also cost a fee to join. The fee can be transfered to another account (e.g. the government or arena "owner").
- Instant block digging or using shovels.
- Turn off PVP and hunger during games.
- Players' inventory can be emptied at game start and restored at the end of the game. At game start, spleefers might also receive items (like weapons or blocks to be placed during the game).
- Define blocks that can be dug or that cannot be dug away.
- Block degeneration and repair - arena floor can start desintegrating after a while and/or get repaired. There is also an option that spleefers may not be allowed to stand on one block for too long (preventing spleefers to island themselves on a single block).
- Multiple lose conditions: entering a certain area, touching a block or entering a water/lava, whatever.
- Define win blocks or arenas that have be touched/reached to win the game (this makes it possible to create quite unique forms of play)
- Define what announcements are public and which ones can only be received by players/spectators.
- Teleport back to original position after the game using /spl back.
- Referee only option with /spleef announce - only an admin can initialize games.
- Localize: English, Polish and German supported currently (you can add your own at any time).
- Permissions support, supports Bukkit's new permission system (so works with PermissionBukkit, PermissionEX, etc.).
- Spleef command signs - put up signs that can be hit by players. No more complicated typing - just hit the sign! You can define separate permissions for signs (e.g. disallow /spl join, but put up a sign with this command for everyone).
- Arena timeouts - limit the time per game.
- Statistics - top 10 lists, individual stats, etc. Can be hooked to other statistic plugins (BeardStats, right now).
Would you like join as a developer in this project? Send a PM to Kaosvf
-
View User Profile
-
Send Message
Posted Aug 29, 2012I seem to be getting a weird error at random times. [SimpleSpleef] Could not connect to remote server to check for update. Exception said: Connection timed out
-
View User Profile
-
Send Message
Posted Aug 29, 2012Agreed Bperms :D
-
View User Profile
-
Send Message
Posted Aug 28, 2012Does not work with bpermissions. Please make it work with bperms:D
-
View User Profile
-
Send Message
Posted Aug 27, 2012@Kompot45
I have also encountered this issue. Is there a way to allow bPermissons to be used, or not?
-
View User Profile
-
Send Message
Posted Aug 27, 2012Does it work with bPermissions? Because I cant get it to work, seems like it doesnt detect bPerms as a permission plugin. Both are up-to-date.
-
View User Profile
-
Send Message
Posted Aug 26, 2012@kustomcraft
Please open a ticket here: https://github.com/Kaosvf/SimpleSpleef-Evolution/issues
And you should use pastebin to paste the entire console logs and configuration file. Thanks!
-
View User Profile
-
Send Message
Posted Aug 25, 2012On player join...
25.08 15:16:57 [Server] INFO ... 14 more 25.08 15:16:57 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) 25.08 15:16:57 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601) 25.08 15:16:57 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 25.08 15:16:57 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 25.08 15:16:57 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 25.08 15:16:57 [Server] INFO at net.kaoslabs.simplespleef.game.GameHandler.onPlayerJoin(GameHandler.java:618) 25.08 15:16:57 [Server] INFO at net.kaoslabs.simplespleef.game.GameStandard.onPlayerJoin(GameStandard.java:937) 25.08 15:16:57 [Server] INFO Caused by: java.lang.NullPointerException 25.08 15:16:57 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) 25.08 15:16:57 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) 25.08 15:16:57 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) 25.08 15:16:57 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) 25.08 15:16:57 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) 25.08 15:16:57 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29) 25.08 15:16:57 [Server] INFO at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44) 25.08 15:16:57 [Server] INFO at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:41) 25.08 15:16:57 [Server] INFO at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:121) 25.08 15:16:57 [Server] INFO at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:92) 25.08 15:16:57 [Server] INFO at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:161) 25.08 15:16:57 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 25.08 15:16:57 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 25.08 15:16:57 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 25.08 15:16:57 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332) 25.08 15:16:57 [Server] INFO org.bukkit.event.EventException 25.08 15:16:57 [Server] SEVERE Could not pass event PlayerJoinEvent to SimpleSpleef
-
View User Profile
-
Send Message
Posted Aug 25, 2012@Kaosvf
Sure doing it right now
-
View User Profile
-
Send Message
Posted Aug 25, 2012@aaomidi
I have to test it, however I announce that I'll be on holiday in few hours until the 8th of september.
Can you open a ticket for that specific issue?
-
View User Profile
-
Send Message
Posted Aug 25, 2012@aaomidi
Actually I tested It and the problem is still not solved and I found the cause of it, well if someone joins spleef and then quits the server before /spl ready It cant start the game anymore.
-
View User Profile
-
Send Message
Posted Aug 25, 2012@aaomidi
I sounded like a retard there, I should've read the changelog :P
-
View User Profile
-
Send Message
Posted Aug 24, 2012@Kaosvf
Ha Ha Thanks, Any ETA on the bug fix?
-
View User Profile
-
Send Message
Posted Aug 24, 2012Did anyone test yet if SimpleSpleef 3.4 works with Orebfuscator?
-
View User Profile
-
Send Message
Posted Aug 24, 2012Download of SimpleSpleef 3.4 compiled with java6 in the description :)
-
View User Profile
-
Send Message
Posted Aug 24, 2012@ARavinMadMonkey
They have this project in GitHub, you can compile if you want? I might do it as well,
-
View User Profile
-
Send Message
Posted Aug 24, 2012@Kaosvf
When you're with a hosting company who use Java 7 but still for a reason unknown to customer and host throws the MajorMinor error when using a Java 7 plugin it isnt :/ I did try and put this into Eclipse and compile it myself but the project screwed up and gave errors all over the place. If you linked me the folder from your workbench ill be happy to compile it myself and share it.
-
View User Profile
-
Send Message
Posted Aug 24, 2012@ARavinMadMonkey
isn't difficult install java 7 :/
-
View User Profile
-
Send Message
Posted Aug 24, 2012Please compile with JRE 6 so it is open to as many people as possible.
-
View User Profile
-
Send Message
Posted Aug 24, 2012@wumpyc
and with the latest version works?
-
View User Profile
-
Send Message
Posted Aug 24, 2012@Kaosvf
Well didn't orebfuscator work with SimpleSpleef (not Evolution)