shano_dekono

config.yml

Jan 9th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 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. suffocation:
  123. - "You are taking suffocation damage do not stand under sand blocks!"
  124. - "Do not stand under sand blocks they are hurting you!"
  125. KING_OF_COMMUNITY:
  126.  
  127. yes-no:
  128. - "No!!"
  129. - "Nah!"
  130. suffocation:
  131. - "You are taking suffocation damage do not stand under sand blocks!"
  132. - "Do not stand under sand blocks they are hurting you!"
  133.  
  134. IDIOT:
  135.  
  136. yes-no:
  137. - "Ok."
  138. - "Yes."
  139. suffocation:
  140. - "You are taking suffocation damage do not stand under sand blocks!"
  141. - "Do not stand under sand blocks they are hurting you!"
  142.  
  143. GAMER:
  144.  
  145. yes-no:
  146. - "Yes!"
  147. - "Yes, ok!"
  148. suffocation:
  149. - "You are taking suffocation damage do not stand under sand blocks!"
  150. - "Do not stand under sand blocks they are hurting you!"
  151.  
  152. RAGEQUITTER:
  153.  
  154. yes-no:
  155. - "No!"
  156. - "Never!"
  157. suffocation:
  158. - "You are taking suffocation damage do not stand under sand blocks!"
  159. - "Do not stand under sand blocks they are hurting you!"
  160.  
  161. MEDIUM_YOUTUBER:
  162.  
  163. yes-no:
  164. - "Yes."
  165. - "Yeah."
  166. suffocation:
  167. - "You are taking suffocation damage do not stand under sand blocks!"
  168. - "Do not stand under sand blocks they are hurting you!"
  169.  
  170. # Modify bot messages
  171. bot-messages:
  172.  
  173. # Messages by bot personalities
  174. personalities:
  175.  
  176. POLITE:
  177.  
  178. message1:
  179.  
  180. # The message of the bot
  181. # Placeholders (All of them are self-explanatory !) :
  182. # "%random_bot%" is replaced by a random bot
  183. # "%random_int%" is replaced by a random number
  184. # "%number_of_classes%" is replaced by the numbers of classes set in the config
  185. message: "Does anyone have some tips to help me through my adventure?"
  186.  
  187. # Bot/player that need to answer
  188. # Put "None" if nobody needs to answer.
  189. # Put "%random_bot%" for a random bot (The same as the message)
  190. # Put "%random_bots%" for between 1 and 3 random bots
  191. # Put "%random_guys%" for between 3 and 6 random bots
  192. toanswer: "%random_bots%"
  193.  
  194. # The answer types are configurable in the section "bot-answers"
  195. # If it is "None", "Nothing" or "", the bot will answer nothing
  196. answertype: "tips_for_adventure_MMORPG"
  197.  
  198. # For what server type the question should be asked
  199. # If there isn't a server type in particuliar, put "General"
  200. servertheme: "MMORPG"
  201.  
  202. message2:
  203.  
  204. # The message of the bot
  205. message: "Hmm, this server is very well-made!"
  206.  
  207. # Bot/player that need to answer
  208. # Put "None" if nobody needs to answer.
  209. # Put "%random_bot%" for a random bot (The same as the message)
  210. # Put "%random_bots%" for between 1 and 3 random bots
  211. # Put "%random_guys%" for between 3 and 6 random bots
  212. toanswer: "%random_bot%"
  213.  
  214. # The answer types are configurable in the section "bot-answers"
  215. # If it is "None", "Nothing" or "", the bot will answer nothing
  216. answertype: "suffocation"
  217.  
  218. # For what server type the question should be asked
  219. # If there isn't a server type in particuliar, put "General"
  220. servertheme: "General"
  221.  
  222. message3:
  223.  
  224. message: "I really like these kinds of Minecraft servers."
  225. toanswer: "%random_bot%"
  226. answertype: "suffocation"
  227. servertheme: "General"
  228.  
  229. message4:
  230.  
  231. message: "I like these types of Minecraft servers."
  232. toanswer: "%random_bot%"
  233. answertype: "suffocation"
  234. servertheme: "General"
  235.  
  236. message5:
  237.  
  238. message: "Oh, I love MMORPG servers : Dungeons, classes... are my favorite things!"
  239. toanswer: "%random_bot%"
  240. answertype: "suffocation"
  241. servertheme: "MMORPG"
  242.  
  243. message6:
  244.  
  245. message: "MMO Minecraft servers are actually pretty good."
  246. toanswer: "%random_bot%"
  247. answertype: "suffocation"
  248. servertheme: "MMORPG"
  249.  
  250. message7:
  251.  
  252. message: "Oh wow, congratulations for completing this dungeon %random_bot%!"
  253. toanswer: "%random_bot%"
  254. answertype: "suffocation"
  255. servertheme: "MMORPG"
  256.  
  257. message8:
  258.  
  259. message: "Can someone help me to find a dungeon, please?"
  260. toanswer: "%random_bots%"
  261. answertype: "suffocation"
  262. serverTheme: "MMORPG"
  263.  
  264. message9:
  265.  
  266. message: "People, what do you think is the most powerful weapon?"
  267. toanswer: "%random_bot%"
  268. answertype: "suffocation"
  269. serverTheme: "General"
  270.  
  271. message10:
  272.  
  273. message: "Does someone know how to get the Excalibur Sword?"
  274. toanswer: "%random_bot%"
  275. answertype: "suffocation"
  276. serverTheme: "General"
  277.  
  278. message11:
  279.  
  280. message: "This server is getting more and more popular over the time, that's a good thing!"
  281. toanswer: "%random_bot%"
  282. answertype: "suffocation"
  283. serverTheme: "General"
  284.  
  285. message12:
  286.  
  287. message: "This is one of the rare servers that have a mature community."
  288. toanswer: "%random_bot%"
  289. answertype: "suffocation"
  290. serverTheme: "General"
  291.  
  292. message13:
  293.  
  294. message: "The gameplay looks very interesting!"
  295. toanswer: "%random_bot%"
  296. answertype: "suffocation"
  297. serverTheme: "General"
  298.  
  299. message14:
  300.  
  301. message: "On this server, the gameplay is interesting. That's nice!"
  302. toanswer: "%random_bot%"
  303. answertype: "suffocation"
  304. serverTheme: "General"
  305.  
  306. message15:
  307.  
  308. message: "That is actually a pretty good server!"
  309. toanswer: "%random_bot%"
  310. answertype: "suffocation"
  311. serverTheme: "General"
  312.  
  313. message16:
  314.  
  315. message: "This is actually a very nice server!"
  316. toanswer: "%random_bot%"
  317. answertype: "suffocation"
  318. serverTheme: "General"
  319.  
  320. KING_OF_COMMUNITY:
  321.  
  322. message1:
  323.  
  324. message: "Hey who want to fight me?!"
  325. toanswer: "%random_bot2%"
  326. answertype: "suffocation"
  327. serverTheme: "General"
  328.  
  329. message2:
  330.  
  331. message: "A volunteer to fight me!?"
  332. toanswer: "%random_bot2%"
  333. answertype: "suffocation"
  334. serverTheme: "General"
  335.  
  336. message3:
  337.  
  338. message: "Do you think you can beat me %random_bot%?! Ahahaha, you can't!"
  339. toanswer: "%random_bot%"
  340. answertype: "suffocation"
  341. serverTheme: "General"
  342.  
  343. message4:
  344.  
  345. message: "Hey come fight me!!"
  346. toanswer: "%random_bot%"
  347. answertype: "suffocation"
  348. serverTheme: "General"
  349.  
  350. message5:
  351.  
  352. message: "Wow, you only have a wooden sword and want to fight m!? Ahahaha!!!"
  353. toanswer: "%random_bot%"
  354. answertype: "suffocation"
  355. serverTheme: "General"
  356.  
  357. message6:
  358.  
  359. message: "Nobody can kill me. I'm just the best."
  360. toanswer: "%random_bots%"
  361. answerType: "yes/no"
  362. serverTheme: "General"
  363.  
  364. message8:
  365.  
  366. message: "Seriously %random_bot%, just quit the game, loser!"
  367. toanswer: "%random_bot%"
  368. answertype: "suffocation"
  369. serverTheme: "General"
  370.  
  371. message9:
  372.  
  373. message: "No you're not my friend %random_bot%."
  374. toanswer: "%random_bot%"
  375. answertype: "suffocation"
  376. serverTheme: "General"
  377.  
  378. message10:
  379.  
  380. message: "%random_bot% learn to play before fighting me!"
  381. toanswer: "%random_bot%"
  382. answertype: "suffocation"
  383. serverTheme: "General"
  384.  
  385. IDIOT:
  386.  
  387. message1:
  388.  
  389. message: "No please don't kill me!!"
  390. toanswer: "%random_bot%"
  391. answertype: "suffocation"
  392. serverTheme: "General"
  393.  
  394. message2:
  395.  
  396. message: "Can you give me free diamonds %random_bot%."
  397. toanswer: "%random_bot%"
  398. answerType: "yes/no"
  399. serverTheme: "General"
  400.  
  401. message3:
  402.  
  403. message: "Oh I found a rare item!!!"
  404. toanswer: "%random_bot%"
  405. answertype: "suffocation"
  406. serverTheme: "General"
  407.  
  408. message4:
  409.  
  410. message: "Admin help me I got killed by zombies!"
  411. toanswer: "%random_bot%"
  412. answertype: "suffocation"
  413. serverTheme: "General"
  414.  
  415. message5:
  416.  
  417. message: "%random_bot% how to get an iron sword please."
  418. toanswer: "%random_bot%"
  419. answertype: "suffocation"
  420. serverTheme: "General"
  421.  
  422. message6:
  423.  
  424. message: "Why I get killed everytimes I swim!"
  425. toanswer: "%random_bots%"
  426. answertype: "suffocation"
  427. serverTheme: "General"
  428.  
  429. message7:
  430.  
  431. message: "Are there pizzas in this server?"
  432. toanswer: "%random_guys%"
  433. answerType: "yes/no"
  434. serverTheme: "General"
  435.  
  436. message8:
  437.  
  438. message: "Hey %random_bot%, give me the most powerful weapon!"
  439. toanswer: "%random_bot%"
  440. answerType: "yes/no"
  441. serverTheme: "General"
  442.  
  443. GAMER:
  444.  
  445. message1:
  446.  
  447. message: "Oh don't worry, I have a lot of weapons!"
  448. toanswer: "%random_bot%"
  449. answertype: "suffocation"
  450. serverTheme: "General"
  451.  
  452. message2:
  453.  
  454. message: "I play Minecraft since 2009 guys."
  455. toanswer: "%random_bots%"
  456. answertype: "suffocation"
  457. serverTheme: "General"
  458.  
  459. message3:
  460.  
  461. message: "%random_bot%, are you new to Minecraft or what? A crafting table is made with 4 planks."
  462. toanswer: "%random_bot%"
  463. answerType: "yes/no"
  464. serverTheme: "General"
  465.  
  466. message4:
  467.  
  468. message: "I have %random_int% epic swords!"
  469. toanswer: "%random_bot%"
  470. answertype: "suffocation"
  471. serverTheme: "General"
  472.  
  473. message5:
  474.  
  475. message: "I'm sure that I can beat %random_bot% in 1v1."
  476. toanswer: "%random_bots%"
  477. answerType: "yes/no"
  478. serverTheme: "General"
  479.  
  480. message6:
  481.  
  482. message: "Guys, I finished all the dungeons, even the hardest one !"
  483. toanswer: "%random_bots%"
  484. answertype: "suffocation"
  485. serverTheme: "MMORPG"
  486.  
  487. message7:
  488.  
  489. message: "Oh, I have the Excalibur Sword!"
  490. toanswer: "%random_bot%"
  491. answertype: "suffocation"
  492. serverTheme: "General"
  493.  
  494. message8:
  495.  
  496. message: "%random_bot%, there are not %random_int_different_from_number_of_classes%, there are %number_of_classes% classes!"
  497. toanswer: "%random_bot%"
  498. answertype: "suffocation"
  499. serverTheme: "General"
  500.  
  501. RAGEQUITTER:
  502.  
  503. message1:
  504.  
  505. message: "This dude is killing me from %random_int% blocks!!!"
  506. toanswer: "%random_bot%"
  507. answertype: "suffocation"
  508. serverTheme: "General"
  509.  
  510. message2:
  511.  
  512. message: "An hacker killed me from %random_int% blocks!!"
  513. toanswer: "%random_bot%"
  514. answertype: "suffocation"
  515. serverTheme: "General"
  516.  
  517. message3:
  518.  
  519. message: "Admins I found a cheater!"
  520. toanswer: "%random_bot%"
  521. answertype: "suffocation"
  522. serverTheme: "General"
  523.  
  524. message4:
  525.  
  526. message: "Stop hacking %random_bot%!!"
  527. toanswer: "%random_bot%"
  528. answerType: "yes/no"
  529. serverTheme: "General"
  530.  
  531. message5:
  532.  
  533. message: "This server is full of cheaters!!"
  534. toanswer: "%random_bots%"
  535. answerType: "yes/no"
  536. serverTheme: "General"
  537.  
  538. message6:
  539.  
  540. message: "%random_bot% stop hacking!!!!!"
  541. toanswer: "%random_bot%"
  542. answertype: "suffocation"
  543. serverTheme: "General"
  544.  
  545. message7:
  546.  
  547. message: "Wow there are so many hackers in this server!!"
  548. toanswer: "%random_bot%"
  549. answertype: "suffocation"
  550. serverTheme: "General"
  551.  
  552. message8:
  553.  
  554. message: "Why everyone is cheating!!"
  555. toanswer: "%random_bots%"
  556. answertype: "suffocation"
  557. serverTheme: "General"
  558.  
  559. message9:
  560.  
  561. message: "%random_bot% stop teleporting me to void!!!"
  562. toanswer: "%random_bot%"
  563. answertype: "suffocation"
  564. serverTheme: "General"
  565.  
  566. message10:
  567.  
  568. message: "Oh my god this is the worst server that I saw in my life!!!!"
  569. toanswer: "%random_bot%"
  570. answertype: "suffocation"
  571. serverTheme: "General"
  572.  
  573. MEDIUM_YOUTUBER:
  574.  
  575. message1:
  576.  
  577. message: "Hey guys, I'll record a video. Get ready!"
  578. toanswer: "%random_guys%"
  579. answertype: "suffocation"
  580. serverTheme: "General"
  581.  
  582. message2:
  583.  
  584. message: "Get ready for the next video guys!"
  585. toanswer: "%random_guys%"
  586. answertype: "suffocation"
  587. serverTheme: "General"
Advertisement
Add Comment
Please, Sign In to add comment