Placeholder Math
Theres 2 sections, Math and Chance.
Chance-Based Outputs
placeholders:
random_greeting:
chance_outputs:
- chance: 50
output: '<green>Hello %player_name%!'
- chance: 30
output: '<gold>Hi %player_name%!'
- chance: 20
output: '<red>Hey %player_name%!'
Math Operations
placeholders:
math_example:
placeholders:
- '%player_level%'
math_operation: 'x2,+5,^2'
output: '<red>Level transformed: {result}!'
Last updated