Skip to content

CraftLuna/SpawnerMeta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.4</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

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%