Skip to content

OfficialRell/SpawnerMeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpawnerMeta

This plugin implements fully customizable and upgradeable spawners.

Using with Maven

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

<dependency>
  <groupId>com.github.OfficialRell</groupId>
  <artifactId>spawnermeta</artifactId>
  <version>25.5</version>
  <scope>provided</scope>
</dependency>

API usage

Getting plugin API:

SpawnerMeta sm = (SpawnerMeta) Bukkit.getPluginManager().getPlugin("SpawnerMeta");
APIInstance api = sm.getAPI();

Getting API directly:

APIInstance api = APIInstance.api();

Registering event listeners:

api.register(SpawnerPlaceEvent.class, event -> {
    // do stuff here
});

Contacting me

Discord server: https://discord.com/invite/NU9aVbb79d

About

SpawnerMeta plugin API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

Languages