now using multiple files instead of giant multiple files with extra keys

This commit is contained in:
2022-11-29 21:37:32 +01:00
parent 9865198883
commit 2f57e22f06
4 changed files with 14 additions and 30 deletions

View File

@@ -0,0 +1,12 @@
{
"randomWelcomeText":[
"Oh hello, §player§... You look great! What do you want from me?",
"Hey, §player§! Hope you have fun today!",
"Hi! What's up §player§?"
],
"debugAnswer": "Cool master you set me up successfully for this simulation!",
"randomGoodbyeText":[
"Was nice talking to you goodbye!",
"Have a great day, §player§!"
]
}

View File

@@ -1,26 +0,0 @@
{
"1": {
"randomWelcomeText":[
"Oh hello, §player§... You look great! What do you want from me?",
"Hey, §player§! Hope you have fun today!",
"Hi! What's up §player§?"
],
"debugAnswer": "Cool master you set me up successfully for this simulation!",
"randomGoodbyeText":[
"Was nice talking to you goodbye!",
"Have a great day, §player§!"
]
},
"2": {
"randomWelcomeText":[
"Oh hello, §player§... You look great! What do you want from me?",
"Hey, §player§! Hope you have fun today!",
"Hi! What's up §player§?"
],
"debugAnswer": "Cool master you set me up successfully for this simulation!",
"randomGoodbyeText":[
"Was nice talking to you goodbye!",
"Have a great day, §player§!"
]
}
}