AutoMessage

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
becKMine
Příspěvky: 41
Registrován: 24 črc 2013, 17:44
Reputation: 0

AutoMessage

#1 Příspěvekod becKMine » 03 srp 2013, 06:28

Server:93.91.250.120:27904
Dobrý den,mám plugin Autommessage a donfig vypadá takto:
Spoiler: zobrazit

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: 1
  log-to-console: true
  auto-update:
message-lists:
  Hrac:
    enabled: true
    random: true
    interval: 180
    prefix: '&4[&bInfo&4] '
    suffix:
    messages:
    - '&1[&6VIP&1] &2a &1[&4Extra&6VIP&1] &2se muzes koupit na &4/warp vip&2!'
    - '&2Nastiv nas web:&bwww.becKCraft.8u.cz'
    - '&2Dodrzuj &4pravidla &2servru na &4/warp pravidla&2!'
  VIP:
    enabled: true
    random: true
    interval: 360
    prefix:  '&4[&bInfo&4] ' 
    suffix:
    messages:
    - '&2Nastiv nas web:&bwww.becKCraft.8u.cz'
    - '&2Dodrzuj &4pravidla &2servru na &4/warp pravidla&2!'

a píše mi to do minecraft chate Nastiv nas web:www.becKCraft.8u.cz[Suffix]
a mělo by mi to psát Nastiv nas web:www.becKCraft.8u.cz

enalan
Příspěvky: 1552
Věk: 26
Registrován: 13 led 2013, 14:36
Reputation: 0

Re: AutoMessage

#2 Příspěvekod enalan » 03 srp 2013, 06:30

Zkus teď
Spoiler: zobrazit

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: 1
  log-to-console: true
  auto-update:
message-lists:
  Hrac:
    enabled: true
    random: true
    interval: 180
    prefix: '&4[&bInfo&4] '
    suffix: ''
    messages:
    - '&1[&6VIP&1] &2a &1[&4Extra&6VIP&1] &2se muzes koupit na &4/warp vip&2!'
    - '&2Nastiv nas web:&bwww.becKCraft.8u.cz'
    - '&2Dodrzuj &4pravidla &2servru na &4/warp pravidla&2!'
  VIP:
    enabled: true
    random: true
    interval: 360
    prefix:  '&4[&bInfo&4] ' 
    suffix:
    messages:
    - '&2Nastiv nas web:&bwww.becKCraft.8u.cz'
    - '&2Dodrzuj &4pravidla &2servru na &4/warp pravidla&2!'
Ušetři na nákupech v eshopech se společností Plná Peněženka.
Web, který tě přiučím novým věcem - http://neobycejny-svet.cz/
Aktuální kontakt na mě - tom.cana@seznam.cz

becKMine
Příspěvky: 41
Registrován: 24 črc 2013, 17:44
Reputation: 0

Re: AutoMessage

#3 Příspěvekod becKMine » 03 srp 2013, 06:51

nefunguje

enalan
Příspěvky: 1552
Věk: 26
Registrován: 13 led 2013, 14:36
Reputation: 0

Re: AutoMessage

#4 Příspěvekod enalan » 03 srp 2013, 07:29

Spoiler: zobrazit

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: 1
  log-to-console: true
  auto-update:
message-lists:
  Hrac:
    enabled: true
    random: true
    interval: 180
    prefix: '&4[&bInfo&4] '
    suffix: ''
    messages:
    - '&1[&6VIP&1] &2a &1[&4Extra&6VIP&1] &2se muzes koupit na &4/warp vip&2!'
    - '&2Nastiv nas web:&bwww.becKCraft.8u.cz'
    - '&2Dodrzuj &4pravidla &2servru na &4/warp pravidla&2!'
  VIP:
    enabled: true
    random: true
    interval: 360
    prefix:  '&4[&bInfo&4] ' 
    suffix: ''
    messages:
    - '&2Nastiv nas web:&bwww.becKCraft.8u.cz'
    - '&2Dodrzuj &4pravidla &2servru na &4/warp pravidla&2!'

Teď tu musí jít, dej restart :)
Ušetři na nákupech v eshopech se společností Plná Peněženka.
Web, který tě přiučím novým věcem - http://neobycejny-svet.cz/
Aktuální kontakt na mě - tom.cana@seznam.cz

becKMine
Příspěvky: 41
Registrován: 24 črc 2013, 17:44
Reputation: 0

Re: AutoMessage

#5 Příspěvekod becKMine » 03 srp 2013, 07:45

jo fuguje máš od de mě karmu :)


Zpět na „Minecraft, Tekkit“

Kdo je online

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