Skip to content

Derec-Mods/ChickenJockey

Repository files navigation

🐔 ChickenJockey

image

Created for use on my University Minecraft world (derex smp) + randos


📖 Features

  • 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

Installation

  1. Download the latest release of the plugin from the Releases page.
  2. Place the ChickenJockey.jar file into your server's plugins folder.
  3. Restart your server.
  4. Enjoy the enhanced chicken jockey experience!

⚙️ Configuration

No configuration is required! The plugin works out of the box.


🛠️ Developer API

ChickenJockey provides a custom event for developers to hook into:

ChickenJockeySpawnEvent

This event is triggered whenever a chicken jockey spawns. You can listen to this event to add custom behavior.

Example:

@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.

About

Automatically detects chicken jockeys and renames them as such. And funny messages.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages