Skip to content

Commit 5555b30

Browse files
committed
Pladdon conversion
1 parent 242c22a commit 5555b30

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package com.wasteofplastic.invswitcher;
2+
3+
import world.bentobox.bentobox.api.addons.Addon;
4+
import world.bentobox.bentobox.api.addons.Pladdon;
5+
6+
public class InvSwitcherPladdon extends Pladdon {
7+
8+
@Override
9+
public Addon getAddon() {
10+
return new InvSwitcher();
11+
}
12+
}

src/main/resources/plugin.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: InvSwitcher
2+
main: com.wasteofplastic.invswitcher.InvSwitcherPladdon
3+
version: ${version}
4+
api-version: 1.16
5+
description: InvSwitcher
6+
author: tastybento
7+
depend:
8+
- BentoBox

0 commit comments

Comments
 (0)