CrushIt
CrushIt
Short Summary
| name | CrushIt |
| description | This plugin allows you to break cobblestone between a piston and an obsidian block. |
Introduction
Hello dear Bukkit-User,
this is my first plugin i have ever written for Bukkit. I was searching for a long time for a simple ( very simple ) plugin that allows you to brake cobblestone with a piston and a block of obsidian.
Features
With this plugin it is possible to:
- break cobblestone with a piston and a block of obsidian
If a Piston is getting activated it checks if there is a cobblestone in front of it and behind of it an obsidian block. If it is true it will crush the cobblestone and drop it.
- It works in all directions: up, down, north, south, west, east
Installation
- Unzip the *.zip
- Put *.jar into /plugins folder
- Run server
- No configuration is needed
- Plugin runs automaticly
Commands
None
Permissions
None
Configuration
None
-
View User Profile
-
Send Message
Posted Apr 14, 2013Source : http://dev.bukkit.org/server-mods/crushit/pages/source-1-0/
-
View User Profile
-
Send Message
Posted Apr 14, 2013If I will find it :D
-
View User Profile
-
Send Message
Posted Apr 11, 2013I had to recompile it with Java 1.6 first off, but it still didn't work then even though it was loading. Cobblestone would not get crushed. I had to add that attribute to the event, then it started working.
Edit: One thought, maybe my decompiler stripped the attribute so when i recompiled, it was missing? Still outstanding question, could we get the source?
-
View User Profile
-
Send Message
Posted Apr 10, 2013Tested it. In my case it worked at 1.5.1. Maybe you have a plugin which make my plugin not work correctly !?
-
View User Profile
-
Send Message
Posted Apr 10, 2013Not working on 1.5.1 :O ?
-
View User Profile
-
Send Message
Posted Apr 9, 2013I ended up just decompiling the code. After some experimenting, I got it working on 1.5.1 by adding an attribute to the event:
Still might be some bugs though, going to test it out more thoroughly.
-
View User Profile
-
Send Message
Posted Apr 8, 2013Could we get a link to the source? I was interested in updating this and testing it out with 1.5.1.