Skip to content

Commit

Permalink
💩
Browse files Browse the repository at this point in the history
I am a bit (alot) frustrated thanks to AS class inheritance so i'll take a big break from sven, this commit contains what i expected to be a bit bigger, all the script has been tested in DS so everything should be alright.
  • Loading branch information
Mikk155 committed Apr 30, 2024
1 parent befc904 commit 03ae9a0
Show file tree
Hide file tree
Showing 158 changed files with 3,486 additions and 4,641 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/AFKManager.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: AFKManager

on:
push:
branches:
- main
paths:
- '.github/workflows/AFKManager.yml'
- 'build/resources/AFKManager.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/AFKManager.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py AFKManager
31 changes: 31 additions & 0 deletions .github/workflows/AntiClip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: AntiClip

on:
push:
branches:
- main
paths:
- '.github/workflows/AntiClip.yml'
- 'build/resources/AntiClip.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/AntiClip.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py AntiClip
32 changes: 32 additions & 0 deletions .github/workflows/BetterWeapons.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: AFKManager

on:
push:
branches:
- main
paths:
- '.github/workflows/BetterWeapons.yml'
- 'build/resources/BetterWeapons.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/BetterWeapons.*'
- 'scripts/plugins/mikk/BetterWeapons/*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py BetterWeapons
31 changes: 31 additions & 0 deletions .github/workflows/CrashReporter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: CrashReporter

on:
push:
branches:
- main
paths:
- '.github/workflows/CrashReporter.yml'
- 'build/resources/CrashReporter.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/CrashReporter.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py CrashReporter
31 changes: 31 additions & 0 deletions .github/workflows/DiscordBridge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: DiscordBridge

on:
push:
branches:
- main
paths:
- '.github/workflows/DiscordBridge.yml'
- 'build/resources/DiscordBridge.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/DiscordBridge/*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py DiscordBridge
31 changes: 31 additions & 0 deletions .github/workflows/FastRestart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: FastRestart

on:
push:
branches:
- main
paths:
- '.github/workflows/FastRestart.yml'
- 'build/resources/FastRestart.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/FastRestart.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py FastRestart
31 changes: 31 additions & 0 deletions .github/workflows/NPCMoveTo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: NPCMoveTo

on:
push:
branches:
- main
paths:
- '.github/workflows/NPCMoveTo.yml'
- 'build/resources/NPCMoveTo.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/NPCMoveTo.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py NPCMoveTo
31 changes: 31 additions & 0 deletions .github/workflows/PlayerDecalTracker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: PlayerDecalTracker

on:
push:
branches:
- main
paths:
- '.github/workflows/PlayerDecalTracker.yml'
- 'build/resources/PlayerDecalTracker.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/PlayerDecalTracker.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py PlayerDecalTracker
31 changes: 31 additions & 0 deletions .github/workflows/SurvivalRespawnAll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: SurvivalRespawnAll

on:
push:
branches:
- main
paths:
- '.github/workflows/SurvivalRespawnAll.yml'
- 'build/resources/SurvivalRespawnAll.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/SurvivalRespawnAll.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py SurvivalRespawnAll
31 changes: 31 additions & 0 deletions .github/workflows/chatroles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: chatroles

on:
push:
branches:
- main
paths:
- '.github/workflows/chatroles.yml'
- 'build/resources/chatroles.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/chatroles.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py chatroles
31 changes: 31 additions & 0 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: developer

on:
push:
branches:
- main
paths:
- '.github/workflows/developer.yml'
- 'build/resources/developer.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/developer.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py developer
31 changes: 31 additions & 0 deletions .github/workflows/dynamic_hostname.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: dynamic_hostname

on:
push:
branches:
- main
paths:
- '.github/workflows/dynamic_hostname.yml'
- 'build/resources/dynamic_hostname.json'
- 'scripts/mikk/*'
- 'scripts/plugins/mikk/dynamic_hostname.*'

jobs:

build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
run: python3 build/run.py dynamic_hostname
Loading

0 comments on commit 03ae9a0

Please sign in to comment.