Config help

The default config version 0.0.6

config_version: '0.1' Do not change this
show_broadcast: true Shows the broadcast message in chat
broadcast_message_item: Set the broadcast messages for winning items
- '<displayname> &avoted for the server! and got &b<itemamount> <itemname>'
- '&cVote for the server at &dYOURURL'
broadcast_message_econ: Set the broadcast messages for winning econ
- '<displayname> &avoted for the server! and got &b<econ>'
- '&cVote for the server at &dYOURURL'
bonus_item: false NYI
bonus_chance: 1 NYI
poor_chance: 20 Sets the chance to get thise items
average_chance: 50 Sets the chance to get thise items
good_chance: 25 Sets the chance to get thise items
very_good_chance: 5 Sets the chance to get thise items
poor_min_amount: 20 Sets the minimum amount a player can win
poor_max_amount: 50 Sets the max amount a player can win
average_min_amount: 10 Sets the minimum amount a player can win
average_max_amount: 30 Sets the max amount a player can win
good_min_amount: 4 Sets the minimum amount a player can win
good_max_amount: 10 Sets the max amount a player can win
very_good_min_amount: 1 Sets the minimum amount a player can win
very_good_max_amount: 5 Sets the max amount a player can win
poor_items: Poor item list
- 'econ 50'
- '35:2'
- '2'
average_items: Average item list
- '35:3'
- '1'
good_items: Good item list
- '35:4'
- '14'
very_good_items: Very good item list
- '35:5'
- '264'

Examples

Broadcast messages

To set custom messages
Change the text in broadcast_message_item: and broadcast_message_econ lists.
You can have as many lines or as few as you want.
To add a line just add another - Message here
You can use the classic color codes and a few tags
Tags are: <playername> <displayname> <itemamount> <itemname> and <econ>
<econ> shows the amount + your currency name.

Items chance

You should try and make all your item chance values equal a total of 100 then
poor_chance: 20
would have a 20% chance.

Items amount min/max

This is the min and max amount of items the player can get for the item type.
The plugin rolls a random number between the amounts.

Items list

there are currently 4 item lists
poor_items, average_items, good_items, very_good_items
You can add as many items to each list as you want. One item per line
valid item types are Item ids, and econ amount
Get the item id's at most any minecraft wiki
econ only works if you have vault

exp:
- '1'
- 'econ 50'


Comments

Posts Quoted:
Reply
Clear All Quotes