- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/ttryy/ExtendedBeacon
Extended Beacon
Allows to use custom Beacon mechanics.
![]()
Features:
- Mobs can't spawn in your beacons range.
- Usage: Left click a beacon with a Torch to toggle this feature.
- Permission: extendedbeacon.togglemobspawning
- All player in your beacons range don't get hungry.
- Usage: Left click a beacon with an Apple to toggle this feature.
- Permission: extendedbeacon.togglehunger
- Break the beacon to have a beacon item with any setting already applied.
- Usage: Break the beacon you left clicked with an Apple or Torch or both and the item will drop.
- Permission: extendedbeacon.canbreakbeacon
- More to come... (you got any ideas? let me know!)
Code (YAML):
#
# ______ _ _ _ ____
# | ____| | | | | | | _ \
# | |__ __ _| |_ ___ _ __ __| | ___ __| | |_) | ___ __ _ ___ ___ _ __
# | __| \ \/ / __/ _ \ '_ \ / _` |/ _ \/ _` | _ < / _ \/ _` |/ __/ _ \| '_ \
# | |____ > <| || __/ | | | (_| | __/ (_| | |_) | __/ (_| | (_| (_) | | | |
# |______/_/\_\\__\___|_| |_|\__,_|\___|\__,_|____/ \___|\__,_|\___\___/|_| |_|
#
#
# by TTRyY01vbkRF
mob_spawning:
block_custom_reason: false
whitelist: []
messages:
MOB_SPAWNING: "&eMobs can spawn in your beacon radius."
NO_MOB_SPAWNING: "&eMobs can no longer spawn in your beacon radius."
HUNGER: "&eYou loose hunger in your beacon radius."
NO_HUNGER: "&eYou no longer loose hunger in your beacon radius."
MOB_SPAWNING_ITEMLORE: "&eMobs can't spawn in this Beacons radius."
HUNGER_ITEMLORE: "&eYou don't get hungry in this Beacons radius."

Extended Beacon 0.2.0
Allows to use custom Beacon mechanics.
Recent Updates
- Breakable beacons Jan 12, 2021
- NO MORE HUNGER!! Jan 10, 2021
- Custom Spawn Reason and Whitelist Jan 5, 2021