Skip to content

Commit

Permalink
Merge pull request #34 from anweisen/development
Browse files Browse the repository at this point in the history
Minor fixes not included in prior pr
  • Loading branch information
DomiIRL authored Jun 8, 2022
2 parents 78fd856 + 68fadcc commit 9f58cf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package net.codingarea.challenges.plugin.challenges.implementation.goal;

import net.anweisen.utilities.bukkit.utils.misc.MinecraftVersion;
import net.anweisen.utilities.common.annotations.Since;
import net.codingarea.challenges.plugin.challenges.type.abstraction.KillMobsGoal;
import net.codingarea.challenges.plugin.content.Message;
import net.codingarea.challenges.plugin.management.challenges.annotations.RequireVersion;
import net.codingarea.challenges.plugin.management.menu.generator.categorised.SettingCategory;
import net.codingarea.challenges.plugin.utils.item.ItemBuilder;
import org.bukkit.Material;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @author KxmischesDomi | https://github.com/kxmischesdomi
* @since 2.0
*/
@Since("2.0")
@Since("2.2.0")
@RequireVersion(MinecraftVersion.V1_19)
public class KillAllBossesNewGoal extends KillMobsGoal {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @author anweisen | https://github.com/anweisen
* @since 2.0
*/
@Since("2.0")
@Since("2.2.0")
@RequireVersion(MinecraftVersion.V1_19)
public class KillWardenGoal extends KillEntityGoal {

Expand Down

0 comments on commit 9f58cf0

Please sign in to comment.