generated from replugged-org/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50b9c8b
commit bcada54
Showing
18 changed files
with
929 additions
and
319 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Replugged plugin template | ||
### FluentStatusIcons | ||
|
||
See the [plugin development guide](https://guide.replugged.dev/docs/plugins/getting-started) for more information on using this template. | ||
Fluent presence icons, designed by Microsoft. | ||
|
||
For other fluent icons, install [this theme by Stickfab](https://github.com/stickfab/pc-fluenticons). | ||
|
||
Direct Download Link: | ||
[Tharki.FluentStatusIcons.asar](https://github.com/Tharki-God/FluentStatusIcons/releases/latest/download/Tharki.FluentStatusIcons.asar) | ||
|
||
Install Link: | ||
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=Tharki-God/FluentStatusIcons&source=github) | ||
|
||
![image](https://tharki-god.github.io/files-random-host/bdpluginsassets/fluenticons.png) | ||
|
||
> For Contributing: [Make a pr thats all.] |
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"id": "dev.replugged.PluginTemplate", | ||
"name": "Plugin Template", | ||
"description": "A plugin template", | ||
"id": "Tharki.FluentStatusIcons", | ||
"name": "FluentStatusIcons", | ||
"description": "Fluent presence icons, designed by Microsoft.", | ||
"author": { | ||
"name": "replugged", | ||
"discordID": "1000992611840049192", | ||
"github": "replugged-org" | ||
"name": "Ahlawat", | ||
"discordID": "1025214794766221384", | ||
"github": "Tharki-God" | ||
}, | ||
"version": "1.0.0", | ||
"version": "0.9.0", | ||
"updater": { | ||
"type": "github", | ||
"id": "replugged-org/plugin-template" | ||
"id": "Tharki-God/FluentStatusIcons" | ||
}, | ||
"license": "MIT", | ||
"type": "replugged-plugin", | ||
"renderer": "src/index.ts" | ||
"renderer": "src/index.ts", | ||
"plaintextPatches": "src/plaintextPatches.ts" | ||
} |
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.