Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 929 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 929 Bytes

NerdMoods

Provides personalised weather and time for each player.

Commands

  • /prain [off|on]

    • Turns rain (and snow) off or on in the the player's client.
    • If no argument is given, the player sees the world's actual weather.
  • /ptime [day|night|<time>]

    • Set the time of day shown in the player's client.
    • <time> is a number from 0 to 24000, inclusive and is the number of ticks (1/20th of a second) since 6 am.
    • If no argument is given, the player sees the world's actual time.

Configuration

  • allow-personal-weather (default: true) - Allow players to use the /prain command to turn client-side weather on or off.
  • allow-personal-time (default: true) - Allow players to use the /ptime command to set their client-side time of day.

Permissions

  • nerdmoods.admin - Permission to administer the plugin (run /nerdmoods reload).