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 Rewards allows you to reward your player for killing x amount of mobs with money!

#Rewards:
Rewards:
    '1':
      Kills: 50
      Money: 100
      Message: '&aYou have killed &650&a mobs and earned $100! Good Job!'
    '2':
      Kills: 100
      Money: 150
      Message: '&aYou have killed &6100&a mobs and earned $150! Good Job!'
    '3':
      Kills: 250
      Money: 200
      Message: '&aYou have killed &6250&a mobs and earned $200! Good Job!'
    '4':
      Kills: 400
      Money: 900
      Message: '&aYou have killed &6400&a mobs and earned $900! Amazing Job!'
    Reward_Format: '&7Get &a{kills} &7kills for &a{money} &7dollars!'
    #Number of rewards
    Number: 4

There can be an unlimited amount of rewards!
'1': The reward number.

Kills: 50 The amount of kills required to get this reward.

Money: 100 The amount of money it gives you for getting the reward.

Message: '&aYou have killed &650&a mobs and earned $100! Good Job!' The message the player gets when completing this reward.

Reward_Format: '&7Get &a{kills} &7kills for &a{money} &7dollars!' The format the rewards will be displayed in when doing /mb rewards.

Number: 4 The number of rewards you have!

##Announcements! Announcements allow you to broadcast to the server when a player has killed a mob!

Announcements:
    enderdragon: '&e{player} &ahas killed the &eEnderdragon!'
    wither: '&e{player} &ahas killed the &eWither!'

enderdragon: This is the mob that will trigger the broadcast. Look at the mob config for the names!

'&e{player} &ahas killed the &eEnderdragon!' This is the message the will be sent to all players!

##Changing the config every update: If the config has changed in the current update. There are some ways you can deal with it. ###Reseting the config You can delete the config and redo everything. ###Adding in the missing parts You could also add in the parts that are missing!
It doesn't matter the order as long as it is spelled right and you copied it right!

I hope this helped you edit your config!

Clone this wiki locally