Randomize

Blaze Team

Randomize cover
Shows how the command pack looks
Shows how the command pack looks

About this command pack

Commands to randomly show a phrase or select random values.

Replacement commands

Random Text

Randomly selects one of a couple different phrases. Can be used to randomize a greeting or another part of a snippet.

Example usage

{random-text: Hi, Howdy, Hey there}
Coin Flip

Simulates flipping a coin. Returns yes 50% of the time, and no 50% of the time (this probability is configurable). This can be used with the {if} command to randomly hide or show content.

Example usage

{random-coinflip}
Random Number

Generates a random number within a specified range.

Example usage

{random-number: min=0; max=100}

Other command packs by Blaze Team