TibiNonEst / current-time

A Spigot plugin to set your world(s) to the current irl time.

Home Page:https://www.spigotmc.org/resources/current-time.93971/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current Time GitHub Workflow Status (branch) GitHub GitHub release (latest SemVer) Spiget tested server versions

A spigot plugin to set your world(s) to the current irl time.

Commands and Permissions

The plugin currently only has one command: /currenttime. This command is available with the permission currenttime.reload and reloads the plugin's config.yml file. You can also run this command with the alias /ct.

Default Configuration:

# Time zone, please use TZBD names or UTC offsets
# A list of available names can be viewed at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Will use system default if left empty
time-zone: 'America/New_York'

# A list of worlds to apply the time zone to
# Will apply to all overworlds if left empty
worlds: []

# Plugin messages
messages:
  zone-not-found: 'The requested time zone could not be found, please try entering a valid one.'
  world-not-found: 'The requested world or worlds could not be found, please try entering a valid one.'

About

A Spigot plugin to set your world(s) to the current irl time.

https://www.spigotmc.org/resources/current-time.93971/

License:MIT License


Languages

Language:Java 100.0%