Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 929 Bytes

File metadata and controls

19 lines (12 loc) · 929 Bytes

SlashServer

Build Status Velocity 1.0

Usage

This plugin adds /server command aliases on Velocity. Each server command requires the slashserver.<name> permission.

For example:

  • /lobby is an alias of /server lobby and requires the slashserver.lobby permission.
  • /survival is aliased to /server survival and requires the slashserver.survival permission.

In addition, you can reload the plugin using the /ssreload command, which requires the slashserver.reload permission and will re-register the server commands.

Building

Clone the repo locally, then run gradlew build. The plugin jar can then be found under build/libs/SlashServer-<version>.jar.