https://github.com/arcstudioofc/pluginsx
PluginsX – Plataforma oficial da linha de plugins X
https://github.com/arcstudioofc/pluginsx
Last synced: 4 months ago
JSON representation
PluginsX – Plataforma oficial da linha de plugins X
- Host: GitHub
- URL: https://github.com/arcstudioofc/pluginsx
- Owner: arcstudioofc
- Created: 2026-02-23T22:17:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-27T02:16:48.000Z (4 months ago)
- Last Synced: 2026-02-27T09:42:41.433Z (4 months ago)
- Language: Java
- Homepage: https://api-pluginsx.vercel.app
- Size: 138 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PluginsX
Projeto do plugin PluginsX (Bukkit/Paper) e sua documentação oficial.
## Requisitos
- Node.js >= 24
- pnpm >= 10.9.0
## Rodando a documentação
```bash
pnpm install
pnpm -C web dev
```
Abra `http://localhost:3000`.
## Estrutura do monorepo
- `plugin/` — plugin PluginsX (Java/Maven). Veja detalhes em `plugin/README.md`.
- `web/` — site e docs (Next.js + Fumadocs).
## Comandos úteis
- `pnpm dev` — roda os projetos via Turbo.
- `pnpm -C web dev` — roda apenas o site/docs.
- `pnpm -C web build` — build do site/docs.