1
0
mirror of https://github.com/BentoBoxWorld/Warps.git synced 2025-02-16 12:21:21 +01:00

Use addon name in annotation

This commit is contained in:
tastybento 2023-03-25 09:59:53 -07:00
parent 7a26acefd9
commit ff4850d32a

View File

@ -7,7 +7,7 @@ import org.bukkit.plugin.java.annotation.plugin.Plugin;
import world.bentobox.bentobox.api.addons.Addon;
import world.bentobox.bentobox.api.addons.Pladdon;
@Plugin(name="Pladdon", version="1.0")
@Plugin(name="Warps", version="1.0")
@ApiVersion(ApiVersion.Target.v1_16)
@Dependency(value = "BentoBox")
public class WarpsPladdon extends Pladdon {