Skip to content

Commit

Permalink
Update FarmersDancePladdon.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Apr 8, 2023
1 parent 92f31af commit 1da1b09
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,10 @@
package world.bentobox.farmersdance;


import org.bukkit.plugin.java.annotation.plugin.ApiVersion;
import org.bukkit.plugin.java.annotation.plugin.Plugin;

import world.bentobox.bentobox.api.addons.Addon;
import world.bentobox.bentobox.api.addons.Pladdon;


/**
* This is a dummy class that allows to load addon via Bukkit Plugin loader.
* @author BONNe
*/
@Plugin(name="FarmersDance", version="1.0")
@ApiVersion(ApiVersion.Target.v1_17)
public class FarmersDancePladdon extends Pladdon
{
@Override
Expand Down

0 comments on commit 1da1b09

Please sign in to comment.