Enderdragons+
Enderdragons Plus
Description
The plugin controls the spawning of Enderdragons. It fixes the feature that Enderdragons will always fly to the point 0,70,0 if they have no target. It also gives the dragons a home position, where it will return, if he flies to far away.
The Plugin will replace all dragons witch are spawned by these dragons. (except they are not of class: net.minecraft.server.EntityEnderdragon). It is compatible with DragonTravel. It is compatible with RideThaDragon.
There are multiple possibility to configure Dragons. Also there is the possibility to have different Dragon types (different Ages of Dragons) on the Server (see the section Dragon Ages).
Also you can ride dragons with this plugin and fire fireballs while riding (pure Awsomeness)!!
IMPORTANT! This will only work with CraftBukkit!!! (Tested with Version 1.7.2 R0.1) All other Bukkit Implementation and Versions can work, but it is not guaranteed.
Commands
- /edp : gives some info to the plugin
- /sedp : spawns an EnderDragon.
- /kedp [range] : kills all registered EnderDragons in the given range. range = 0 means All Enderdragons regardless of range and world.
- /edpunload : unloads all EnderDragons to an extenal files.
- /edpload : loads all external EnderDragons from files.
- /edpinfo : gives info how many EnderDragons are loaded.
- /edpreload : reloads the config of EnderDragons+.
- /edpgohome : sends all Enderdragons to their Home-Locations
- /edprespawner ... : does respawner commands
- /edpride [speed] : lets you ride a dragon.
PermissionNodes
Permissions are bound to the commands:
- edplus.create : /sedp
- edplus.kill : /kedp [range]
- edplus.commandback : /edpgohome
- edplus.reloadconfig : /edpreload
- edplus.unloadall : /edpuload
- edplus.loadall : /edpload
- edplus.info : /edpinfo
- edplus.riding.ride : /edpride [speed]
- edplus.riding.fireball : firing a fireball while riding a dragon (press q, key for throwing item away. Has to have an Item in hand)
Others:
- edplus.targeting.ignore : The person gets ignored by Dragons
- edplus.riding.fireball : fires a Fireball while riding with key 'q' (throw Item away).
Riding a Dragon
Simply use /edpride [speed] . The Speed is from very slow to unlimited. Recomondations are: slow: speed = 1, medium: speed = 3, fast: speed = 5.
You can Fire fireballs when riding a dragon. Simply press 'q' (throw Item away Key). Then The Dragon will fire a fireball on your Target location.
There are 2 Permissions. One for Riding, one for Fireball spitting. -> see Chapter: PermissionNodes.
Respawners:
IMPORTANT!!!!: if a player does not have the edplus.resawner.see Permission, he will not see the Respawner-Sign! Permissions:
- edplus.respawner.create: '/edprespawner create <spawnername> [respawnTime] [dragons]' and '/edprespawner link <spawnername>'
- edplus.respawner.remove: Hitting the sign to kill the respawner
- edplus.respawner.clear: /edprespawner clear
- edplus.respawner.info: /edprespawner info
- edplus.respawner.debug: /edprespawner debugsigns
- edplus.respawner.see: IMPORTANT: If the Player has this permission, he sees the Respawner Sign, if not, he does not see it!!
- edplus.respawner.port: /edprespawner port [number]
Commands:
- /edprespawner create <spawnername> [RespawnTime] [MaxDragons] : creates a respawner named: as in <spawnername>, with [RespawnTime] as respawn time and [MaxDragons] as maximum dragons at the same time (respawn time is in SECONDS).
- /edprespawner link <spawnername> : links your current location to the spawner named in: <spawnername>
- /edprespawner clear : clears all respawners and deletes them. (Emergency command)
- /edprespawner info : gives info where and how many Respawners are.
- /edprespawner debugsigns : if the respawner exists, but the Sign is not there, it will be replaced. ATTENTION, noticing, if the Sign is invisible!!
- /edprespawner port <Respawner Name> [number] : ports to the respawner with the name in <Respawner Name> and the Number: [number] (can be seen on sign or with /edprespawner info)
The Plugin is compatible to the following PermissionSystems:
- Vault
- PermissionsEx
- GroupManager
- BukkitPermissions
- bPermissions (experimental)
- No permissions (Op only)
Config
The Configuration is mostly good documented (config.yml).
Dragon Ages
There is another configuration. The Dragon ages located in the ageTable.yml.
Different Dragons with different ages can be spawned. This makes it possible to have different difficulties (like: small, normal, hard, etc.). For further information and syntax look at: Dragon Ages.
API (for developer)
API class: de.tobiyas.enderdragonsplus.API.DragonAPI Methods:
- public static boolean setTarget(LivingEntity dragon, LivingEntity target);
- public static boolean setTarget(LivingEntity dragon, Player player);
- public static boolean setTarget(LivingEntity dragon, Location location);
- public static boolean sendHome(LivingEntity dragon);
- public static boolean setNewHome(LivingEntity dragon, Location location);
- public static boolean setNewHomeAndGoTo(LivingEntity dragon, Location location);
- public static LivingEntity spawnNewEnderdragon(Location location);
- public static boolean setPropertyToDragon(LivingEntity dragon, String property, Object value);
- public static Object getPropertyToDragon(LivingEntity dragon, String property);
- public static boolean spitFireballOnTarget(LivingEntity dragon, Entity target);
Information that has to be given (Disclaimer):
- The Plugin is capable of uploading errors to a database. This is disabled by default. To Enable this feature, enable it in the configuration (uploadErrors: true).
- The Plugin collects metric data for usage (https://mcstats.org/). This is enabled by default. To disable this feature, set the config option to false (uploadMetrics: false).
Known Bugs (V1.11.0)
- On dragon reloading (chunk unload and reload) it will give a Bukkit warning that the dragon was stored wrong
Upcoming in next Version (V1.11.1)
- Currently working on V1.11.1:
- Untested:
- Still missing: - Fire breath (70%, looks promising, but needs more testing)
Thanks To:
- @NazzyDragon: for the Idea and the support for testing :)
- @V10Lator: for the Plugin: RideThaDragon (gonna miss you :( thanks for the cool plugin!)
- @XemsDoom, @Phiwa: for the Plugin: DragonTravel (gonna miss you :( thanks for the cool plugin!)
- @CraftBukkit team: for the API and "cleaning" Notch's code
OTHER
If you want to help me by donating, this would be great! This Project consumes a lot of time. The changes the bukkit Team / Mojang do are not always that fine to look through. Donating always motivates to do more/better work ;) . The link is on the top right!
I need some 'Beta testing people' to help me find bugs to already existing stuff. :/ can't do coding + testing at once (unfortunately I only have 2 arms...).
-
View User Profile
-
Send Message
Posted Jan 31, 2013The new version actually compiles. *cheer* (with CB 1.4.7. R1.1
@SuperMinecraftBrosMC Yes. Java 6 jars will work with a Java 7 Runntime Environmente.
@nightfearforyou Actually it's done. Just some debugging nesscessary
@silentdojo Should be fixed in the next version (hope so) (And yes, nms changed... Go die craftbukkit team :) )
@Faldonboy I took a short look into his sources and could not see any conflict... Well I didn't take a close look though... I think it will then be incompatible.
-
View User Profile
-
Send Message
Posted Jan 30, 2013Does the Java 6 version with Java 7? I can't find 1.8.6 (Java 7)
-
View User Profile
-
Send Message
Posted Jan 23, 2013hi, when will version for 1.4.7 done?
-
View User Profile
-
Send Message
Posted Jan 21, 2013I'm also seeing the Temple doesn't spawn either. And looking forward to the 1.4.7 version since the nms changes in Bukkit require you to change the packages for each update.
On another note our players really love this plugin! It's been working great for the past Month. Excellent job Tobiyas!
-
View User Profile
-
Send Message
Posted Jan 19, 2013Major plugin conflict with EpicBoss If you have any enderdragon bosses using his plugin it will multiply indefinitely. I ended up with 219 enderdragons before the server finally froze. Only happens if this plugin is in the server at the same time.
-
View User Profile
-
Send Message
Posted Jan 12, 2013@CosmicVoyager
Thanks. found the problem.
-
View User Profile
-
Send Message
Posted Jan 11, 2013@Tobiyas
"hm... I'll have to take a deep look into this anyway. :/ Do you have the plugin: WorldEdit on your server?"
Yes.
-
View User Profile
-
Send Message
Posted Jan 11, 2013@MC357
nice idea. ;) Is in progress.
@CosmicVoyager
hm... I'll have to take a deep look into this anyway. :/ Do you have the plugin: WorldEdit on your server?
EDIT: Oh yeah... Java 7 releases will not be added any more. (java 6 releases should work on java 7 jres though). I got told by Bukkit Staff (guess they have enogh to do...) to only use java 6 builds.
-
View User Profile
-
Send Message
Posted Jan 4, 2013I have deactivateDragonTemples: false
but temple is not spawning.
-
View User Profile
-
Send Message
Posted Jan 1, 2013I have something I would like to do on my server but I need an announcment or a special item given to the player that actually delivers the death blow to the Ender Dragon. This plug in looks awesome and will fill my other needs. Is this something that can be added without too much difficulty? I am currently using 1.4.6 R02 Java 7 u10
-
View User Profile
-
Send Message
Posted Dec 28, 2012@TanusW
Version 1.8.4 beta is working perfectly for me on 1.4.6.R01 Java 7
-
View User Profile
-
Send Message
Posted Dec 23, 2012I want for java 7 also
-
View User Profile
-
Send Message
Posted Dec 22, 2012Thank goodness. This is the first time in so very very long it works.
-
View User Profile
-
Send Message
Posted Dec 22, 2012Do you test it ?
-
View User Profile
-
Send Message
Posted Dec 21, 2012@TanusW
Hopefully EnderdtragonsPlus 1.8.4 will work in Craftbukkit 1.4.6
Not 100% sure, since I can't test it now.
I just ported it and I must say... The code from Mojang is NOT getting better! :D
Also: The guys from Bukkit dev kind of need to rethink their name convention for new server packets.... -_- (this s*cks...)
-
View User Profile
-
Send Message
Posted Dec 21, 2012Work in 1.4.6?
-
View User Profile
-
Send Message
Posted Dec 20, 2012@CosmicVoyager
gr... well.. My bad. Should work now... P.s. 1.4.6 is out (dev)
-
View User Profile
-
Send Message
Posted Dec 17, 2012@Tobiyas
[SEVERE] Error occurred while enabling EnderdragonsPlus v1.8.2 (Is it up to date?) java.lang.UnsupportedClassVersionError: de/tobiyas/util/debug/logger/DebugLogger : Unsupported major.minor version 51.0
CraftBukkit version git-Bukkit-1.4.5-R0.2-b2488jnks
EnderdragonsPlus 1.8.2 (Beta) (Java 6) for CB 1.4.5-R0.2
http://pastie.org/5541935
-
View User Profile
-
Send Message
Posted Dec 16, 2012@CosmicVoyager
Sorry.. uploaded the wrong version.. I will be available when Bukkit staff vaifies it.
@TanusW
Oh well... Since the guys from Bukkit seem to like teasing developers (yeah... whis sucks...) It may take some time.
-
View User Profile
-
Send Message
Posted Dec 15, 2012Tobiyas you just keep look for minecraft update also because minecraft 1.4.6 nearly come out now!!!