Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.04 KB

Manhunt Plugin

A plugin aiming to add some useful utilities for the manhunt game.

This plugin need the GameLibrary to work!

Features

  • Customizable compass
  • Customizable player tracking
  • Game start, game pause, game end
  • GUI to select the player to track

Commands

  • /game start - Start the game (manhunt.game.start)
  • /game pause - Pause the game (manhunt.game.pause)
  • /game end - End the game (manhunt.game.end)
  • /game resume - Resume the game (manhunt.game.resume)
  • /manhunt team [add|remove|list] [player] [team] - Manage the teams (manhunt.team)
  • /manhunt [compass|tracker] - Manage the compass (manhunt.compass)
  • /manhunt getcompass [target] - Get a compass (no permission)

Technologies

  • Java 17
  • Spigot API 1.19.2
  • Gradle
  • GameLibrary

Usage

You can use this plugin without asking the permission.

See the license section for more information.

License

This project is under the GPLv3 license. See the LICENSE file for more details.