crazyhoorse961

YourFriend's Configuration

Jan 11th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.28 KB | None | 0 0
  1. #The bot name, for talk with him you need to say; "Gimmy, " and after your message/question
  2. botname: 'Gimmy'
  3. #Yes! The bot can speak many languages; here you can configure it:
  4. #P.s: You need to use special language tags; find them here: https://goo.gl/i8pEYW
  5. language: 'en-US'
  6. #Bot prefix, what should be the bot prefix? Also set the color after the prefix for making the colored message
  7. botprefix: '&8[&aGimmy&8]&e '
  8. #How many ticks (20 ticks = 1 second) should the bot take for answer? Lower than 5 could cause issues.
  9. ticks-for-answer: 5
  10. #Do you want to use the npc function? If you enable it, when talking with the bot, you will need to be near him
  11. #(the distance is configurable below)
  12. #DONT CREATE MULTIPLE NPCS, THE PLUGIN WILL BREAK#
  13. use-npc: false
  14. #If you use the npc, what's the maximum blocks the player needs to be in for talk with the npc-bot?
  15. x-distance: 10
  16. y-distance: 10
  17. z-distance: 10
  18. #If you're using the npc function, and you're too away from the bot, it will send you a message,
  19. #PRO TIP: You should also insert the prefix
  20. too-away-from-npc:
  21. #ALL THE THINGS BELOW ARE ESSENTIALS FOR MAKE THE PLUGIN WORK WITHOUT ANY ERRORS. PLEASE DON'T EDIT ANYTHING HERE IF YOU DON'T KNOW WHAT YOU'RE DOING
  22. npc-name: ''
  23. npc-skin-name: ''
  24. npc-loc:
  25.   x:
  26.   y:
  27.   z:
  28.   world: ''
Add Comment
Please, Sign In to add comment