config.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. messages:
  2. # telegram messages
  3. general-message-to-mc: "&c[Telegram]&r %s: %s"
  4. join-message: "`%s joined the game.`"
  5. quit-message: "`%s left the game.`"
  6. death-message: "`%s`"
  7. advancement-message: "`%s obtained advancement %s! GG!`"
  8. need-to-link: "Sorry, please link your account with */linktelegram ingame* to use the chat!"
  9. can-see-but-not-chat: "You can see the chat but you can't chat at the moment. Type */linktelegram ingame* to chat!"
  10. success-linked: "Success! Linked %s"
  11. setup-msg: "Congratulations, your bot is working! Have fun with this Plugin. Feel free to donate via *PayPal* to keep this project up to date! [PayPal Donation URL](http://donate.spaceio.xyz/)"
  12. # minecraft message:
  13. general-message-to-telegram: "%s: %s"
  14. no-permissions: "&cYou don't have permissions to use this!"
  15. cant-link-console: "&cSorry, but you can't link the console currently."
  16. need-to-add-bot-first: "&cPlease add a bot to your server first! /telegram"
  17. get-token: "&aAdd %s to Telegram and send this message to %s: \n%s"
  18. enable-joinquitmessages: true
  19. enable-deathmessages: true
  20. enable-chatmessages: true
  21. enable-advancement: true
  22. # this will describe all types of advancements you want to be send on your telegram chat, be careful with 'recipes' type which can spam
  23. advancement-types: "adventure,husbandry,story,nether,end"
  24. # this will prevent mass-sending unsent messages from telegram to mc upon server startup
  25. omit-messages-sent-while-server-was-offline: true
  26. # this will prevent sending message each time a non-registered person is speaking
  27. omit-messages-need-to-link: false
  28. # this will send a silent message to avoid triggering a sound each time a message is sent
  29. turn-to-silent-notification: false