Community Plugins for Asphyxia CORE
Go to file
DitFranXX 55008b575c
Fix TS2737 on SDVX plugin
TS2737: BigInt literals are not available when targeting lower than ES2020.
2021-04-28 13:27:58 +09:00
bst@asphyxia Now the player name can be saved via webui (BeatStream) 2021-04-25 16:32:41 +08:00
gitadora@asphyxia Use newer API for Custom MDB, Fix profile bug. 2020-12-11 17:48:27 +09:00
jubeat@asphyxia jubeat knit support 2021-04-24 18:10:06 +09:00
museca@asphyxia Use new method to determine required version. 2020-12-10 20:17:13 +09:00
nostalgia@asphyxia WebUI for fix login issue about last index 2020-12-26 16:11:18 +09:00
popn-hello@asphyxia Add support for Hello! Pop'n Music. 2020-11-27 04:12:29 +09:00
popn@asphyxia Fix loading of rivals scores 2021-04-19 23:09:55 +02:00
sdvx@asphyxia Fix TS2737 on SDVX plugin 2021-04-28 13:27:58 +09:00
.gitignore Implement eventlog.write 2021-04-20 13:12:38 +09:00
.prettierrc sdvx initial support 2020-05-28 01:35:57 +01:00
README.md Update README.md 2020-12-10 16:23:00 +08:00

Asphyxia CORE Community Plugins

These plugins are provided by community members and considered officially supported by Team Asphyxia.

How to use it?

  1. Make sure you have Asphyxia CORE installed.
  2. Go to Releases page.
  3. Download the latest source code.
  4. Extract the code in Asphyxia CORE's plugins folder.

How do I contribute?

I don't actually follow any coding rules for this jank so neither should you. There is, however, a prettier configuration if you want to format the code automatically and forget about it.

I'll do my best to merge PR, but please make sure you are submitting code targeted for "public" releases. (Unless it is some ancient rare stuff and you feel generous enough to provide support for it)

  • For new plugins: please use @asphyxia identifier for your plugin since you are submitting code as the community.
  • For existing plugins: please inlude a changelog in your PR so it is easier for me to tell what it is for.

How do I make plugins?

Checkout our Documentation and maybe consider join our Discord server. Make sure to familiar yourself with at least XML and Typescript/Javascript.

Note that you should run npm install to install typing for node and lodash, and launch CORE using --dev arguments to enable console log and typechecking when using typescript.