mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2025-02-16 20:32:41 +01:00
Add Pladdon
This commit is contained in:
parent
a0adae0911
commit
4bfd78af19
@ -0,0 +1,12 @@
|
|||||||
|
package world.bentobox.acidisland;
|
||||||
|
|
||||||
|
import world.bentobox.bentobox.api.addons.Addon;
|
||||||
|
import world.bentobox.bentobox.api.addons.Pladdon;
|
||||||
|
|
||||||
|
public class AcidIslandPladdon extends Pladdon {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Addon getAddon() {
|
||||||
|
return new AcidIsland();
|
||||||
|
}
|
||||||
|
}
|
8
src/main/resources/plugin.yml
Normal file
8
src/main/resources/plugin.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: AcidIsland
|
||||||
|
main: world.bentobox.acidisland.AcidIslandPladdon
|
||||||
|
version: ${version}
|
||||||
|
api-version: 1.16
|
||||||
|
description: AcidIsland
|
||||||
|
author: tastybento
|
||||||
|
depend:
|
||||||
|
- BentoBox
|
Loading…
Reference in New Issue
Block a user