0.5.3 • Published 2 years ago

u-wave-announce v0.5.3

Weekly downloads
158
License
MIT
Repository
-
Last release
2 years ago

u-wave-announce

üWave server plugin that periodically announces the server's presence to the server listing at https://hub.u-wave.net.

Usage

The announce plugin is added by default if you use the executable provided with üWave Core. If you are using the üWave Core Node.js API, install and add it manually:

npm install u-wave-announce
import announce from 'u-wave-announce';

uw.use(announce);

Runtime Options

This plugin can be configured at runtime using the admin panel.

name (required)

The server name.

subtitle (required)

A short description of the server's purpose, up to about 30 characters. This could be something like:

  • EDM and more!
  • International k-pop community

url (required)

A URL to your server. Ideally this should be hosting a web client of some form.

description

A long-form description of the server. The description can contain markdown, including images and links. This can be a good place to put rules, links to social media accounts associated with your server, and whatever else you want visitors to know.

hub

The announce server to announce to. Uses https://announce.u-wave.net, the server behind https://hub.u-wave.net, by default.

License

MIT

0.5.3

2 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

4 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

7 years ago

0.1.0

7 years ago