Skip to content

Commit

Permalink
Big battle refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BomBardyGamer committed Sep 10, 2023
1 parent 9117900 commit a95b445
Show file tree
Hide file tree
Showing 27 changed files with 1,211 additions and 1,042 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation("dev.emortal.minestom:game-sdk:9b4e2a5")
implementation("dev.emortal.minestom:game-sdk:bf1bede")

implementation("dev.hollowcube:polar:1.3.1")
implementation("com.github.EmortalMC:MinestomPvP:6aefcba403")
Expand Down
Binary file removed run/maps/caverns.polar
Binary file not shown.
Binary file removed run/maps/cove.polar
Binary file not shown.
Binary file removed run/maps/crucible.polar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package dev.emortal.minestom.battle;


import io.github.bloepiloepi.pvp.entity.CustomPlayer;
import net.minestom.server.network.player.PlayerConnection;
import net.minestom.server.permission.Permission;
Expand All @@ -13,7 +12,8 @@
/**
* Fixes issues with MinestomPVP while testing.
*/
public class AllPermissionCustomPlayer extends CustomPlayer {
public final class AllPermissionCustomPlayer extends CustomPlayer {

public AllPermissionCustomPlayer(@NotNull UUID uuid, @NotNull String username, @NotNull PlayerConnection playerConnection) {
super(uuid, username, playerConnection);
}
Expand Down
Loading

0 comments on commit a95b445

Please sign in to comment.