Stránka 1 z 1

Automessage

Napsal: 15 črc 2017, 22:40
od Elko
IP: 82.208.17.25:27420
Na serveru mám nastavené automatické spravy ale zistil som že to hráči nevidia :/ Čím to je?
plugin: automessage
Config:
# ----------------------------------------------------
# AutoMessage Configuration File
# ----------------------------------------------------
# Message Configuration:
# Messages are handled in lists to allow for advanced customization!
# Feel free to add color codes by using & in your messages!
# To split a message onto multiple lines use the \n delimiter!
# Lines starting with / will be run as a command!
# To add single apostrophes into a message use ''.
# For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.
# If you are unfamiliar with YAML use the in-game commands: /am help

settings:
enabled: true
min-players: 0
log-to-console: false
message-lists:
json:
enabled: false
interval: 45
expiry: -1
random: false
messages:
- |-
{
"text": "Hover over me!",
"hoverEvent": {
"action": "show_text",
"value": [
{
"text": "Woah, you just hovered over me!",
"color": "blue"
}
]
}
}
- |-
{
"text": "Click me to run a command!",
"clickEvent": {
"action": "run_command",
"value": "/say Clicked."
}
}
- |-
{
"text": "Click me to open Google!",
"clickEvent": {
"action": "open_url",
"value": "http://google.com"
}
}
regular:
enabled: true
interval: 55
expiry: -1
random: false
messages:
- '&f&l[&b&lIce &d&lCraft&f&l] &a&lServer &cje v údržbe!'
- '&f&l[&b&lIce &d&lCraft&f&l] &b&lChceš byť lepší ako ostatný ? Tak neváhaj a
zakup si &b&lVIP!!&e/vip'
- '&f&l[&b&lIce &d&lCraft&f&l] &cVoľnú prirodu najdeš na &e/warp priroda'
- '&f&l[&b&lIce &d&lCraft&f&l] &dChceš si zarobit peniaze ? Tak nevahaj a najdi
si prácu na &e/jobs join'


MC6.png
MC6.png (600.5 KiB) Zobrazeno 3080 x

Re: Automessage

Napsal: 15 črc 2017, 22:43
od Port2
automessage.receive.message-list:
Receive broadcasts from a list. Replace message-list with the name of the message list in your config.

Re: Automessage

Napsal: 15 črc 2017, 22:46
od Elko
Nechapu ?

Re: Automessage

Napsal: 15 črc 2017, 23:02
od Mike8748
v tvym konkrétním případě to hráči nevidi protože nemají permisi automessage.receive.regular

Re: Automessage

Napsal: 15 črc 2017, 23:45
od Elko
Dakujem