shano_dekono

config.yml

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