Skip to content

OofPlugin configuration

William edited this page Apr 1, 2018 · 1 revision

Open RequestifyTF2\oof\conf.json file.

You will see something like this:

{"MinecraftOof":false,"Name":null,"Oof":false,"SlowOof":false}

Change 'null' to your steam name

For example to Weespin

{"MinecraftOof":false,"Name":"Weespin","Oof":false,"SlowOof":false}

Note: Don't forget to encapsulate your name with (") symbol

Sounds

Sounds are pretty random but you should determine which one should play. For example i want to play all sounds randomly but don't want to play SlowOof.

{"MinecraftOof":true,"Name":"Weespin","Oof":true,"SlowOof":false}

Note: "SlowOof":false

Clone this wiki locally