Skip to content

Commit

Permalink
Convert to Pladdon
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jun 27, 2021
1 parent f153bc5 commit 3077329
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/world/bentobox/boxed/BoxedPladdon.java
Original file line number Diff line number Diff line change
@@ -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();
}
}
8 changes: 8 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3077329

Please sign in to comment.