Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Latest commit

 

History

History
57 lines (39 loc) · 2.03 KB

File metadata and controls

57 lines (39 loc) · 2.03 KB

MissileWars

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.

Features

  • Team-based gameplay (Red vs. Green)
  • Custom missiles and defensive mechanics
  • Scoreboards and player statistics
  • Host and admin commands for game management

Getting Started

Prerequisites

  • Minecraft server (Spigot or Paper recommended)
  • Java 17 or higher
  • Maven (for building from source)

Installation

  1. Check Re Use information !
  2. Build the plugin:
    mvn clean package
  3. Place the generated MissileWars.jar from the target/ directory into your server's plugins/ folder.
  4. Restart your Minecraft server.

Configuration

  • Edit plugin.yml in src/main/resources/ to adjust plugin settings.
  • Customize game settings as needed (no config.yml provided).

Usage

  • Use /host to open the host menu and start a game.
  • Use /admin for admin commands and advanced controls.
  • Players can join teams and participate in matches using in-game menus.

Project Structure

  • src/main/java/fr/perrier/missilewars/ - Main plugin source code
  • src/main/resources/plugin.yml - Plugin configuration
  • pom.xml - Maven build configuration

Re Use

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

License

See LICENSE.txt for license information.