This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Have you ever wanted to take no fall damage without having potions, well its here now, this plugin is made for falling and not taking damage
@TinyBlocks
It is not unfixable, Nuthing is unfixable (or to avoid being absolute, Almost nuthing is unfixable)
@TinyBlocks
:3 There is the fix XD
A few friendly notes for your plugin:
1. follow java naming convetnions
2. Player player = (Player)sender; Dont ever cast without checking. you did that in your oncommand method i supose and in your EventHandler (i am certain)
3. Dont cast first and then check if it is instanceof player. First check then cast (this causes the error reported)
I think the problem is with entities like mobs and monsters fall distances like 1/2/3 blocks. The error is pretty constant in my console. It starts at the bottom
-
View User Profile
-
Send Message
Posted Apr 18, 2015@TinyBlocks It is not unfixable, Nuthing is unfixable (or to avoid being absolute, Almost nuthing is unfixable) @TinyBlocks :3 There is the fix XD A few friendly notes for your plugin: 1. follow java naming convetnions 2. Player player = (Player)sender; Dont ever cast without checking. you did that in your oncommand method i supose and in your EventHandler (i am certain) 3. Dont cast first and then check if it is instanceof player. First check then cast (this causes the error reported)
-
View User Profile
-
Send Message
Posted May 28, 2014I found a way, just do instanceof player
-
View User Profile
-
Send Message
Posted May 23, 2014@TinyBlocks
Not true. Post source or something and I will find a way to fix it.
-
View User Profile
-
Send Message
Posted May 15, 2014@KnightcraftRPGServer sadly this is an unfixable bug :d
-
View User Profile
-
Send Message
Posted Apr 28, 2014I think the problem is with entities like mobs and monsters fall distances like 1/2/3 blocks. The error is pretty constant in my console. It starts at the bottom