Skip to main content

ZyveraWeb Command

The main admin command for plugin information, configuration reload, and Node.js package management.

Usage

/zyveraweb [reload | node <install|list> [site]]

Subcommands

No Arguments

Displays plugin information:

=== ZyveraWeb Info ===
Version: 1.0.0
Web Server: Running
SSL: Disabled

reload

Reloads config.yml from disk. Does not restart the web server.

/zyveraweb reload

Permission: zyveraweb.info

node list

Lists all Node.js projects in the node/ folder and their install status:

/zyveraweb node list

Output:

Node projects:
- demo (installed)
- react-demo (pending)

Permission: zyveraweb.node.list

node install <site>

Installs npm packages for a specific Node.js project:

/zyveraweb node install demo

The installation runs asynchronously. A message will be sent when complete.

Permission: zyveraweb.node.install

Console Usage

All subcommands work from the server console as well as in-game.