Add Pladdon

This commit is contained in:
tastybento 2021-05-31 16:13:20 -07:00
parent a0adae0911
commit 4bfd78af19
2 changed files with 20 additions and 0 deletions

View File

@ -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();
}
}

View File

@ -0,0 +1,8 @@
name: AcidIsland
main: world.bentobox.acidisland.AcidIslandPladdon
version: ${version}
api-version: 1.16
description: AcidIsland
author: tastybento
depend:
- BentoBox