Messages.yml
Message configuration file.
There are three types of messages that you can configure:
- TCHAT
- ACTION
- TITLE
- ITEMSTACK
Now let's see each type and how to configure it:
- TCHAT
messages:
prefix:
type: TCHAT
message: '&7(&fzAuctionHouse&7)'
The
TCHAT
type is the default one, it will display a message in the chat.- ACTION
messages:
plugin:
disable:
type: ACTION
message: '&cThe auction house is currently deactivated.'
The
action
type will send a message in the action bar, this option is not available in 1.7.10.- TITLE
messages:
world:
is:
banned:
type: TITLE
title: '&cError !'
subtitle: '&cYou can''t use the auction house here.'
fadeInTime: 30
showTime: 40
fadeOutTime: 10
message: '&cYou can''t use the auction house here.'
The
TITLE
type will send a message to the center of your screen., this option is not available in 1.7.10.- ITEMSTACK
messages:
'no':
money:
button:
type: ITEMSTACK
itemstack:
material: BARRIER
data: 0
amount: 1
durability: 0
name: "&cYou don't have enough money to buy this !"
Only usable in certain cases to display items.
Last modified 1yr ago