We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52a125 commit f1bda52Copy full SHA for f1bda52
1 file changed
README.md
@@ -8,7 +8,7 @@ This plugin implements fully customizable and upgradeable spawners.
8
<dependency>
9
<groupId>mc.rellox</groupId>
10
<artifactId>SpawnerMeta</artifactId>
11
- <version>24.8</version>
+ <version>25.0</version>
12
<scope>provided</scope>
13
</dependency>
14
@@ -23,10 +23,11 @@ This plugin implements fully customizable and upgradeable spawners.
23
Getting plugin API:
24
```java
25
SpawnerMeta sm = (SpawnerMeta) Bukkit.getPluginManager().getPlugin("SpawnerMeta");
26
+APIInstance api = sm.getAPI();
27
```
-Getting API instance:
28
+Getting API directly:
29
-APIInstance api = sm.getAPI();
30
+APIInstance api = APIInstance.api();
31
32
Registering event listeners:
33
0 commit comments