Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
ryandw11 edited this page Aug 8, 2016 · 5 revisions

MobHunt Config

The config can be kinda hard to understand. So I'll go though it.

Messages and Settings

You have the option to change a lot about the plugin. Here are the settings:

Mob_Kill_Message: '&aYou killed&e {mob} &aand earned&e {money} &adollars!' 
Prefix: '&7[&4MobHunt&7]'
LeaderBoard_Format: '&7[&e{rank}&7] &e{player} &awith &e{kills} mob kills!'

Messages:
    Mode: 'Title'
Title:
    Message: '&aYou killed&e {mob}&a! &2&l+ ${money}'

Particle:
    Effect_Number: 500

GameMode_Limit:
    Enabled: true

Now here all the explanations:
Mob_Kill_Message: '&aYou killed&e {mob} &aand earned&e {money} &adollars!' This allowes you to change the chat message if that is enabled!

Prefix: '&7[&4MobHunt&7]' The prefix of the plugin!

LeaderBoard_Format: '&7[&e{rank}&7] &e{player} &awith &e{kills} mob kills!' The format of which the leader board will be displayed when doing /mb leaderboard.

Messages: Mode: 'Title' This sets if the message is displayed via chat or above your hot bar. Options: Chat, Title.

Particle: Effect_Number: 500 No need to change this unless you know what your doing!

GameMode_Limit: Enabled: true If this is true then when a player in creative kills a mob. They don't get any money! Options: true, false

Editing the mobs!

All mobs are listed here. In this example only one mob will be edited!
All mobs settings look like this:

creeper:
    Sound: 'none'
    Particle: 'none'
    Money: 25

Sound: 'none' This sets the sound that the mob plays when it dies. Refer to the sound page for sounds!
Particle: 'none' This sets the particle effect the mob plays when it dies. Refer to particle page for particles!

Money

There are two ways to do money. The random way and the single way. ####Single way It looks like this:
Money: 25 Every time the player kills this mob it give them that amount of money. ####Random way It looks like this:
Money: 'Min:Max' It would randomly pick between these two numbers! Example:
Money: '6:30' This would pick between 6 and 30!

##Rewards

Clone this wiki locally