#Get biomes a player has been to

1 messages · Page 1 of 1 (latest)

golden gull
short vale
#

Do you want to keep the advancement

#

@golden gull ^^

golden gull
#

The advancement doesn’t matter too much... I just wanna recreate a similar effect with fewer biomes

fading snow
#

@golden gull something that be possible is checking

event.getPlayer().getLocation().getBlock().getBiome()

on PlayerMoveEvent, however calling getBlock() in a move event would be extremely resource expensive

#

then put that data into a ```java
HashMap<UUID, List<Biome>>()

dump it into a json file if you want it persistent
#

or if the actual biomes don't matter, you could probably do something with AdvancementProgress

short vale
#

Or you know find where vanilla already saves this