1
0

example arcade config, deprecating some moba skins gadget and winter warfare win effect along side with maven fix #2

This commit is contained in:
labalityowo
2023-05-20 11:54:44 +07:00
parent cf40e626f0
commit 6e4e380673
9 changed files with 38 additions and 2 deletions

View File

@ -21,6 +21,7 @@
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -40,7 +40,7 @@
<includes>
<include>ascii.png</include>
</includes>
<directory>../</directory>
<directory>./</directory>
<filtering>true</filtering>
</resource>
</resources>

View File

@ -828,7 +828,8 @@ public class GadgetManager extends MiniPlugin
addGadget(new WinEffectRiseOfTheElderGuardian(this));
addGadget(new WinEffectLavaTrap(this));
addGadget(new WinEffectHalloween(this));
addGadget(new WinEffectWinterWarfare(this));
//TODO: Win effect missing schematic
//addGadget(new WinEffectWinterWarfare(this));
addGadget(new WinEffectLoveIsABattlefield(this));
addGadget(new WinEffectTornado(this));
addGadget(new WinEffectEarthquake(this));
@ -980,6 +981,9 @@ public class GadgetManager extends MiniPlugin
}
};
//TODO: Cosmetic: MOBA
/*
new GameCosmeticType(this, GameDisplay.MOBA)
{
@Override
@ -1013,6 +1017,8 @@ public class GadgetManager extends MiniPlugin
}
};
*/
for (GadgetType gadgetType : GadgetType.values())
{
_gadgets.putIfAbsent(gadgetType, new ArrayList<>());

View File

@ -26,5 +26,11 @@
<artifactId>mineplex-minecraft-game-classcombat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -23,5 +23,11 @@
<artifactId>mineplex-core-common-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,3 @@
AMPLIFIERS:
ip: 127.0.0.1
port: 1000

View File

@ -0,0 +1,2 @@
ACCOUNT localhost root root
PLAYER_STATS localhost root root

View File

@ -0,0 +1,8 @@
webServer: http://127.0.0.1:1000/
serverstatus:
name: Arcade-1
us: true
group: Arcade
connectionurl: 127.0.0.1:3306
username: root
password: root

View File

@ -0,0 +1,4 @@
127.0.0.1 6379 MASTER DefaultConnection
127.0.0.1 6379 SLAVE DefaultConnection
127.0.0.1 6379 MASTER ServerStatus
127.0.0.1 6379 SLAVE ServerStatus