Skip to content

Commit

Permalink
Update to new Bukkit Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Mar 26, 2023
1 parent 145b46a commit dfbfa05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/world/bentobox/visit/VisitPladdon.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
* This is a dummy class that allows to load addon via Bukkit Plugin loader.
* @author BONNe
*/
@Plugin(name="Pladdon", version="1.0")
@Plugin(name="Visit", version="1.0")
@ApiVersion(ApiVersion.Target.v1_17)
@Dependency(value = "BentoBox")
public class VisitPladdon extends Pladdon
{
@Override
public Addon getAddon()
{
return new VisitAddon();
}
}
}

0 comments on commit dfbfa05

Please sign in to comment.