You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/src/main/java/net/codingarea/challenges/plugin/challenges/implementation/challenge/effect/RandomPotionEffectChallenge.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ public RandomPotionEffectChallenge() {
Copy file name to clipboardExpand all lines: plugin/src/main/java/net/codingarea/challenges/plugin/challenges/implementation/challenge/inventory/PermanentItemChallenge.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@
17
17
importorg.bukkit.inventory.Inventory;
18
18
19
19
importjavax.annotation.Nonnull;
20
-
importjava.util.Objects;
21
20
22
21
@Since("2.0")
23
22
publicclassPermanentItemChallengeextendsSetting {
@@ -41,7 +40,7 @@ public void onInventoryClick(@Nonnull PlayerInventoryClickEvent event) {
Copy file name to clipboardExpand all lines: plugin/src/main/java/net/codingarea/challenges/plugin/challenges/implementation/challenge/miscellaneous/EnderGamesChallenge.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ private void teleportRandom(@Nonnull Player player) {
64
64
List<Entity> list = player.getWorld().getNearbyEntities(player.getLocation(), 200, 200, 200).stream()
Copy file name to clipboardExpand all lines: plugin/src/main/java/net/codingarea/challenges/plugin/challenges/implementation/challenge/quiz/QuizChallenge.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ class DocumentCountStatistic extends DocumentStatistic {
Copy file name to clipboardExpand all lines: plugin/src/main/java/net/codingarea/challenges/plugin/challenges/implementation/challenge/randomizer/HotBarRandomizerChallenge.java
Copy file name to clipboardExpand all lines: plugin/src/main/java/net/codingarea/challenges/plugin/challenges/implementation/challenge/world/SnakeChallenge.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public void writeGameState(@Nonnull Document document) {
0 commit comments