Witness falling stars streak across the sky, crash into the world, and leave behind star shards and craters.
Starfall brings celestial events to your Minecraft server. Witness meteors streak across the night sky and crash into the world, leaving behind star shards loot and permanent craters for players to discover.
/starfall compass to point your compass to the nearest impact site/starfall locate to find exact coordinates and distances/starfall nowstarfall.use and starfall.admin permissions/starfall compass - Points your compass to nearest impact site/starfall locate - Shows coordinates of nearest impact site /starfall now - Forces a starfall event (admin)Easily customize everything in the config.yml:
# How often to run the starfall check loop (ticks). 20 ticks = 1 second.
check-interval-ticks: 200
# Probability per check to spawn a star if it is night and cooldown passed.
chance-per-check: 0.12
# Minimum seconds between starfalls in the same world.
world-cooldown-seconds: 300
# Radius of the impact crater.
crater-radius: 4
# How many recent sites to remember per world (used by /starfall compass and locate).
max-sites-remembered: 5
# Worlds where starfalls are active. If empty, all NORMAL worlds are used.
enabled-worlds:
- world
# Shard drop range from a single impact.
shards:
min: 2
max: 6
# Chance for a rare Fallen Star Core to drop from an impact.
core-drop-chance: 0.08
# Runtime data. Do not edit manually unless you know what you're doing.
sites: {}