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: 10 months 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.
- Host: GitHub
- URL: https://github.com/dlamott/custommob
- Owner: DLaMott
- Created: 2020-07-05T15:10:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T18:18:10.000Z (almost 6 years ago)
- Last Synced: 2025-07-17T20:55:06.200Z (11 months ago)
- Topics: bukkit-plugin, java, minecraft, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!