Facebook
From wrtteam.pl, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 240
  1. #  ----------------------------------------------------
  2. #  AutoMessage Configuration File
  3. #  ----------------------------------------------------
  4. #  Message Configuration:
  5. #     Messages are handled in lists to allow for advanced customization!
  6. #     Feel free to add color codes by using & in your messages!
  7. #     To split a message onto multiple lines use the \n delimiter!
  8. #     Lines starting with / will be run as a command!
  9. #     To add single apostrophes into a message use ''.
  10. #     For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.
  11. #     If you are unfamiliar with YAML use the in-game commands: /am help
  12.  
  13. settings:
  14.   enabled: true
  15.   min-players: 0
  16.   log-to-console: false
  17. message-lists:
  18.   default:
  19.     enabled: true
  20.     interval: 145
  21.     expiry: -1
  22.     random: true
  23.     messages:
  24.     - '&c[&eFB.v2&c] &bWpisz &n/spawn &r&bby przeniesc sie na spawn..'
  25.     - '&c[&eFB.v2&c] &cWpisz &n/back &r&bby powrocic w miejce przed zgonem lub teleportacja..'
  26.     - '&c[&eFB.v2&c] &aDodaj swoj email: /email add twojEmail powtorzEmail..'
  27.     - '&c[&eFB.v2&c] &aZapomniales hasla? /email recovery <TwojEmail>..'
  28.     - '&c[&eFB.v2&c] &eWpisz /p2 auto by otrzymac dzialke!'
  29.     - '&c[&eFB.v2&c] &4Wpisz /p2 home by przeniesc sie na dzialke!'
  30.     - '&c[&eFB.v2&c] &5Wpisz /p2 leave by opuscic dzialke!'
  31.     - '&c[&eFB.v2&c] &6Wpisz /p2 add <nick> by dodac kolege do dzialki!'
  32.     - '&c[&eFB.v2&c] &9Bierz udzial w glosowaniach np /gstart /tak lub /nie!'
  33.   www:
  34.     enabled: true
  35.     interval: 345
  36.     expiry: -1
  37.     random: true
  38.     messages:
  39.     - '&c[&eFB.v2&c] &bSprawdz nasza strone!'
  40.     - '&c[&eFB.v2&c] &aSprawdz nasze forum!'
  41.     - '&c[&eFB.v2&c] &eSprawdz nasz sklep!'
  42.     - '&c[&eFB.v2&c] &cSprawdz mape serwera!'
  43.     - '&c[&eFB.v2&c] &dSprawdz nasz kanal na youtube!'
  44.     - '&c[&eFB.v2&c] &9Sprawdz nasz funpage na facebooku!'
  45.