mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update soccer.py
This commit is contained in:
parent
124641cd96
commit
161ce61a1c
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
|||
|
||||
# ba_meta require api 8
|
||||
# (see https://ballistica.net/wiki/meta-tag-system)
|
||||
plugman = dict(
|
||||
plugin_name="soccer",
|
||||
description="Shoot the ball in left or right edge of the map to score",
|
||||
external_url="https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||
authors=[{"name": "mr.sample", "email": "sample@sample.com", "discord": "sample"}],
|
||||
version="2.1.0",
|
||||
)
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue