Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1017 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 1017 Bytes

☁️ 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