diff --git a/plugins/maps/shake_em_off.py b/plugins/maps/shake_em_off.py new file mode 100644 index 0000000..6763f0a --- /dev/null +++ b/plugins/maps/shake_em_off.py @@ -0,0 +1,28 @@ +# ba_meta require api 9 +ba_plugman = { + "shake_em_off": { + "description": "Shake as many stickies of you as possible", + "external_url": "", + "authors": [ + { + "name": "brostosjoined", + "email": "", + "discord": "brostos" + } + ], + "versions": { + "1.1.0": None + } + } +} + +import babase + + + + +# ba_meta export babase.Plugin +class bybrostos(babase.Plugin): + def __init__(): + pass + diff --git a/plugins/minigames/shake_em_off.py b/plugins/minigames/shake_em_off.py new file mode 100644 index 0000000..6763f0a --- /dev/null +++ b/plugins/minigames/shake_em_off.py @@ -0,0 +1,28 @@ +# ba_meta require api 9 +ba_plugman = { + "shake_em_off": { + "description": "Shake as many stickies of you as possible", + "external_url": "", + "authors": [ + { + "name": "brostosjoined", + "email": "", + "discord": "brostos" + } + ], + "versions": { + "1.1.0": None + } + } +} + +import babase + + + + +# ba_meta export babase.Plugin +class bybrostos(babase.Plugin): + def __init__(): + pass + diff --git a/plugins/utilities/shake_em_off.py b/plugins/utilities/shake_em_off.py new file mode 100644 index 0000000..6763f0a --- /dev/null +++ b/plugins/utilities/shake_em_off.py @@ -0,0 +1,28 @@ +# ba_meta require api 9 +ba_plugman = { + "shake_em_off": { + "description": "Shake as many stickies of you as possible", + "external_url": "", + "authors": [ + { + "name": "brostosjoined", + "email": "", + "discord": "brostos" + } + ], + "versions": { + "1.1.0": None + } + } +} + +import babase + + + + +# ba_meta export babase.Plugin +class bybrostos(babase.Plugin): + def __init__(): + pass +