File tree Expand file tree Collapse file tree
java/com/wasteofplastic/invswitcher Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ package com .wasteofplastic .invswitcher ;
2+
3+
4+ import world .bentobox .bentobox .api .addons .Addon ;
5+ import world .bentobox .bentobox .api .addons .GameModeAddon ;
6+ import world .bentobox .bentobox .api .addons .Pladdon ;
7+
8+ public class InvSwitcherPladdon extends Pladdon {
9+
10+ private Addon addon ;
11+
12+ @ Override
13+ public Addon getAddon () {
14+ if (addon == null ) {
15+ addon = new InvSwitcher ();
16+ }
17+ return addon ;
18+ }
19+ }
Original file line number Diff line number Diff line change 1+ name : BentoBox-InvSwitcher
2+ main : com.wasteofplastic.invswitcher.InvSwitcherPladdon
3+ version : ${project.version}${build.number}
4+ api-version : " 1.21"
5+
6+ authors : [tastybento]
7+ contributors : ["The BentoBoxWorld Community"]
8+ website : https://bentobox.world
9+ description : ${project.description}
You can’t perform that action at this time.
0 commit comments