I am trying to recreate the Nice Life series and I know I can use a mod for the three life system however I need to make my own trivia bot, or at the very least trivia for each player. I would like to be able to send the same question to every player and if they get it right it gives some items from a loot table, and then they have to click on a name in chat to vote in which that person joins another team (different color name) and periodically gets the glowing effect. I'm a little sloppy with datapacks from a break so I don't know where to start to give everyone on the server trivia (clicking on answers in chat) and some that follows
#Life series: Nice Life - Trivia
1 messages · Page 1 of 1 (latest)
It's generally not useful to just say "I want to recreate X series". It relies on us being familiar with that series and its mechanics to help, which we won't necessarily be.
What you have described doesn't sound very hard, so what exactly is the problem you need help with? If your only question is making text clickable, you can see how to use click events on the wiki, and use our text generator tool to help format your text and create the actual commands
(giving context isn't bad, but it's better to put the focus on giving a clear description of what you want)
How can I get it if they answer incorrectly that they cant re-answer?
sorry i thought i was descripitive enough
- Text click events for question and answers that once you give an answer you cant go back and reanswer
- Voting system that once the top 2-3 players with most votes get another team (for a different color name) and everyone 30 sec on this team gets the glowing effect
- Correct answer gets 1 loot pool while wrong gets another
Have clicking an answer run a function that checks if they have some tag already, and if they don't, run the next function, then give them that tag
Basically everyone has 3 lives, and are different colors
Green - 3 lievs left
yellow - 2
red - 1 , which enables you to be hostile to others i.e kill em
If you kill, u get a life back.
Also this
But I am also not too familiar with it so might be wrong
What
Replied to wrong message, Wanted to reply to your 1st message