Ender Crystal Buffs
THIS PROJECT IS NO LONGER SUPPORTED
Description
Ender Crystal Buffs is a plugin which allows you to give custom buffs (potion effects) to players
for breaking the ender crystals and allows for the respawning of crystals! Customizable by you to
determine which buffs they should get, for how long they should get them, how strong they are, and
if crystals respawn and how long it takes for them to! Credits for this idea go to: Evildude221 so if
you like it, be sure to tell him thanks!
Features
- super simple setup and install!
- give players buffs (potion effects) for breaking ender crystals!
- ender crystals can respawn! you set how long it takes!
- dragon can now respawn!
- customizable buffs/respawn time via config!
- option for randomized buffs!
- adjust how many buffs, length of buffs, and strength of buffs!
How to install
- download enderCrystalBuffs.jar and place in plugins folder
- restart server and your ready!
Setup
example of a buff in config.yml
SPEED: enabled: true duration: 120 amplifier: 1
enabled - turns buff on or off
duration - how long (in seconds) the buff lasts
amplifier - a multiplier for the buff's potency
Commands
- NONE!
Permissions
- NONE!
TODO
- fix restore crystals/dragon to %100
- let me know what you would like to see!
Changelog
- Version 2.0
- added option to respawn dragon
- added randomized buffs
- restore crystals/dragon on shutdown (bugged but partially/sometimes works)
- Version 1.2
- added respawn ability for ender crystals
- added particle effect when buffed
- Version 1.0
- added list of buffs
- added message
Conflicts/Known Limitations/Bugs
- none yet!
TragicSurvival
- looking for a friendly community?
- just tryin to find me for advice on a plugin?
- you can catch me here playing sometimes
- website: tragicsurvival.forumotion.com
- IP: tragicreborn.tk
-
View User Profile
-
Send Message
Posted Aug 31, 2015PLEASE UPDATE
@Nemesis213
-
View User Profile
-
Send Message
Posted Dec 30, 2014Great Plugin :)
But please add support for minecraft 1.8 (Spigot)
This error occurs:
[16:17:34] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to enderCrystalBuffs v2.0 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:85) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:538) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:451) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleNonLivingEntityDamageEvent(CraftEventFactory.java:589) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleNonLivingEntityDamageEvent(CraftEventFactory.java:575) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.EntityEnderCrystal.damageEntity(EntityEnderCrystal.java:63) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.EntityHuman.attack(EntityHuman.java:1002) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.EntityPlayer.attack(EntityPlayer.java:1050) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1312) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PacketPlayInUseEntity.a(SourceFile:52) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PacketPlayInUseEntity.a(SourceFile:11) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_65] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_65] at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] at java.lang.Thread.run(Unknown Source) [?:1.7.0_65] Caused by: java.lang.ArrayIndexOutOfBoundsException: 8 at io.github.Nemesis213.enderCrystalBuffs.enderCrystalBuffs.buffPlayer(enderCrystalBuffs.java:178) [?:?] at io.github.Nemesis213.enderCrystalBuffs.enderCrystalBuffsListeners.onDamagedByEntity(enderCrystalBuffsListeners.java:49) [?:?] at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source) [?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.7.0_65] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.7.0_65] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) [craftbukkit.jar:git-Spigot-47b1dff-f233e7d] ... 22 more
-
View User Profile
-
Send Message
Posted Nov 2, 2013random number of buffs and dragon respawning added in v2.0 :) .....restoring all crystals and dragon on shutdown and reload is alittle bugged but will partly work and wont hurt anything if u want to use it. ill work on fixing that in the future.
-
View User Profile
-
Send Message
Posted Oct 23, 2013@Nemesis213
Yea i didn't even realize 1.7 was coming that soon! The WIKI says it'll be released on October 25th.
-
View User Profile
-
Send Message
Posted Oct 22, 2013Ya... I'll definitely add that. Hopefully soon. I'd like to do it when I update it for 1.7! Hopefully this weekend *crosses fingers*
-
View User Profile
-
Send Message
Posted Oct 22, 2013@Nemesis213
No problem lol :)
I realized they can be disabled, just thought that it choosing one buff randomly would be nice also =D
-
View User Profile
-
Send Message
Posted Oct 22, 2013Actually give me a week or two, sorry :( work just put me on a 3am to 3pm schedule and I have 2 sick women at home lol. But I will implement it as soon as I have time. Just don't want to garauntee it sooner than realistic :P
-
View User Profile
-
Send Message
Posted Oct 22, 2013@evildude221 That's easy enough... I'll implement it and have it up tonight hopefully Also, maybe you already realize, but you don't have to have ALL of them applied :P You can select only the one/ones you want by setting them true/false in the config
-
View User Profile
-
Send Message
Posted Oct 21, 2013A good idea, would be the plugin randomly choosing ONE of the enabled buffs, instead of just applying all of them.
@Nemesis213
-
View User Profile
-
Send Message
Posted Oct 21, 2013@toxictroop could you be a little more specific? Like have them respawn in a new random location? Also I'm curious why?
-
View User Profile
-
Send Message
Posted Oct 21, 2013Make them random generated into the map.
-
View User Profile
-
Send Message
Posted Oct 19, 2013after 2 surgeries in the family and an increase in other real life duties i will be waiting till 1.7 to release any new features.... i will still fix bugs and maintain my projects and gladly take any feature requests, they will just have to wait a little longer until they can/will be implemented. thank you all for your support :)
-
View User Profile
-
Send Message
Posted Oct 16, 2013@raducoste193 Sorry it only allows for respawning... They will respawning in their original position only.
I will finish with my current project soon then I'll maybe add an option to place extra crystals Along with an option to respawn the dragon after a set amount of time :)
-
View User Profile
-
Send Message
Posted Oct 16, 2013@Nemesis213 how am i able to spawn the crystals where i want?
-
View User Profile
-
Send Message
Posted Oct 15, 2013As always let me know what I can improve :)