Created for use on my University Minecraft world (derex smp) + randos
- Automatically detects chicken jockeys and renames them as such
- Fires a custom
ChickenJockeySpawnEvent
for plugins like DiscordSRV to hook into. - Lightweight and optimized for performance. Chicken jockeys will still despawn like normal
- Funny messages on jockey kill
- Download the latest release of the plugin from the Releases page.
- Place the
ChickenJockey.jar
file into your server'splugins
folder. - Restart your server.
- Enjoy the enhanced chicken jockey experience!
No configuration is required! The plugin works out of the box.
ChickenJockey provides a custom event for developers to hook into:
This event is triggered whenever a chicken jockey spawns. You can listen to this event to add custom behavior.
@EventHandler
public void onChickenJockeySpawn(ChickenJockeySpawnEvent event) {
Entity jockey = event.getJockey();
Chicken chicken = event.getChicken();
// Custom behavior
Bukkit.broadcastMessage("A Chicken Jockey has spawned! Jockey: " + jockey.getType());
}
❤️ Credits Developed by Derex... or derex_, derec4, derexXD, dereXD, derexwq, DereC_, CORRUPT_Greninja, lordnexus123, or whatever iteration of my username we are on at this point. Inspired by the Minecraft movie.
📜 License This project is licensed under the MIT License.