Advertisement
shano_dekono

config.yml

Jan 8th, 2019
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. # General settings on server startup
  2. startup:
  3.  
  4. # How many bots should be created at startup (Default to 50)
  5. bot-amount: 50
  6.  
  7. # Should the bots count as real players for the number of online players ?
  8. fake-slots: true
  9.  
  10. # Chat settings
  11. chat:
  12.  
  13. # The chat format for the bots.
  14. # Placeholders :
  15. # %bot_name% -> The name of the bot (Self-explanatory)
  16. # %bot_personality% -> The personality of the bot (Also self-explanatory)
  17. # %bot_message% -> The message of the bot (Again self-explanatory)
  18. # %bot_typing_speed% -> The time needed to the bot to write messages (In TPS)
  19. # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
  20. chat-format: "§7%bot_name% §8>> §f%bot_message%"
  21.  
  22. # The delay between two bots messages (Can vary by typing speed, personality, reaction time...)
  23. # The value is in TPS (1/20 of a second).
  24. message-frequency-bots: 12
  25.  
  26. # The delay between two bots join and quit (Can vary a lot by bot amount !!)
  27. # The value is in TPS (1/20 of a second).
  28. join-leave-frequency-bots: 17
  29.  
  30. # The join messages format for the bots
  31. # Placeholders :
  32. # %bot_name% -> The name of the bot (Self-explanatory)
  33. # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
  34. join-message-format: "§7[§a+§7] §f%bot_name%"
  35.  
  36. # The quit messages format for the bots
  37. # Placeholders :
  38. # %bot_name% -> The name of the bot (Self-explanatory)
  39. # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
  40. quit-message-format: "§7[§c-§7] §f%bot_name%"
  41.  
  42. # The delay between two bots death messages (Can vary a lot by a lot of factors)
  43. # The value is in TPS (1/20 of a second)
  44. death-frequency-bots: 54
  45.  
  46. # The death messages format for the bots
  47. # Placeholders :
  48. # %bot_name% -> The name of the bot (Self-explanatory)
  49. # %random% -> Show the name of a random player or bot
  50. # %random_bot% -> Show the name of a random bot
  51. # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
  52. death-message-format: "§e%bot_name% has been killed by %random%."
  53.  
  54. # Artificial intelligence settings
  55. ai:
  56.  
  57. # If set to true, the bots will sometimes leave the server, then come back.
  58. # If set to false, the bots will always stay online on the server.
  59. can-join-and-leave-server: true
  60.  
  61. # If set to true, the bots will answer the player questions and sentences.
  62. # If set to false, the bots will not answer questions and will only answer other bots questions.
  63. can-answer-player-questions: true
  64.  
  65. # If set to true, the bots will talk with other players and bots.
  66. # If set to false, the bots won't talk with other players and bots.
  67. can-talk: true
  68.  
  69. # If set to true, the bots will be visible in the Tablist.
  70. # If set to false, the bots won't be visible in the Tablist.
  71. visible-in-tablist: true
  72.  
  73. # General settings for the plugin (And not the bots)
  74. general:
  75.  
  76. # The prefix used in plugin messages
  77. prefix: "§8[§7BotMaker§8]"
  78.  
  79. # Used when the player ask who is the server owner to the bots
  80. server-owner: "Unknown"
  81.  
  82. # Do you want the generator to generate bots with only one personality: POLITE ?
  83. # If you set that to false, there will be immature bots, gamer bots etc...
  84. generate-mature-bots: false
  85.  
  86. # Used so the bots can ask relevant questions
  87. # Can be only MMORPG for the moment
  88. # Don't worry too, bots also have general questions (But not that much)
  89. server-theme: "MMORPG"
  90.  
  91. # Used when the server theme is MMORPG, so the bots can answer player questions about classes
  92. number-of-classes: 3
  93.  
  94. # Should bot messages be logged to console ?
  95. # true -> yes
  96. # false -> no
  97. log-to-console: true
  98.  
  99. # Should bot messages be sent to all Bungeecord servers ?
  100. # true -> yes
  101. # false -> no
  102. bungeecord-enabled: false
  103.  
  104. # Settings to disable bot messages, answers etc... with precise criterias
  105. exclude:
  106.  
  107. # When players will be in these worlds, they won't see bots messages
  108. worlds:
  109. - world_nether
  110.  
  111. # Modify bot answers for questions
  112. bot-answers:
  113.  
  114. # Answers by bot personalities
  115. personalities:
  116.  
  117. POLITE:
  118.  
  119. yes-no:
  120. - "That's fine."
  121. - "Ok, yes."
  122.  
  123. KING_OF_COMMUNITY:
  124.  
  125. yes-no:
  126. - "No!!"
  127. - "Nah!"
  128.  
  129. IDIOT:
  130.  
  131. yes-no:
  132. - "Ok."
  133. - "Yes."
  134.  
  135. GAMER:
  136.  
  137. yes-no:
  138. - "Yes!"
  139. - "Yes, ok!"
  140.  
  141. RAGEQUITTER:
  142.  
  143. yes-no:
  144. - "No!"
  145. - "Never!"
  146.  
  147. MEDIUM_YOUTUBER:
  148.  
  149. yes-no:
  150. - "Yes."
  151. - "Yeah."
  152.  
  153. # Modify bot messages
  154. bot-messages:
  155.  
  156. # Messages by bot personalities
  157. personalities:
  158.  
  159. POLITE:
  160.  
  161. message1:
  162.  
  163. # The message of the bot
  164. # Placeholders (All of them are self-explanatory !) :
  165. # "%random_bot%" is replaced by a random bot
  166. # "%random_int%" is replaced by a random number
  167. # "%number_of_classes%" is replaced by the numbers of classes set in the config
  168. message: "Does anyone have some tips to help me through my adventure?"
  169.  
  170. # Bot/player that need to answer
  171. # Put "None" if nobody needs to answer.
  172. # Put "%random_bot%" for a random bot (The same as the message)
  173. # Put "%random_bots%" for between 1 and 3 random bots
  174. # Put "%random_guys%" for between 3 and 6 random bots
  175. toanswer: "%random_bots%"
  176.  
  177. # The answer types are configurable in the section "bot-answers"
  178. # If it is "None", "Nothing" or "", the bot will answer nothing
  179. answertype: "tips_for_adventure_MMORPG"
  180.  
  181. # For what server type the question should be asked
  182. # If there isn't a server type in particuliar, put "General"
  183. servertheme: "MMORPG"
  184.  
  185. message2:
  186.  
  187. # The message of the bot
  188. message: "Hmm, this server is very well-made!"
  189.  
  190. # Bot/player that need to answer
  191. # Put "None" if nobody needs to answer.
  192. # Put "%random_bot%" for a random bot (The same as the message)
  193. # Put "%random_bots%" for between 1 and 3 random bots
  194. # Put "%random_guys%" for between 3 and 6 random bots
  195. toanswer: "None"
  196.  
  197. # The answer types are configurable in the section "bot-answers"
  198. # If it is "None", "Nothing" or "", the bot will answer nothing
  199. answertype: "None"
  200.  
  201. # For what server type the question should be asked
  202. # If there isn't a server type in particuliar, put "General"
  203. servertheme: "General"
  204.  
  205. message3:
  206.  
  207. message: "I really like these kinds of minecraft servers, lots of features as well as custom resourcepacks"
  208. toanswer: "%random_bot%"
  209. answertype: "me 2 it a gud server"
  210. servertheme: "General"
  211.  
  212. message4:
  213.  
  214. message: "i like these types of minecraft servers."
  215. toanswer: "%random_bot%"
  216. answertype: "same"
  217. servertheme: "General"
  218.  
  219. message5:
  220.  
  221. message: "I love MMORPG servers, ShAnO when will you be adding in more MMORPG features?"
  222. toanswer: "None"
  223. answertype: "None"
  224. servertheme: "General"
  225.  
  226. message6:
  227.  
  228. message: "These LuckyBlocks are awesome, a great feature to add to the server ShAnO"
  229. toanswer: "None"
  230. answertype: "None"
  231. servertheme: "General"
  232.  
  233. message7:
  234.  
  235. message: "wow, nice job clearing that out %random_bot%!"
  236. toanswer: "%random_bot%"
  237. answertype: "thanx, twas easy :P"
  238. servertheme: "General"
  239.  
  240. message8:
  241.  
  242. message: "Can someone please help me find an end portal?"
  243. toanswer: "%random_bot%"
  244. answertype: "sure PM me"
  245. serverTheme: "General"
  246.  
  247. message9:
  248.  
  249. message: "People, what do you think is the most powerful weapon?"
  250. toanswer: "%random_bots%"
  251. answerType: "trident"
  252. serverTheme: "General"
  253.  
  254. message10:
  255.  
  256. message: "Does someone know how to get the enchanted wands?"
  257. toanswer: "%random_bot%"
  258. answerType: "luckyblocks"
  259. serverTheme: "General"
  260.  
  261. message11:
  262.  
  263. message: "This server is getting better by the day keep up the great work ShAnO"
  264. toanswer: "%random_bot%"
  265. answerType: "i agree gud work"
  266. serverTheme: "General"
  267.  
  268. message12:
  269.  
  270. message: "how do I access/open the in-game menu?"
  271. toanswer: "%random_bot%"
  272. answerType: "Just press F, item swap is disabled for now"
  273. serverTheme: "General"
  274.  
  275. message13:
  276.  
  277. message: "the game runs well, no lagg!"
  278. toanswer: "%random_bot%"
  279. answerType: "it does"
  280. serverTheme: "General"
  281.  
  282. message14:
  283.  
  284. message: "%random_bot% wanna go go exploring with me?"
  285. toanswer: "%random_bot%"
  286. answerType: "sure"
  287. serverTheme: "General"
  288.  
  289. message15:
  290.  
  291. message: "might go do some AFK fishing since it's allowed on this server, fishing takes ages gotta get those mending books!"
  292. toanswer: "%random_bot%"
  293. answerType: "sound sgud"
  294. serverTheme: "General"
  295.  
  296. message16:
  297.  
  298. message: "This is actually a pretty nice server it's like minecraft re-invented"
  299. toanswer: "%random_bot%"
  300. answerType: "totally agree"
  301. serverTheme: "General"
  302.  
  303. KING_OF_COMMUNITY:
  304.  
  305. message1:
  306.  
  307. message: "wanna fight %random_bot%?"
  308. toanswer: "%random_bot%"
  309. answerType: "sure thing, one sec"
  310. serverTheme: "General"
  311.  
  312. message2:
  313.  
  314. message: "wanna fight %random_bot%?"
  315. toanswer: "%random_bot%"
  316. answerType: "sorry I'm busy"
  317. serverTheme: "General"
  318.  
  319. message3:
  320.  
  321. message: "You can't can beat me %random_bot% hahaha, you will never get this, you will never get this"
  322. toanswer: "%random_bot%"
  323. answerType: "my name a borat, from kazakhstan"
  324. serverTheme: "General"
  325.  
  326. message4:
  327.  
  328. message: "Hey %random_bot% come fight me!"
  329. toanswer: "%random_bot%"
  330. answerType: "maybe"
  331. serverTheme: "General"
  332.  
  333. message5:
  334.  
  335. message: "you only have a wooden sword and want to fight me? lol"
  336. toanswer: "%random_bot%"
  337. answerType: "bring it on!"
  338. serverTheme: "General"
  339.  
  340. message6:
  341.  
  342. message: "nobody can kill me come try XD"
  343. toanswer: "%random_bots%"
  344. answerType: "yes-no"
  345. serverTheme: "General"
  346.  
  347. message8:
  348.  
  349. message: "Seriously %random_bot%, stop following me!"
  350. toanswer: "%random_bot%"
  351. answerType: "ok"
  352. serverTheme: "General"
  353.  
  354. message9:
  355.  
  356. message: "go away %random_bot%"
  357. toanswer: "%random_bot%"
  358. answerType: "ok"
  359. serverTheme: "General"
  360.  
  361. message10:
  362.  
  363. message: "%random_bot% learn to play before fighting me!"
  364. toanswer: "%random_bot%"
  365. answerType: "you too!"
  366. serverTheme: "General"
  367.  
  368. IDIOT:
  369.  
  370. message1:
  371.  
  372. message: "don't kill me!! truce?"
  373. toanswer: "%random_bot%"
  374. answerType: "ok"
  375. serverTheme: "General"
  376.  
  377. message2:
  378.  
  379. message: "Can you give me free diamonds %random_bot%"
  380. toanswer: "%random_bot%"
  381. answerType: "yes-no"
  382. serverTheme: "General"
  383.  
  384. message3:
  385.  
  386. message: "Oh I found a rare item!!!"
  387. toanswer: "%random_bot%"
  388. answerType: "what did you get?"
  389. serverTheme: "General"
  390.  
  391. message4:
  392.  
  393. message: "Admin help me I got killed by zombies!"
  394. toanswer: "%random_bot%"
  395. answerType: "admin are too busy for that"
  396. serverTheme: "General"
  397.  
  398. message5:
  399.  
  400. message: "%random_bot% how to get an iron sword please"
  401. toanswer: "%random_bot%"
  402. answerType: "dont know"
  403. serverTheme: "General"
  404.  
  405. message6:
  406.  
  407. message: "Why do I take damage everytime I dig under sand!"
  408. toanswer: "%random_bots%"
  409. answerType: "it makes you take suffocation damage"
  410. serverTheme: "General"
  411.  
  412. message7:
  413.  
  414. message: "Are there pizzas in this server?"
  415. toanswer: "%random_guys%"
  416. answerType: "yes/no"
  417. serverTheme: "General"
  418.  
  419. message8:
  420.  
  421. message: "Hey %random_bot%, give me the most powerful weapon!"
  422. toanswer: "%random_bot%"
  423. answerType: "yes/no"
  424. serverTheme: "General"
  425.  
  426. GAMER:
  427.  
  428. message1:
  429.  
  430. message: "Oh don't worry, I have a lot of weapons!"
  431. toanswer: "%random_bot%"
  432. answerType: "ok"
  433. serverTheme: "General"
  434.  
  435. message2:
  436.  
  437. message: "I play Minecraft since 2009 guys"
  438. toanswer: "%random_bots%"
  439. answerType: "ok"
  440. serverTheme: "General"
  441.  
  442. message3:
  443.  
  444. message: "%random_bot%, are you new to Minecraft or what? A crafting table is made with 4 planks"
  445. toanswer: "%random_bot%"
  446. answerType: "yes/no"
  447. serverTheme: "General"
  448.  
  449. message4:
  450.  
  451. message: "Woot! LuckyBlock!"
  452. toanswer: "%random_bot%"
  453. answerType: "gl"
  454. serverTheme: "General"
  455.  
  456. message5:
  457.  
  458. message: "im sure that I can beat %random_bot% in pvp"
  459. toanswer: "%random_bots%"
  460. answerType: "yes/no"
  461. serverTheme: "General"
  462.  
  463. message6:
  464.  
  465. message: "I finished all the building,what next?"
  466. toanswer: "%random_bots%"
  467. answerType: "keep yourself occupied for now for %random_int% hours or so"
  468. serverTheme: "General"
  469.  
  470. message7:
  471.  
  472. message: "oh, I just got an enchanted sword!"
  473. toanswer: "random_bot"
  474. answerType: "nice!"
  475. serverTheme: "General"
  476.  
  477. message8:
  478.  
  479. message: "%random_bot%, there are not %random_int_different_from_number_of_classes%, there are %number_of_classes% classes!"
  480. toanswer: "%random_bot%"
  481. answerType: "ok"
  482. serverTheme: "MMORPG"
  483.  
  484. RAGEQUITTER:
  485.  
  486. message1:
  487.  
  488. message: "This dude is killing me from %random_int% blocks!!!"
  489. toanswer: "None"
  490. answerType: "None"
  491. serverTheme: "General"
  492.  
  493. message2:
  494.  
  495. message: "An hacker killed me from %random_int% blocks!!"
  496. toanswer: "None"
  497. answerType: "None"
  498. serverTheme: "General"
  499.  
  500. message3:
  501.  
  502. message: "Admins I found a cheater!"
  503. toanswer: "%random_bot%"
  504. answerType: "ok"
  505. serverTheme: "General"
  506.  
  507. message4:
  508.  
  509. message: "Stop hacking %random_bot%"
  510. toanswer: "%random_bot%"
  511. answerType: "yes/no"
  512. serverTheme: "General"
  513.  
  514. message5:
  515.  
  516. message: "This server is full of cheaters!!"
  517. toanswer: "%random_bots%"
  518. answerType: "yes/no"
  519. serverTheme: "General"
  520.  
  521. message6:
  522.  
  523. message: "%random_bot% stop hacking!!!!!"
  524. toanswer: "%random_bot%"
  525. answerType: "ok"
  526. serverTheme: "General"
  527.  
  528. message7:
  529.  
  530. message: "Wow there are so many hackers in this server!!"
  531. toanswer: "None"
  532. answerType: "None"
  533. serverTheme: "General"
  534.  
  535. message8:
  536.  
  537. message: "Why everyone is cheating!!"
  538. toanswer: "%random_bots%"
  539. answerType: "dontKnow"
  540. serverTheme: "General"
  541.  
  542. message9:
  543.  
  544. message: "%random_bot% stop teleporting me to void!!!"
  545. toanswer: "%random_bot%"
  546. answerType: "who are you talking to?"
  547. serverTheme: "General"
  548.  
  549. message10:
  550.  
  551. message: "Oh my god this is the worst server that I saw in my life!!!!"
  552. toanswer: "%random_bot%"
  553. answerType: "and you are the worst player that I saw in my life!"
  554. serverTheme: "General"
  555.  
  556. MEDIUM_YOUTUBER:
  557.  
  558. message1:
  559.  
  560. message: "Hey guys, I'll record a video Get ready!"
  561. toanswer: "%random_bot%"
  562. answerType: "ooh wait for me!"
  563. serverTheme: "General"
  564.  
  565. message2:
  566.  
  567. message: "Get ready for the next video guys!"
  568. toanswer: "%random_bot%"
  569. answerType: "I am ready"
  570. serverTheme: "General"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement