1
0

removed wineffect due to lack off schematics, added a cakewars 4 map!

This commit is contained in:
labalityowo
2023-05-22 13:20:40 +07:00
parent cdb99502cc
commit 9de5a6e47b
11 changed files with 2 additions and 3457 deletions

View File

@ -1,4 +0,0 @@
name: NanoGames
main: mineplex.game.nano.NanoGames
version: 0.1
loadbefore: [MineplexAnticheat]

View File

@ -1,4 +0,0 @@
#Created by Apache Maven 3.8.1
version=dev-SNAPSHOT
groupId=com.mineplex
artifactId=mineplex-game-nano

View File

@ -1,4 +0,0 @@
name: Hub
main: mineplex.hub.Hub
version: 0.1
loadbefore: [MineplexAnticheat]

View File

@ -1,4 +0,0 @@
#Created by Apache Maven 3.8.1
version=dev-SNAPSHOT
groupId=com.mineplex
artifactId=mineplex-hub

View File

@ -1,3 +0,0 @@
name: MapParser
main: mineplex.mapparser.MapParser
version: 1

View File

@ -1,3 +0,0 @@
name: StaffServer
main: mineplex.staffServer.StaffServer
version: 0.1

View File

@ -34,7 +34,7 @@ public class WinEffectManager
public void playWinEffect(Location loc)
{
buildWinnerRoom(loc);
//buildWinnerRoom(loc);
UtilEnt.getAllInRadius(loc, 20).keySet().stream().filter(e-> !(e instanceof Player)).forEach(Entity::remove);
_game.CreatureAllowOverride = true;
for(Player p : UtilServer.getPlayers())
@ -42,7 +42,7 @@ public class WinEffectManager
Gadget g = _game.getArcadeManager().getCosmeticManager().getGadgetManager().getActive(p, GadgetType.ITEM);
if(g != null) g.disable(p);
}
playEffect();
//playEffect();
}
protected void buildWinnerRoom(Location loc)

View File

@ -1,4 +0,0 @@
name: Arcade
main: nautilus.game.arcade.Arcade
version: 0.1
loadbefore: [MineplexAnticheat]