Compatibility
Minecraft: Java Edition
1.21
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
Mine = Random Entity
Description:
This server plugin spawns a random entity each time a block is broken. To obtain the item dropped by the block the entity has to be beaten.
Spawning Rules
- entities only spawn for blocks broken by players
- the same block always spawns the same entity for each seed
- all entities can be spawned
- (WIP) you can configure whether the entitiy has to be beaten for the item to be obtained
Goal
The goal of this challenge is to kill the Ender Dragon, but players are not limited to this.
Mapping Command
Description:
Displays which entity a block spawns or by what blocks a entity is spawned
Usage:
/mapping [<entry>]
or /map [<entry>]
Parameter:
<entry>
- Enter block / entity type you want to check- None - Uses the block held by executor
Example:
/mapping minecraft:tnt
=>
Mapping for tnt block:
tnt spawns a zombie horse
Mapping for tnt entity:
tnt is spawned by dirt
tnt is spawned by oak wood
...
Credits:
I got this idea from a youtuber named "BastiGHG" who posted several videos with a similar challenge.