Would you Rather

A Datapack that prompts the player to pick a choice.

776

Quick challenge

How far can you run before the mobs catch you?

Would you Rather

Hi! This Datapack is currently in Beta State.

Works for 1.21+

Would you Rather

How it works:

After every hour of playtime on your world or server you will get promted to pick a choice. A lot of random things can happen. So enjoy (:

If there are any bugs please let me know in the comments! This is my first public Datapack so please don't be too strict.

Note. If you want to change the time it takes to get promted, do the following:

Change time between choices:

1. unzip the datapack 2. go to datanullfunctionmain.mcfunction and open it in any texteditor 3. paste one of the following lines of code at the beginning of the file

1 minute per choice

``` execute as @a if score @s wurtime matches ..70800 run scoreboard players set @s wurtime 70801 ```

3 minutes per choice

``` execute as @a if score @s wurtime matches ..68.400 run scoreboard players set @s wurtime 68.401 ```

5 minutes per choice

``` execute as @a if score @s wurtime matches ..66.000 run scoreboard players set @s wurtime 66.001 ```

10 minutes

``` execute as @a if score @s wurtime matches ..60.000 run scoreboard players set @s wurtime 60.001 ```

20 minutes

``` execute as @a if score @s wurtime matches ..48.000 run scoreboard players set @s wurtime 48.001 ```

30 minutes

``` execute as @a if score @s wurtime matches ..36.000 run scoreboard players set @s wurtime 36.001 ```

45 minutes

``` execute as @a if score @s wurtime matches ..18.000 run scoreboard players set @s wurtime 18.001 ```

MORE THAN 1 HOUR WILL NOT WORK FOR NOW!

ADS