Rollczi / SkyMob

☁️ Simple Extension for SuperiorSkyblock2 plugin. After creating the island, a custom mob will spawn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☁️ SkyMob

Simple Extension for SuperiorSkyblock2 plugin link
After the island is created, a custom mob will spawn.

For example:

image

SkyMob Configuration

config.yml

# 
# SkyMob Configuration (config.yml)
# by Rollczi https://rollczi.dev/
# 
# environments (NORMAL, NETHER, THE_END, CUSTOM)
environments:
  NORMAL:
    # Mobs
    mobs:
      - :
        # All EntityType https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
        entityType: COW
        # Custom Tag Text
        text: &ahello {PLAYER}
        # Location correction
        x: 0.0
        y: 0.0
        z: 0.0

Build Gradle

  1. clone project
  2. Start shadowJar task
  3. And see in project build/libs/SkyMob v1.0.0-SNAPSHOT (MC 1.8-1.18).jar

About

☁️ Simple Extension for SuperiorSkyblock2 plugin. After creating the island, a custom mob will spawn.

License:Apache License 2.0


Languages

Language:Java 100.0%