This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
47 changed files
with
579 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: Nebula on the Ship | ||
--- | ||
# Nebula On the Ship | ||
|
||
<div align="center"> | ||
<h3>Nebula on the Ship is Mod for Among Us.</h3> | ||
</div> | ||
|
||
<script setup> | ||
import { VPTeamMembers } from 'vitepress/theme' | ||
|
||
const members = [ | ||
{ | ||
avatar: '/Image/Dolly1016.png', | ||
name: 'Dolly1016', | ||
title: 'Developer', | ||
links: [ | ||
{ icon: 'github', link: 'https://github.com/Dolly1016' }, | ||
] | ||
} | ||
] | ||
</script> | ||
|
||
## Author | ||
|
||
<div align="center"> | ||
<VPTeamMembers size="small" :members="members" /> | ||
</div> | ||
|
||
## Version | ||
- Latest version: `v2.7.1.1` | ||
- Released on 23 July 2024, 9:39 PM | ||
- Support Among Us version: | ||
- Support latest version: *Unclear.* | ||
- Unsupported versions: *Unclear.* | ||
|
||
## Links | ||
[![Github](https://badgen.net/badge/Github/Repository/github?icon=github)](https://github.com/Dolly1016/Nebula) | ||
|
||
[![Twitter](https://badgen.net/badge/X/(Twitter)/1A9DEF?icon=twitter)](https://twitter.com/NebulaOnTheShip) | ||
|
||
[![Discord](https://badgen.net/badge/Discord/Server/5662F6?icon=discord)](https://discord.gg/kHNZD4pq9E) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: StellarRoles | ||
--- | ||
# StellarRoles | ||
![StellarRoles-BG](/Image/StellarRoles.png) | ||
|
||
<div align="center"> | ||
<h3>Among Us Mod StellarRoles.</h3> | ||
</div> | ||
|
||
<script setup> | ||
import { VPTeamMembers } from 'vitepress/theme' | ||
|
||
const members = [ | ||
{ | ||
avatar: '/Image/twix.png', | ||
name: 'twix', | ||
title: 'Developer', | ||
org: 'The Other Roles', | ||
orgLink: 'https://github.com/TheOtherRolesAU', | ||
links: [ | ||
{ icon: 'github', link: 'https://github.com/whichtwix' }, | ||
] | ||
} | ||
] | ||
</script> | ||
|
||
## Author | ||
|
||
<div align="center"> | ||
<VPTeamMembers size="small" :members="members" /> | ||
</div> | ||
|
||
## Version | ||
- Latest version: `v1.4.4` | ||
- Released on 5 May 2024, 2:37 PM (GMT +8) | ||
- Support Among Us version: | ||
- Support latest version: `v2024.3.5` | ||
- Unsupported versions: `v2023.11.28` and earlier versions. | ||
|
||
## Links | ||
[![Github](https://badgen.net/badge/Github/Repository/github?icon=github)](https://github.com/Mr-Fluuff/StellarRolesAU) | ||
|
||
[![Discord](https://badgen.net/badge/Discord/Server/5662F6?icon=discord)](https://discord.gg/7UcvM9CFdY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: SuperNewRoles | ||
--- | ||
# SuperNewRoles | ||
![SuperNewRoles-BG](/Image/SuperNewRoles.png) | ||
|
||
<div align="center"> | ||
<h5>モードや役職など、様々な要素があるAmongUsのMOD、SuperNewRoles!!!!</h5> | ||
</div> | ||
|
||
<script setup> | ||
import { VPTeamMembers } from 'vitepress/theme' | ||
|
||
const members = [ | ||
{ | ||
avatar: '/Image/Yoking.jpg', | ||
name: 'Yoking', | ||
title: 'Developer', | ||
org: 'SuperNewRoles', | ||
orgLink: 'https://github.com/SuperNewRoles', | ||
links: [ | ||
{ icon: 'github', link: 'https://github.com/ykundesu' }, | ||
{ icon: 'x', link: 'https://x.com/ReYYYYoking'} | ||
] | ||
} | ||
] | ||
</script> | ||
|
||
## Author | ||
|
||
<div align="center"> | ||
<VPTeamMembers size="small" :members="members" /> | ||
</div> | ||
|
||
## Version | ||
- Latest version: `v4.5.3` | ||
- Released on 15 May 2024, 2:37 PM (GMT +8) | ||
- Support Among Us version: | ||
- Support latest version: `v2024.3.5` | ||
- Unsupported versions: `v2023.11.28` and earlier versions. | ||
|
||
## Links | ||
[![Github](https://badgen.net/badge/Github/Repository/github?icon=github)](https://github.com/SuperNewRoles/SuperNewRoles) | ||
|
||
[![Discord](https://badgen.net/badge/Discord/Server/5662F6?icon=discord)](https://discord.gg/77RkMJHWsM) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.