Convert to Pladdon

This commit is contained in:
tastybento 2021-06-27 09:13:36 -07:00
parent f153bc5363
commit 3077329848
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package world.bentobox.boxed;
import world.bentobox.bentobox.api.addons.Addon;
import world.bentobox.bentobox.api.addons.Pladdon;
public class BoxedPladdon extends Pladdon {
@Override
public Addon getAddon() {
return new Boxed();
}
}

View File

@ -0,0 +1,8 @@
name: Boxed
main: world.bentobox.boxed.BoxedPladdon
version: ${version}
api-version: 1.17
description: Minecraft in a box
author: tastybento
depend:
- BentoBox