Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlamott/custommob

Adds a custom mob to a world. The mob steals a player's loot and runs away. Loot and other items are returned by damaging and or killing the mob.
https://github.com/dlamott/custommob

bukkit-plugin java minecraft minecraft-plugin spigot-plugin

Last synced: 18 days ago
JSON representation

Adds a custom mob to a world. The mob steals a player's loot and runs away. Loot and other items are returned by damaging and or killing the mob.

Awesome Lists containing this project

README

        

# CustomMob
This plugin adds a Custom Mob to a player's world. The Mob spawns after a player places "Grass_Block" a random number of times. The Entity steals the player's loot, runs away,
and will drop items as the player hits or kills the entity. Over time I will make the plugin have more customization by adding the ability to make the entity type,
entity name, and items able to be changed in the provided configuration file.

Thank you!