Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 597 Bytes

Where Am I

A simple minecraft plugin that returns a server name.

Commands:

  • /whereami - no permission
  • /whereami-reload - whereami.admin
  • /whereami-set <server_name> - whereami.admin

Versions supported 1.7.x - 1.17.x

How to build?

Maven makes it easy to build the plugin with just one command.

  1. Open a command prompt window in the repo directory
  2. Run "mvn clean install"
  3. Wait for it to finish...
  4. Done. (the .jar file will be located inside the target folder)

Don't want to build the plugin yourself?

Navigate to the releases page and download the latest one from there! :)