Stratos Events is an addon for the Stratos World Generator plugin.
It adds a new biome change event and some funtions, that are easier to access than in Stratos itself (they just exist because i needed them for the event).
- StratosBiomeChangeEvent
- getOldBiome()
- getNewBiome()
- getPlayer()
Code (Java):
@EventHandler
public void onBiomeChange (StratosBiomeChangeEvent event ) {
Player player = event. getPlayer ( ) ;
player. sendMessage ( "You went from " + event. getOldBiome ( ). getName ( ) + " to " + event. getNewBiome ( ). getName ( ) ) ;
}
- getBiomeAtLocation(Location loc)
- getBiomeAtPlayer(Player player)
- isInStratosWorld(Player player)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.15, 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Stratos Events is a free Minecraft Java mod. Compatible with Minecraft 1.15, 1.16. Downloaded 532 times (via Spigot). Download it and open it directly in the game.