Skip to content

Commit

Permalink
Extension packages
Browse files Browse the repository at this point in the history
  • Loading branch information
devvyyxyz committed Nov 29, 2024
1 parent 2892094 commit 1840935
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 11 deletions.
17 changes: 17 additions & 0 deletions ModsThemesEvents/ExtensionPackage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Exnesion packages allow you to upload and share bulk actions, events, automations, and thems

## Info.md
```md
{
"name": "Package's Name", /*Your package name, such as Moderation package*/
"requirements": {
"node_modules": [], /*The required node modules to use this package*/
"automations": ["Workshop"] /*The required extensions to use this package*/
},
"translation_support": true, /*If translations are supported make value true otherwise make it false*/
"reject_legacy": false /*If legacy is supported make value false otherwise make it true*/
}
```

## Download Extension packages example folder
[!file](/assets/Files/Ext%20Template.zip)
9 changes: 9 additions & 0 deletions ModsThemesEvents/ExtensionPackage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
icon: dot-fill
label: Extension packages
description:
layout: defualt
categories: [mods, theme, event]
tags: [guide, mod, theme, event]
expanded: true
order:
visibility: public
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
---
icon: home
label: Welcome
description: Welcome page
layout: defualt
categories: [general]
tags: [guide, basic, installation]
expanded: true
visibility: public
templating: false
---
# Community Mods for [Bot Maker for Discord](https://store.steampowered.com/app/2592170/Bot_Maker_For_Discord/)

This repository houses community-made mods for Bot Maker for Discord (BMD).
Expand Down
9 changes: 9 additions & 0 deletions README.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
icon: home
label: Home
description: Welcome page
layout: defualt
categories: [general]
tags: [guide, basic, installation]
expanded: true
visibility: public
templating: false
Binary file added assets/Files/Ext Template.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/Files/Ext Template/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Package's Name",
"requirements": {
"node_modules": [],
"automations": ["Workshop"]
},
"translation_support": true,
"reject_legacy": false
}

0 comments on commit 1840935

Please sign in to comment.