Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # General settings on server startup
- startup:
- # How many bots should be created at startup (Default to 50)
- bot-amount: 50
- # Should the bots count as real players for the number of online players ?
- fake-slots: true
- # Chat settings
- chat:
- # The chat format for the bots.
- # Placeholders :
- # %bot_name% -> The name of the bot (Self-explanatory)
- # %bot_personality% -> The personality of the bot (Also self-explanatory)
- # %bot_message% -> The message of the bot (Again self-explanatory)
- # %bot_typing_speed% -> The time needed to the bot to write messages (In TPS)
- # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
- chat-format: "§7%bot_name% §8>> §f%bot_message%"
- # The delay between two bots messages (Can vary by typing speed, personality, reaction time...)
- # The value is in TPS (1/20 of a second).
- message-frequency-bots: 40
- # The delay between two bots join and quit (Can vary a lot by bot amount !!)
- # The value is in TPS (1/20 of a second).
- join-leave-frequency-bots: 45
- # The join messages format for the bots
- # Placeholders :
- # %bot_name% -> The name of the bot (Self-explanatory)
- # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
- join-message-format: "§7[§a+§7] §c%bot_name% §ejoined the game"
- # The quit messages format for the bots
- # Placeholders :
- # %bot_name% -> The name of the bot (Self-explanatory)
- # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
- quit-message-format: "§7[§c-§7] §c%bot_name% §eleft the game"
- # The delay between two bots death messages (Can vary a lot by a lot of factors)
- # The value is in TPS (1/20 of a second)
- death-frequency-bots: 180
- # The death messages format for the bots
- # Placeholders :
- # %bot_name% -> The name of the bot (Self-explanatory)
- # %random% -> Show the name of a random player or bot
- # %random_bot% -> Show the name of a random bot
- # You can also use color codes (§) in the format and placeholders from PlaceholderAPI.
- death-message-format: "&c%bot_name%&e was killed by &c%random_bot%."
- # Artificial intelligence settings
- ai:
- # If set to true, the bots will sometimes leave the server, then come back.
- # If set to false, the bots will always stay online on the server.
- can-join-and-leave-server: true
- # If set to true, the bots will answer the player questions and sentences.
- # If set to false, the bots will not answer questions and will only answer other bots questions.
- can-answer-player-questions: true
- # If set to true, the bots will talk with other players and bots.
- # If set to false, the bots won't talk with other players and bots.
- can-talk: true
- # If set to true, the bots will be visible in the Tablist.
- # If set to false, the bots won't be visible in the Tablist.
- visible-in-tablist: true
- # General settings for the plugin (And not the bots)
- general:
- # The prefix used in plugin messages
- prefix: "§8[§7BotMaker§8]"
- # Used when the player ask who is the server owner to the bots
- server-owner: "Unknown"
- # Do you want the generator to generate bots with only one personality: POLITE ?
- # If you set that to false, there will be immature bots, gamer bots etc...
- generate-mature-bots: false
- # Used so the bots can ask relevant questions
- # Can be only MMORPG for the moment
- # Don't worry too, bots also have general questions (But not that much)
- server-theme: "MMORPG"
- # Used when the server theme is MMORPG, so the bots can answer player questions about classes
- number-of-classes: 3
- # Should bot messages be logged to console ?
- # true -> yes
- # false -> no
- log-to-console: no
- # Settings to disable bot messages, answers etc... with precise criterias
- exclude:
- # When players will be in these worlds, they won't see bots messages
- worlds: []
- # Modify bot answers for questions
- bot-answers:
- # Answers by bot personalities
- personalities:
- POLITE:
- yes-no:
- - "That's fine."
- - "Ok, yes."
- KING_OF_COMMUNITY:
- yes-no:
- - "No!!"
- - "Nah!"
- IDIOT:
- yes-no:
- - "Ok."
- - "Yes."
- GAMER:
- yes-no:
- - "Yes!"
- - "Yes, ok!"
- RAGEQUITTER:
- yes-no:
- - "No!"
- - "Never!"
- MEDIUM_YOUTUBER:
- yes-no:
- - "Yes."
- - "Yeah."
- # Modify bot messages
- bot-messages:
- # Messages by bot personalities
- personalities:
- POLITE:
- message1:
- # The message of the bot
- # Placeholders (All of them are self-explanatory !) :
- # "%random_bot%" is replaced by a random bot
- # "%random_int%" is replaced by a random number
- # "%number_of_classes%" is replaced by the numbers of classes set in the config
- message: "Does anyone have some tips to help me through my adventure?"
- # Bot/player that need to answer
- # Put "None" if nobody needs to answer.
- # Put "%random_bot%" for a random bot (The same as the message)
- # Put "%random_bots%" for between 1 and 3 random bots
- # Put "%random_guys%" for between 3 and 6 random bots
- toanswer: "%random_bots%"
- # The answer types are configurable in the section "bot-answers"
- # If it is "None", "Nothing" or "", the bot will answer nothing
- answertype: "tips_for_adventure_MMORPG"
- # For what server type the question should be asked
- # If there isn't a server type in particuliar, put "General"
- servertheme: "MMORPG"
- message2:
- # The message of the bot
- message: "Hmm, this server is very well-made!"
- # Bot/player that need to answer
- # Put "None" if nobody needs to answer.
- # Put "%random_bot%" for a random bot (The same as the message)
- # Put "%random_bots%" for between 1 and 3 random bots
- # Put "%random_guys%" for between 3 and 6 random bots
- toanswer: "None"
- # The answer types are configurable in the section "bot-answers"
- # If it is "None", "Nothing" or "", the bot will answer nothing
- answertype: "None"
- # For what server type the question should be asked
- # If there isn't a server type in particuliar, put "General"
- servertheme: "General"
- message3:
- message: "I really like these kinds of Minecraft servers."
- toanswer: "None"
- answertype: "None"
- servertheme: "General"
- message4:
- message: "I like these types of Minecraft servers."
- toanswer: "None"
- answertype: "None"
- servertheme: "General"
- message5:
- message: "Oh, I love MMORPG servers : Dungeons, classes... are my favorite things!"
- toanswer: "None"
- answertype: "None"
- servertheme: "MMORPG"
- message6:
- message: "MMO Minecraft servers are actually pretty good."
- toanswer: "None"
- answertype: "None"
- servertheme: "MMORPG"
- message7:
- message: "Oh wow, congratulations for completing this dungeon %random_bot%!"
- toanswer: "%random_bot%"
- answertype: "None"
- servertheme: "MMORPG"
- message8:
- message: "Can someone help me to find a dungeon, please?"
- toanswer: "%random_bots%"
- answertype: "None"
- serverTheme: "MMORPG"
- message9:
- message: "People, what do you think is the most powerful weapon?"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message10:
- message: "Does someone know how to get the Excalibur Sword?"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message11:
- message: "This server is getting more and more popular over the time, that's a good thing!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message12:
- message: "This is one of the rare servers that have a mature community."
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message13:
- message: "The gameplay looks very interesting!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message14:
- message: "On this server, the gameplay is interesting. That's nice!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message15:
- message: "That is actually a pretty good server!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message16:
- message: "This is actually a very nice server!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- KING_OF_COMMUNITY:
- message1:
- message: "Hey who want to fight me?!"
- toanswer: "%random_bot2%"
- answerType: "None"
- serverTheme: "General"
- message2:
- message: "A volunteer to fight me!?"
- toanswer: "%random_bot2%"
- answerType: "None"
- serverTheme: "General"
- message3:
- message: "Do you think you can beat me %random_bot%?! Ahahaha, you can't!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message4:
- message: "Hey come fight me!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message5:
- message: "Wow, you only have a wooden sword and want to fight m!? Ahahaha!!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message6:
- message: "Nobody can kill me. I'm just the best."
- toanswer: "%random_bots%"
- answerType: "yes/no"
- serverTheme: "General"
- message8:
- message: "Seriously %random_bot%, just quit the game, loser!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message9:
- message: "No you're not my friend %random_bot%."
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message10:
- message: "%random_bot% learn to play before fighting me!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- IDIOT:
- message1:
- message: "No please don't kill me!!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message2:
- message: "Can you give me free diamonds %random_bot%."
- toanswer: "%random_bot%"
- answerType: "yes/no"
- serverTheme: "General"
- message3:
- message: "Oh I found a rare item!!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message4:
- message: "Admin help me I got killed by zombies!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message5:
- message: "%random_bot% how to get an iron sword please."
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message6:
- message: "Why I get killed everytimes I swim!"
- toanswer: "%random_bots%"
- answerType: "None"
- serverTheme: "General"
- message7:
- message: "Are there pizzas in this server?"
- toanswer: "%random_guys%"
- answerType: "yes/no"
- serverTheme: "General"
- message8:
- message: "Hey %random_bot%, give me the most powerful weapon!"
- toanswer: "%random_bot%"
- answerType: "yes/no"
- serverTheme: "General"
- GAMER:
- message1:
- message: "Oh don't worry, I have a lot of weapons!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message2:
- message: "I play Minecraft since 2009 guys."
- toanswer: "%random_bots%"
- answerType: "None"
- serverTheme: "General"
- message3:
- message: "%random_bot%, are you new to Minecraft or what? A crafting table is made with 4 planks."
- toanswer: "%random_bot%"
- answerType: "yes/no"
- serverTheme: "General"
- message4:
- message: "I have %random_int% epic swords!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message5:
- message: "I'm sure that I can beat %random_bot% in 1v1."
- toanswer: "%random_bots%"
- answerType: "yes/no"
- serverTheme: "General"
- message6:
- message: "Guys, I finished all the dungeons, even the hardest one !"
- toanswer: "%random_bots%"
- answerType: "None"
- serverTheme: "MMORPG"
- message7:
- message: "Oh, I have the Excalibur Sword!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message8:
- message: "%random_bot%, there are not %random_int_different_from_number_of_classes%, there are %number_of_classes% classes!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- RAGEQUITTER:
- message1:
- message: "This dude is killing me from %random_int% blocks!!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message2:
- message: "An hacker killed me from %random_int% blocks!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message3:
- message: "Admins I found a cheater!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message4:
- message: "Stop hacking %random_bot%!!"
- toanswer: "%random_bot%"
- answerType: "yes/no"
- serverTheme: "General"
- message5:
- message: "This server is full of cheaters!!"
- toanswer: "%random_bots%"
- answerType: "yes/no"
- serverTheme: "General"
- message6:
- message: "%random_bot% stop hacking!!!!!"
- toanswer: "%random_bot%"
- answerType: "None"
- serverTheme: "General"
- message7:
- message: "Wow there are so many hackers in this server!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message8:
- message: "Why everyone is cheating!!"
- toanswer: "%random_bots%"
- answerType: "None"
- serverTheme: "General"
- message9:
- message: "%random_bot% stop teleporting me to void!!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- message10:
- message: "Oh my god this is the worst server that I saw in my life!!!!"
- toanswer: "None"
- answerType: "None"
- serverTheme: "General"
- MEDIUM_YOUTUBER:
- message1:
- message: "Hey guys, I'll record a video. Get ready!"
- toanswer: "%random_guys%"
- answerType: "None"
- serverTheme: "General"
- message2:
- message: "Get ready for the next video guys!"
- toanswer: "%random_guys%"
- answerType: "None"
- serverTheme: "General"
Advertisement
Add Comment
Please, Sign In to add comment