Skip to content

Mitoooooooopo/Crafting-package-BD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Crafting-package-BD

A simple system for crafting For custom ballsdex instances.

what changed(change log)

new /craft begin command

new /craft add and remove command so it won't automatically delete

better menu

new /craft recipes command

new crafting ingredient group

Important

Any Bugs, errors, or confusion in steps You won't get any direct support from official Ballsdex server for this package since this is a custom one You need to directly contact @An Unknown Guy or just ping me on the Ballsdex Developer server server or direct message me

Tip

Read howtouse.txt to understand how to use this package

Installation

Step 1

copy the folder crafting to your BallsDex-DiscordBot/ballsdex/packages

Step 2

open your config.yml scroll down until your see packages and add it there IMG_20250506_154729

Step 3

Open your __main__.py and edit the

TORTOISE_ORM = {
    "connections": {"default": os.environ.get("BALLSDEXBOT_DB_URL")},
    "apps": {
        "models": {
            "models": ["ballsdex.core.models"],
            "default_connection": "default",
        },
    },
}

To reflect the models in crafting folder IMG_20250506_155944

Step 4

copy the folder named craftings in to your BallsDex-DiscordBot/admin_panel IMG_20250506_161115

Adding screenshot to avoid any confusion

Step 5

Open your BallsDex-DiscordBot/admin_panel/admin_panel/settings open local.py and add this line

INSTALLED_APPS.append("craftings")

Then at your base admin_panel folder, Run

docker compose exec admin-panel python3 manage.py makemigrations craftings

Then

docker compose exec admin-panel python3 manage.py migrate craftings

Screenshot_2025-05-08-15-07-05-36

And Your Done

Important

any issue regarding this part feel to dm me or ping me

About

A simple system for crafting a Ball For Ballsdex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages