Pitfall
Version: v2.1.1 Origonal Author: petrifiednightmares
1.14.x dev builds: https://github.com/packet-loss-gaming/Pitfall-2/releases
I have decided to continue the work done by petrifiednightmares (Last online on the bukkit forums as of November 3, 2011). All credit goes to him for the idea behind this amazing plugin, and all credit goes to him for any source prior to version 2.0.
A configurable plugin that allows certain blocks to act as pressure traps. Once a player steps on them, the blocks disappear temporarily causing the victim to tumble into the pit you dug below.
Features:
- Allows the user to create traps with clay (configurable). Building a layer of clay, and then a layer of any material above it will cause it to become a trap. Whenever a supported trigger (listed below) steps on the layer above the clay, both layers will temporarily disappear, plunging the victim into the depths of the abyss you dug below (Or your terrible trap to steal their stuff). After a second, the two layers will reappear, waiting to claim another helpless soul. These trap can be set off by:
- Players
- Mobs
- Items
- Configuration of what block to be used instead of clay.
- Configurable search radius
- Configurable destructive height
- Configurable trap trigger and return delay
- Allows setting up a list of blacklist blocks.
- Post 1.14.x (dev builds):
- These are blocks that will not disappear even if placed above the clay block. Prefix the material name with the "-" character to provide a blacklist exception. All names must be in upper case.
Format:
<MATERIAL>
- These are blocks that will not disappear even if placed above the clay block. Prefix the material name with the "-" character to provide a blacklist exception. All names must be in upper case.
- Pre 1.14.x:
- These are blocks that will not disappear even if placed above the clay block. Use a data value of -1 for all data values. Prefix the material name with the "-" character to provide a blacklist exception.
Format:
<MATERIAL>[:<DAMAGE_VALUE>]
- These are blocks that will not disappear even if placed above the clay block. Use a data value of -1 for all data values. Prefix the material name with the "-" character to provide a blacklist exception.
- Post 1.14.x (dev builds):
Suggested Uses:
- Traps
- Complex Arenas
- Entrances to Dungeons
- Part of a Maze
- Some other cool thing I didn't think of
| Permissions | Description |
|---|---|
| pitfall.trigger | Needed to allow the pitfall to fall. |
-
View User Profile
-
Send Message
Posted Aug 10, 2012Same problem as Her_Craving below.
Mac OSX 10.7.4 $ java -version java version "1.6.0_33" Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720) Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
CraftBukkit invoked with: java -Xmx3096M -Xms3096M -jar craftbukkit.jar ... 17:45:48 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R1.0-b2320jnks (MC: 1.3.1) (Implementing API version 1.3.1-R1.0) 17:45:48 [SEVERE] Could not load 'plugins/Pitfall.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/petrifiednightmares/pitfall/Pitfall : Unsupported major.minor version 51.0 ...
Any suggestions greatly appreciated...
-
View User Profile
-
Send Message
Posted Aug 10, 2012@Dark_Arc
I just ran version v1.9.1 on CB 1.3.1-R1.0 and got the same load error that "Her_craving" reported in the post below.
-
View User Profile
-
Send Message
Posted Aug 10, 2012@GioboiMC
xD hey there mr adam, I could get pitfall to run and create a folder, just couldn't get it to work in the game. I might just have to play around more with the config, even though i thought i did it right..
-
View User Profile
-
Send Message
Posted Aug 9, 2012@GioboiMC
Try Pitfall 1.9.1 when it is approved by Bukkit and tell me if that resolves your problem please :).
-
View User Profile
-
Send Message
Posted Aug 9, 2012I have tried again and received this error.
2012-08-09 20:52:17 [SEVERE] Could not load 'plugins/Pitfall.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/petrifiednightmares/pitfall/Pitfall : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:155) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:565) at org.bukkit.Bukkit.reload(Bukkit.java:183) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:21) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.NetworkManager.b(NetworkManager.java:281) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109) at net.minecraft.server.ServerConnection.b(SourceFile:35) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.UnsupportedClassVersionError: com/petrifiednightmares/pitfall/Pitfall : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144) ... 21 more
-
View User Profile
-
Send Message
Posted Aug 6, 2012@GioboiMC
I'm not sure how to help you without more information. Because it does work for me and likely almost everyone else who has downloaded it.
-
View User Profile
-
Send Message
Posted Aug 5, 2012It's not even in the plugin list
-
View User Profile
-
Send Message
Posted Aug 5, 2012@GioboiMC
I did, everything executed as expected on my machine and my server host's machine :| Can you give me the result of the version command? I may or may not help with debugging your issue.
-
View User Profile
-
Send Message
Posted Aug 5, 2012Delete the jar and folder, download the 1.9 version from this page, drop that in your server and reload your plugins. No folder will be created.
-
View User Profile
-
Send Message
Posted Aug 4, 2012@GioboiMC
I have no issues with the latest build of CraftBukkit & Pitfall v1.9 on my test or main server. :|
-
View User Profile
-
Send Message
Posted Aug 4, 2012Erm..There's not much info I can give. It's not even reading that the plugin is there. I've used this for a year and have never had this problem. It won't create a folder for the plugin and doesn't even show up in /pl
-
View User Profile
-
Send Message
Posted Aug 3, 2012@GioboiMC
I am not aware of any 1.3 incompatibilities, can you provide more information? Pitfall and Bukkit versions would be helpful and if there is an error in your console I would be very greatful if you would pass it on to me.
-
View User Profile
-
Send Message
Posted Aug 3, 2012Please fix the plugin for 1.3, it doesn't even seem to be generating a folder :/
-
View User Profile
-
Send Message
Posted Jul 30, 2012Planning on 1.9 today with support for 5.0. :)
-
View User Profile
-
Send Message
Posted Jul 1, 2012@damnnicholas
Odd, but ok lol.
-
View User Profile
-
Send Message
Posted Jul 1, 2012@Dark_Arc
Well, this is awkward, my account got screwed so i made another one and re-uploaded all my videos. Heres the link to the re-uploaded one: http://www.youtube.com/watch?v=jQLWZkiXwuE&feature=youtu.be
-
View User Profile
-
Send Message
Posted Jul 1, 2012@damnnicholas
Thanks sir :)
Edit *
Sorry for the late reply as well, my power was knocked out by the Ohio storms... so... Also, I've added a link to your video :)
-
View User Profile
-
Send Message
Posted Jun 30, 2012Hey, i thought your plugin was pretty neat so i made a little demonstration/showcase on it :) Hope you like it!
Link to video: http://www.youtube.com/watch?v=73Oww_syGXE&list=UUZi8NiRNmynfZkr-bB1_o5g&index=1&feature=plcp
-
View User Profile
-
Send Message
Posted Jun 23, 20121.8 coming soon :)
-
View User Profile
-
Send Message
Posted Jun 7, 2012Initial look at the Pitfall 1.8b is promising :) Some more code optimizations that can be noticed and the API is coming along nicely :)