MissileWars is a Minecraft plugin that brings the fast-paced, competitive Missile Wars minigame to your server. Players launch missiles, defend their base, and try to destroy the enemy's portal in a dynamic, team-based environment.
- Team-based gameplay (Red vs. Green)
- Custom missiles and defensive mechanics
- Scoreboards and player statistics
- Host and admin commands for game management
- Minecraft server (Spigot or Paper recommended)
- Java 17 or higher
- Maven (for building from source)
- Check Re Use information !
- Build the plugin:
mvn clean package
- Place the generated
MissileWars.jarfrom thetarget/directory into your server'splugins/folder. - Restart your Minecraft server.
- Edit
plugin.ymlinsrc/main/resources/to adjust plugin settings. - Customize game settings as needed (no config.yml provided).
- Use
/hostto open the host menu and start a game. - Use
/adminfor admin commands and advanced controls. - Players can join teams and participate in matches using in-game menus.
src/main/java/fr/perrier/missilewars/- Main plugin source codesrc/main/resources/plugin.yml- Plugin configurationpom.xml- Maven build configuration
Important: If you want to reuse the plugin your free to but you are not able to distribute an modified version to the public.
As you can see some dependency are private but only concern server network part, you can remove them or edit them.
Also the map that his use with this plugin is not available for download.
You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. And you may not use the material for commercial purposes.
If you have question on the terms of use please read the LICENSE.txt
See LICENSE.txt for license information.