From fa7ad5701ef2f967b4c937cc454b6d7b6cafda86 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Sun, 20 Jul 2025 00:47:57 +0300 Subject: [PATCH] Autometadata Insertion --- plugins/maps/shake_em_off.py | 28 ++++++++++++++++++++++++++++ plugins/minigames/shake_em_off.py | 28 ++++++++++++++++++++++++++++ plugins/utilities/shake_em_off.py | 28 ++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 plugins/maps/shake_em_off.py create mode 100644 plugins/minigames/shake_em_off.py create mode 100644 plugins/utilities/shake_em_off.py 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 +