Automessage

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
klukca1
Příspěvky: 271
Registrován: 21 pro 2013, 18:22
Reputation: 0

Re: Automessage

#11 Příspěvekod klukca1 » 11 led 2014, 22:49

Defaultni:

Kód: Vybrat vše

# ----------------------------------------------------
# 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:
formatted:
enabled: true
interval: 45
expiry: -1
random: false
prefix: ''
suffix: ''
messages:
- '%6s %9s %10s':
- Custom
- formatted
- '&2message!'
regular:
enabled: true
interval: 45
expiry: -1
random: false
prefix: '[&bPrefix&r] '
suffix: ' [&4Suffix&r]'
messages:
- '&1First&r message %nin the default list!': []
- '&2Second&r message %nin the default list!': []
- '&3Third&r message %nin the default list!': []
- These messages will be displayed to users with %nautomessage.receive.default!: []


Moje:

Kód: Vybrat vše

# ----------------------------------------------------
# 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
auto-update: false
message-lists:
default:
enabled: true
random: false
interval: 100
expiry: -1
prefix: '&r[&bEpicCraft&r] '
messages:
- '&2Spustene nove hry: skyblock a skywars'
- '&b&lPro koupi vyhod : /Warp info'

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: Automessage

#12 Příspěvekod adam1999 » 11 led 2014, 22:58

toto je zas len v Spoileri daj to aj do code
ObrázekObrázek

klukca1
Příspěvky: 271
Registrován: 21 pro 2013, 18:22
Reputation: 0

Re: Automessage

#13 Příspěvekod klukca1 » 11 led 2014, 23:06

je to v code

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: Automessage

#14 Příspěvekod adam1999 » 11 led 2014, 23:16

to my chceš povedať že tam nemajú byť žiadne medzeri? V configu ich máš?
ObrázekObrázek

klukca1
Příspěvky: 271
Registrován: 21 pro 2013, 18:22
Reputation: 0

Re: Automessage

#15 Příspěvekod klukca1 » 11 led 2014, 23:22

Přepsal jsem ti to tak jak to tam je

adam1999
Příspěvky: 540
Věk: 26
Registrován: 25 říj 2013, 05:45
Reputation: 0
Bydliště: A kľúče nechceš?

Re: Automessage

#16 Příspěvekod adam1999 » 11 led 2014, 23:25

tak nedávaj to do Spoileru ale daj to len do code

-- 11 led 2014, 22:26 --

lebo stale tam tie medzeri niesu
ObrázekObrázek

klukca1
Příspěvky: 271
Registrován: 21 pro 2013, 18:22
Reputation: 0

Re: Automessage

#17 Příspěvekod klukca1 » 11 led 2014, 23:31

Default

Kód: Vybrat vše

#  ----------------------------------------------------
#  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:
  formatted:
    enabled: true
    interval: 45
    expiry: -1
    random: false
    prefix: ''
    suffix: ''
    messages:
    - '%6s %9s %10s':
      - Custom
      - formatted
      - '&2message!'
  regular:
    enabled: true
    interval: 45
    expiry: -1
    random: false
    prefix: '[&bPrefix&r] '
    suffix: ' [&4Suffix&r]'
    messages:
    - '&1First&r message %nin the default list!': []
    - '&2Second&r message %nin the default list!': []
    - '&3Third&r message %nin the default list!': []
    - These messages will be displayed to users with %nautomessage.receive.default!: []


Moje

Kód: Vybrat vše

#  ----------------------------------------------------
#  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
  auto-update: false
message-lists:
  default:
    enabled: true
    random: false
    interval: 100
    expiry: -1
    prefix: '&r[&bUputavka&r] '
    messages:
    - '&2Pridane hry: skyblock a skywars'
    - '&b&Pro EVIP a vyhody: /warp info'
 

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Automessage

#18 Příspěvekod nejento » 12 led 2014, 12:40

Dej sem latest.log při startu serveru do Code a Spoileru.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

klukca1
Příspěvky: 271
Registrován: 21 pro 2013, 18:22
Reputation: 0

Re: Automessage

#19 Příspěvekod klukca1 » 12 led 2014, 12:43

latest.log? to je presne co?:D

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Automessage

#20 Příspěvekod nejento » 12 led 2014, 12:52

logs/latest.log
je to server.log
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 86 hostů