shano_dekono

config.yml

Jan 8th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.66 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. # A bit technical, there are lot of options :
  178. # "yes/no" --> The bot(s) must answer yes or no.
  179. # "tips_for_adventure_MMORPG" --> The bot(s) must give some tips to the bot that asked the question
  180. # "youre_welcome" --> The bot(s) must say you're welcome.
  181. # "new_video" --> The bot(s) must react to a new video from a YouTuber
  182. # "me/notme" --> The bot(s) must answer me or not me
  183. # "ok" --> The bot(s) must agree with the bot
  184. # "dontknow" --> The bot(s) must say that he/they don't know
  185. # "hello" --> The bot(s) must say hello (Self-explanatory, yes !)
  186. # "none" or "nothing" --> The bot(s) will not answer
  187. # If the answer type is not in the above, the answer type will be what
  188. # bots will answer. For example, if answertype is "I am smart.",
  189. # bots will answer "I am smart."
  190. answertype: "tips_for_adventure_MMORPG"
  191.  
  192. # For what server type the question should be asked
  193. # If there isn't a server type in particuliar, put "General"
  194. servertheme: "MMORPG"
  195.  
  196. message2:
  197.  
  198. # The message of the bot
  199. message: "Hmm, this server is very well-made !"
  200.  
  201. # Bot/player that need to answer
  202. # Put "None" if nobody needs to answer.
  203. # Put "%random_bot%" for a random bot (The same as the message)
  204. # Put "%random_bots%" for between 1 and 3 random bots
  205. # Put "%random_guys%" for between 3 and 6 random bots
  206. toanswer: "None"
  207.  
  208. # A bit technical, there are lot of options :
  209. # "yes/no" --> The bot(s) must answer yes or no.
  210. # "tips_for_adventure_MMORPG" --> The bot(s) must give some tips to the bot that asked the question
  211. # "youre_welcome" --> The bot(s) must say you're welcome.
  212. # "new_video" --> The bot(s) must react to a new video from a YouTuber
  213. # "me/notme" --> The bot(s) must answer me or not me
  214. # "ok" --> The bot(s) must agree with the bot
  215. # "dontknow" --> The bot(s) must say that he/they don't know
  216. # "hello" --> The bot(s) must say hello (Self-explanatory, yes !)
  217. # "none" or "nothing" --> The bot(s) will not answer
  218. # If the answer type is not in the above, the answer type will be what
  219. # bots will answer. For example, if answertype is "I am smart.",
  220. # bots will answer "I am smart."
  221. answertype: "None"
  222.  
  223. # For what server type the question should be asked
  224. # If there isn't a server type in particuliar, put "General"
  225. servertheme: "General"
  226.  
  227. message3:
  228.  
  229. message: "I really like these kinds of minecraft servers, lots of features as well as custom resourcepacks"
  230. toanswer: "%random_bot%"
  231. answertype: "me 2 it a gud server"
  232. servertheme: "General"
  233.  
  234. message4:
  235.  
  236. message: "i like these types of minecraft servers."
  237. toanswer: "%random_bot%"
  238. answertype: "same"
  239. servertheme: "General"
  240.  
  241. message5:
  242.  
  243. message: "I love MMORPG servers, ShAnO when will you be adding in more MMORPG features?"
  244. toanswer: "None"
  245. answertype: "None"
  246. servertheme: "General"
  247.  
  248. message6:
  249.  
  250. message: "These LuckyBlocks are awesome, a great feature to add to the server ShAnO"
  251. toanswer: "None"
  252. answertype: "None"
  253. servertheme: "General"
  254.  
  255. message7:
  256.  
  257. message: "wow, nice job clearing that out %random_bot%!"
  258. toanswer: "%random_bot%"
  259. answertype: "thanx, twas easy :P"
  260. servertheme: "General"
  261.  
  262. message8:
  263.  
  264. message: "Can someone please help me find an end portal?"
  265. toanswer: "%random_bot%"
  266. answertype: "sure PM me"
  267. serverTheme: "General"
  268.  
  269. message9:
  270.  
  271. message: "People, what do you think is the most powerful weapon?"
  272. toanswer: "%random_bots%"
  273. answerType: "trident"
  274. serverTheme: "General"
  275.  
  276. message10:
  277.  
  278. message: "Does someone know how to get the enchanted wands?"
  279. toanswer: "%random_bot%"
  280. answerType: "luckyblocks"
  281. serverTheme: "General"
  282.  
  283. message11:
  284.  
  285. message: "This server is getting better by the day keep up the great work ShAnO"
  286. toanswer: "random_bot"
  287. answerType: "i agree gud work"
  288. serverTheme: "General"
  289.  
  290. message12:
  291.  
  292. message: "how do I access/open the in-game menu?"
  293. toanswer: "%random_bot%"
  294. answerType: "Just press F, item swap is disabled for now"
  295. serverTheme: "General"
  296.  
  297. message13:
  298.  
  299. message: "the game runs well, no lagg!"
  300. toanswer: "%random_bot%"
  301. answerType: "None"
  302. serverTheme: "General"
  303.  
  304. message14:
  305.  
  306. message: "%random_bot% wanna go go exploring with me?"
  307. toanswer: "%random_bot%"
  308. answerType: "sure"
  309. serverTheme: "General"
  310.  
  311. message15:
  312.  
  313. message: "might go do some AFK fishing since it's allowed on this server, fishing takes ages gotta get those mending books!"
  314. toanswer: "None"
  315. answerType: "None"
  316. serverTheme: "General"
  317.  
  318. message16:
  319.  
  320. message: "This is actually a pretty nice server it's like minecraft re-invented"
  321. toanswer: "None"
  322. answerType: "None"
  323. serverTheme: "General"
  324.  
  325. KING_OF_COMMUNITY:
  326.  
  327. message1:
  328.  
  329. message: "wanna fight %random_bot%?"
  330. toanswer: "%random_bot%"
  331. answerType: "sure thing, one sec"
  332. serverTheme: "General"
  333.  
  334. message2:
  335.  
  336. message: "wanna fight %random_bot%?"
  337. toanswer: "%random_bot%"
  338. answerType: "sorry I'm busy"
  339. serverTheme: "General"
  340.  
  341. message3:
  342.  
  343. message: "You can't can beat me %random_bot% hahaha, you will never get this, you will never get this"
  344. toanswer: "%random_bot%"
  345. answerType: "my name a borat, from kazakhstan"
  346. serverTheme: "General"
  347.  
  348. message4:
  349.  
  350. message: "Hey %random_bot% come fight me!"
  351. toanswer: "%random_bot%"
  352. answerType: "maybe"
  353. serverTheme: "General"
  354.  
  355. message5:
  356.  
  357. message: "you only have a wooden sword and want to fight me? lol"
  358. toanswer: "%random_bot%"
  359. answerType: "bring it on!"
  360. serverTheme: "General"
  361.  
  362. message6:
  363.  
  364. message: "nobody can kill me... come try XD"
  365. toanswer: "%random_bots%"
  366. answerType: "yes/no"
  367. serverTheme: "General"
  368.  
  369. message8:
  370.  
  371. message: "Seriously %random_bot%, stop following me!"
  372. toanswer: "%random_bot%"
  373. answerType: "ok"
  374. serverTheme: "General"
  375.  
  376. message9:
  377.  
  378. message: "go away %random_bot%."
  379. toanswer: "%random_bot%"
  380. answerType: "ok"
  381. serverTheme: "General"
  382.  
  383. message10:
  384.  
  385. message: "%random_bot% learn to play before fighting me!"
  386. toanswer: "%random_bot%"
  387. answerType: "None"
  388. serverTheme: "General"
  389.  
  390. IDIOT:
  391.  
  392. message1:
  393.  
  394. message: "don't kill me!! truce?"
  395. toanswer: "%random_bot%"
  396. answerType: "ok"
  397. serverTheme: "General"
  398.  
  399. message2:
  400.  
  401. message: "Can you give me free diamonds %random_bot%"
  402. toanswer: "%random_bot%"
  403. answerType: "yes/no"
  404. serverTheme: "General"
  405.  
  406. message3:
  407.  
  408. message: "Oh I found a rare item!!!"
  409. toanswer: "None"
  410. answerType: "None"
  411. serverTheme: "General"
  412.  
  413. message4:
  414.  
  415. message: "Admin help me I got killed by zombies!"
  416. toanswer: "None"
  417. answerType: "None"
  418. serverTheme: "General"
  419.  
  420. message5:
  421.  
  422. message: "%random_bot% how to get an iron sword please"
  423. toanswer: "%random_bot%"
  424. answerType: "dontknow"
  425. serverTheme: "General"
  426.  
  427. message6:
  428.  
  429. message: "Why do I take damage everytime I dig under sand!"
  430. toanswer: "%random_bots%"
  431. answerType: "it makes you take suffocation damage"
  432. serverTheme: "General"
  433.  
  434. message7:
  435.  
  436. message: "Are there pizzas in this server?"
  437. toanswer: "%random_guys%"
  438. answerType: "yes/no"
  439. serverTheme: "General"
  440.  
  441. message8:
  442.  
  443. message: "Hey %random_bot%, give me the most powerful weapon!"
  444. toanswer: "%random_bot%"
  445. answerType: "yes/no"
  446. serverTheme: "General"
  447.  
  448. GAMER:
  449.  
  450. message1:
  451.  
  452. message: "Oh don't worry, I have a lot of weapons!"
  453. toanswer: "%random_bot%"
  454. answerType: "ok"
  455. serverTheme: "General"
  456.  
  457. message2:
  458.  
  459. message: "I play Minecraft since 2009 guys"
  460. toanswer: "%random_bots%"
  461. answerType: "ok"
  462. serverTheme: "General"
  463.  
  464. message3:
  465.  
  466. message: "%random_bot%, are you new to Minecraft or what? A crafting table is made with 4 planks"
  467. toanswer: "%random_bot%"
  468. answerType: "yes/no"
  469. serverTheme: "General"
  470.  
  471. message4:
  472.  
  473. message: "Woot! LuckyBlock!"
  474. toanswer: "%random_bot%"
  475. answerType: "gl"
  476. serverTheme: "General"
  477.  
  478. message5:
  479.  
  480. message: "im sure that I can beat %random_bot% in pvp"
  481. toanswer: "%random_bots%"
  482. answerType: "yes/no"
  483. serverTheme: "General"
  484.  
  485. message6:
  486.  
  487. message: "I finished all the building,what next?"
  488. toanswer: "%random_bots%"
  489. answerType: "keep yourself occupied for now for %random_int% hours or so"
  490. serverTheme: "General"
  491.  
  492. message7:
  493.  
  494. message: "oh, I just got an enchanted sword!"
  495. toanswer: "None"
  496. answerType: "nice!"
  497. serverTheme: "General"
  498.  
  499. message8:
  500.  
  501. message: "%random_bot%, there are not %random_int_different_from_number_of_classes%, there are %number_of_classes% classes!"
  502. toanswer: "%random_bot%"
  503. answerType: "ok"
  504. serverTheme: "MMORPG"
  505.  
  506. RAGEQUITTER:
  507.  
  508. message1:
  509.  
  510. message: "This dude is killing me from %random_int% blocks!!!"
  511. toanswer: "None"
  512. answerType: "None"
  513. serverTheme: "General"
  514.  
  515. message2:
  516.  
  517. message: "An hacker killed me from %random_int% blocks!!"
  518. toanswer: "None"
  519. answerType: "None"
  520. serverTheme: "General"
  521.  
  522. message3:
  523.  
  524. message: "Admins I found a cheater!"
  525. toanswer: "%random_bot%"
  526. answerType: "ok"
  527. serverTheme: "General"
  528.  
  529. message4:
  530.  
  531. message: "Stop hacking %random_bot%"
  532. toanswer: "%random_bot%"
  533. answerType: "yes/no"
  534. serverTheme: "General"
  535.  
  536. message5:
  537.  
  538. message: "This server is full of cheaters!!"
  539. toanswer: "%random_bots%"
  540. answerType: "yes/no"
  541. serverTheme: "General"
  542.  
  543. message6:
  544.  
  545. message: "%random_bot% stop hacking!!!!!"
  546. toanswer: "%random_bot%"
  547. answerType: "ok"
  548. serverTheme: "General"
  549.  
  550. message7:
  551.  
  552. message: "Wow there are so many hackers in this server!!"
  553. toanswer: "None"
  554. answerType: "None"
  555. serverTheme: "General"
  556.  
  557. message8:
  558.  
  559. message: "Why everyone is cheating!!"
  560. toanswer: "%random_bots%"
  561. answerType: "dontKnow"
  562. serverTheme: "General"
  563.  
  564. message9:
  565.  
  566. message: "%random_bot% stop teleporting me to void!!!"
  567. toanswer: "None"
  568. answerType: "None"
  569. serverTheme: "General"
  570.  
  571. message10:
  572.  
  573. message: "Oh my god this is the worst server that I saw in my life!!!!"
  574. toanswer: "None"
  575. answerType: "None"
  576. serverTheme: "General"
  577.  
  578. MEDIUM_YOUTUBER:
  579.  
  580. message1:
  581.  
  582. message: "Hey guys, I'll record a video Get ready!"
  583. toanswer: "%random_guys%"
  584. answerType: "new_video"
  585. serverTheme: "General"
  586.  
  587. message2:
  588.  
  589. message: "Get ready for the next video guys!"
  590. toanswer: "%random_guys%"
  591. answerType: "new_video"
  592. serverTheme: "General"
Advertisement
Add Comment
Please, Sign In to add comment