Skip to content

Commit

Permalink
[AIO] Gamba Suite (#255)
Browse files Browse the repository at this point in the history
* Create readme.md

* upload extension.zip

initial extension upload

* add extension.json

* Add files via upload

* Add files via upload

* Update store/extensions/[AIO] Gamba Suite/extension.json

Co-authored-by: WiredSpast <[email protected]>

---------

Co-authored-by: WiredSpast <[email protected]>
  • Loading branch information
JTD420 and WiredSpast authored Aug 30, 2024
1 parent f132e30 commit bdbfd6c
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions store/extensions/[AIO] Gamba Suite/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"title": "[AIO] Gamba Suite",
"description": "Pkr, 13/21 and Tri dice automated rolling and resetting with in-chat hand evaluation. The all-in-one dice management extension.",
"authors": [
{
"name": "JTD",
"hotel": ".com",
"username": "JTD",
"discord": "jtd420"
}
],
"version": "1.0.0",
"categories": ["Usability"],

"source": "https://github.com/JTD420/Gamba-Suite/tree/main",
"readme": "https://github.com/JTD420/Gamba-Suite/blob/main/README.md",

"stable": true,

"framework": {
"name": "GoEarth",
"version": "0.3.5"
},

"language": "Go",
"commands": {
"default": [
"cmd",
"/C",
"Gamba-Suite-win.exe",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
],
"windows": [
"cmd",
"/C",
"Gamba-Suite-win.exe",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
],
"mac": [
"chmod",
"+x",
"Gamba-Suite-mac",
"&&",
"./Gamba-Suite-mac",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
],
"linux": [
"chmod",
"+x",
"Gamba-Suite-linux",
"&&",
"./Gamba-Suite-linux",
"-c",
"{cookie}",
"-p",
"{port}",
"-f",
"{filename}"
]
},

"compatibility": {
"systems": ["Windows", "Mac", "Linux"],
"clients": ["Origins"]
},

"submissionDate": "29-08-2024 23:55:00",
"updateDate": "29-08-2024 23:55:00",
"isOutdated": false
}
Binary file added store/extensions/[AIO] Gamba Suite/extension.zip
Binary file not shown.
Binary file added store/extensions/[AIO] Gamba Suite/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdbfd6c

Please sign in to comment.