Skip to content

Configuration

hyperdefined edited this page Dec 18, 2023 · 7 revisions

info-command-override

Allows you to change the command to something else. If another plugin uses /info, you can change the command here so they do not overlap.

Requires a full server restart.

date

The date your server started.

Must be formatted: MM/DD/YYYY.

You must include zeros for single digits. Example: 06, 02, 01, etc. For example, do not do 5/27/2019. You would instead use 05/27/2019. Notice the zero filling in the gap.

date-format

Change how the date is formatted on the command.

This can be tricky to get, so here are some example formats.

  • M/dd/yyyy – 5/27/2019.
  • MMMM d, yyyy – May 27, 2019.

You can see a chart of formatting codes here. There is a chart at the bottom of the page.

worlds-to-use

These are the worlds that will be included in the world size calculation. You shouldn't need to change this if you don't have any other worlds or did not change the default name. For the few people out there, you can change the world names here. You can also add more if you have more worlds.

command-message

Change the command’s format here. There are some keywords to use.

Note

Note: This uses MiniMessage to format colors and display (does not use &). You can read more about it here and use a visual tool here.

  • {{STARTDATE}} – Shows the formatted start date.
  • {{DAYS}} – Shows how many days passed since the start date.
  • {{WORLDSIZE}} – Shows the world size.
  • {{TOTALJOINS}} – Shows total unique joins.

use-permission-node

Do you want the command to require certain permissions to run? Set this to true if so.

permission-node

If you wish to require certain permissions to run the command, set the permission node here. You shouldn't need to change this, but you can. Whatever is set here is what you give to players.

Clone this wiki locally