-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# MobHunt | ||
# Mob Hunt | ||
|
||
## Installation | ||
* Clone this repo. | ||
* Configure your config. | ||
* Run the dbinit. | ||
* Download the latest version of Mob Hunt from our [releases page](https://github.com/ModularSoftAU/MobHunt/releases/) | ||
* Drop the Mob Hunt jar file into your plugins' folder. | ||
* Set all of your point allocations per mob in the `config.yml` under `MobHunt.Points` and define your kill cap under `MobHunt.KillCap` | ||
|
||
## Requirements | ||
* MySQL Database. | ||
|
||
## Soft Dependencies | ||
- [Optional] `DecentHolograms` if you would like to have a holographic live update leaderboard. | ||
|
||
## Gameplay | ||
When a player kills a mob it is logged into a database and a number incremented in their name. | ||
Most amount and unique amount of mobs that a player kills, wins. | ||
|
||
#### Milestones | ||
When a player kills over an X amount of mobs, a message will broadcast to all online players that they have reached a milestone. | ||
The milestones can be changed and modified in the `config.yml` under `Milestones.Messages` and you can change them based on Major and Minor. | ||
|
||
### Holographic Leaderboard | ||
|
||
|
||
## Commands | ||
| Command | Description | Permission | | ||
|-----------------------|----------------------------------------------------------|-----------------| | ||
| /mobstats | Shows a breakdown of the mobs you killed | | | ||
| /mobclear | Clear all mobs from yourself or another player. | `mobhunt.admin` | | ||
| /mobleaderboard [mob] | Show the Top 5 Mob Hunters overall or of a specific mob. | | | ||
| /mobhelp | Helps the player know how to play Mob Hunt. | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters