A Minecraft Plugin that displays world day, with PlaceholderAPI support.
It runs on 1.20.4-1.21, it probably runs on other versions, but they haven't been tested.
This plugin is designed to help replace the F3 daycounter, which seems to have been removed in 1.20.2.
If /time set is used, it can mess up the vanilla day counter. This really only works if you do not use /time set.
Command | Description |
---|---|
/daycount | Prints what the current day is in game. |
/daycount reload | Reloads the plugin and config file |
/daycount help | Lists the previous two commands |
The permission to use /daycount is enabled by default, but can be disabled using the permission daycounter.use.
The permission to use /daycount reload can be allowed by using the permission daycounter.reload.
The day count itself is stored in %daycounter_counter%, which can be used anywhere any other PlaceholderAPI placeholders can be used.
Example use of the placeholder:
The message printed in chat can be configured using the config file, which supports color codes.
The default message is 'The world is currently on day %day%.'
Example config text seen in chat:
If you need support, the best way to contact me is by opening an issue on this repo.