Skip to content

Commit

Permalink
Updated pladdon annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 25, 2023
1 parent 09adbde commit e0377fd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
package world.bentobox.challenges;


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

Expand All @@ -17,9 +16,8 @@
/**
* @author tastybento
*/
@Plugin(name="Pladdon", version="1.0")
@Plugin(name="Challenges", version="1.0")
@ApiVersion(ApiVersion.Target.v1_17)
@Dependency(value = "BentoBox")
public class ChallengesPladdon extends Pladdon
{
@Override
Expand Down

0 comments on commit e0377fd

Please sign in to comment.