All Projects → ericyoondotcom → MinecraftManhunt

ericyoondotcom / MinecraftManhunt

Licence: GPL-3.0 license
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MinecraftManhunt

AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+370%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+80%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin, minecraft-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-15%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin, minecraft-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+260%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-25%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-10%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+430%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (+165%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (+50%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (+40%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+75%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
Quests
Questing plugin for Minecraft, enabling the addition of goals for players.
Stars: ✭ 88 (+340%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+605%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (+100%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+70%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (+160%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-15%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (+295%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
HamsterAPI
Simple and easy to use API to read and write Packets.
Stars: ✭ 25 (+25%)
Mutual labels:  bukkit, spigot, bukkit-plugin, minecraft-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+55%)
Mutual labels:  bukkit, spigot, spigot-plugin, bukkit-plugin

MinecraftManhunt

View on BukkitView on SpigotMCView on PaperMC

Having issues? Check the FAQ Issues page, or report a problem on the Issues tab!


Made by Eric (yoonicode.com)
Github: ericyoondotcom
Minecraft: TildeTildeTilde


Inspired by Dream on YouTube

How It Works

Three teams: Hunters, Runners, and Spectators Hunters try to kill the runners before they beat the enderdragon. Runners must beat the enderdragon before they get killed once!

Features

  • Compass tracking: Right-click with your compass to choose who to track, then the compass will point to that runner!
  • Portal tracking: If a runner is in the nether, the compass will track their last-used portal!
  • Teams assignment: Automatically assigns in-game /team to distinguish between players with colors!
  • Discord integration: Optionally integrate with Discord for extra features!
    • Auto role assignment: Automatically assign Discord roles according to teams
    • Music player: Automatically (or manually) play music in your Discord voice channel that mirrors the action happening!

Instructions For Use

  • Move the .jar from the Releases tab to your plugins folder.
  • Make sure your config file is up to date and has all the required options.
  • Assign roles with /speedrunner, /hunter, and /spectator.
  • If you want automatic music, type /music auto now.
  • Type /start!
  • After the headstart period is over, hunters should be able to start tracking runners by selecting someone to track by right-clicking with their compass.

Note: teams are not persistent between server sessions— if you shut down the server you'll have to re-assign teams and type /start again. Have players put their items in chests before typing /start if you're doing this, since the command clears inventories.

Discord Setup Instructions

  • Create a Discord app from the Developer Portal.
  • Add a Bot under the bots tab.
  • Take note of your Client ID (in the General Information tab) and your Token (under the Bot tab).
  • Go to the following link, replacing 123YourClientID456 with your client ID: https://discord.com/oauth2/authorize?scope=bot&client_id=123YourClientID456&permissions=8
  • Select the Discord server to add your bot to.
  • Add your Client ID and Token to the respective fields in the config file.
  • Go to your Discord server, and add the following values to the config file, in accordance with the table above (you can Right Click > Copy ID if you turn on Developer Mode in Discord settings!)
    • the ID of your server
    • the ID of the voice channel you want your music to play in
    • the ID of the hunter, runner, and spectator Discord roles you want to be automatically assigned

Note: For auto-role-assignment to work, each Discord user's nickname for your Server must be set to their Minecraft username.

Commands

  • /speedrunner <username>: Assign speedrunner role
  • /hunter <username>: Assign hunter role
  • /spectator <username>: Assign spectator role
  • /start: Start the match
  • /end: End the match
  • /compass: Give yourself a compass
  • /music: Controls the Discord music
    • /music list: Gets a list of available tracks to play.
    • /music <trackname>: Plays a specific track by nickname and turns off auto-music.
    • /music stop: Stops all music playing and turns off auto-music.
    • /music auto: Turns on auto-music, which plays different tracks based on game events and hunter/runner distance.
    • /music forceupdate: Forces the music to update to match the current hunter/runner distance. Use /music stop first if a special event track is playing.
  • /setheadstart <duration>: Sets the headstart duration, in seconds.

Configuration Options

Edit the plugins/MinecraftManhunt/config.yml file with the following options:

Game Options

Key Description Type Required?
headStartDuration How long the hunters should get blindness and slowness when the match starts, in secs. int Required
compassEnabledInNether Set to true to allow the compass to work in the nether. boolean Optional, defaults to true
sendUsageData Set to true to send anonymized, aggregated usage data to help improve the plugin. boolean Optional, defaults to false
uuid Randomized id that is automatically assigned if sendUsageData is enabled. Please do not touch this field. string Do not set manually

Extra Options

Key Description Type Required?
setRunnersToSpecOnDeath Set to true to set runners' gamemodes to spectator when they die. boolean Optional, defaults to true
huntersColor The color to give to the hunters team. string Optional
runnersColor The color to give to the runners team. string Optional
spectatorsColor The color to give to the spectators team. string Optional
clearRunnerInvOnStart Set to true to clear the runners' inventories and experience when the game starts. boolean Optional, defaults to false
clearHunterInvOnStart Set to true to clear the hunters' inventories and experience when the game starts. boolean Optional, defaults to false
clearItemDropsOnStart Set to true to clear all Item entities when the game starts. boolean Optional, defaults to false
setTimeToZero Set to true to reset the game time when the game starts. boolean Optional, defaults to true
startGameByHit Set to true to start the game when a runner hits a hunter, instead of when the /start command is used. boolean Optional, defaults to false
preGameWorldBorder Set to true to enforce a world border before the game starts (useful to keep players from running too far). boolean Optional, defaults to false
preGameBorderSize States how big the pre-game world border would be, if enabled. int Optional, defaults to 100; ignored when preGameWorldBorder is false

Discord Integration

Key Description Type Required?
enableDiscord Set to true to turn on Discord integration. Read below for more information. boolean Required
discordToken Enter the token of your Discord bot here. string Required if enableDiscord is true
ip The Discord status message portion. Will display as Playing {value} so it's recommended that you make this your server's IP. string Optional
parseDiscordCommands Set to true if you want music commands to be run by sending a message in Discord text channels. This allows anyone in your Discord server to run music commands, however. Optional, defaults to false
discordServerId The ID of your Discord server that the bot is on. string Required if enableDiscord is true
musicChannelId The ID of the voice channel that the bot should play music on. string Required if enableDiscord is true
hunterRoleId The ID of the role to assign to Hunters. string Optional
runnnerRoleId The ID of the role to assign to Runners. string Optional
spectatorRoleId The ID of the role to assign to Spectators. string Optional

Note: if any of the role IDs are missing or invalid, no roles will be assigned.

Permissions

Permission Description Recommended level
minecraftmanhunt.hunter Allow /hunter command everyone
minecraftmanhunt.speedrunner Allow /speedrunner command everyone
minecraftmanhunt.spectator Allow /spectator command everyone
minecraftmanhunt.clearteams Allow /clearteams command operators
minecraftmanhunt.start Allow /start command operators
minecraftmanhunt.end Allow /end command operators
minecraftmanhunt.compass Allow /compass command everyone
minecraftmanhunt.music Allow /music command. Note that music commands can also be typed in Discord if processDiscordCommands in config is set to true. everyone
minecraftmanhunt.config Allow config-changing commands, such as /setheadstart. operators

Troubleshooting

  • online-mode in server.properties must be set to true as of version 1.2.4.
  • If you are using Discord integration, make sure your server's system clock is set correctly.
  • Check the FAQ Issues page, or report a problem on the Issues tab!

Advanced: Developing

  • This project uses Maven. To build, run the package script.
  • Pull requests and Issues are welcome!

Made With

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].