Skip to content

Hanmingxuan/Lunatic

 
 

Repository files navigation

Workflow BUILD Endpoint Badge PAPER Endpoint Badge PURPUR Endpoint Badge FOLIA Endpoint Badge

Lunatic - a Moon plugin for Paper/Folia**

The Moon shines bright on this world 🎑

Get the details on Modrinth

Development

Important

After significant effort spent on this project, there are two rules I follow that I insist any contributors also use when adding new code, mainly that ALL code must run in one of two scopes:

  1. GlobalRegion: code that runs on a per-world basis, in the Paper/Folia global region scheduler.
    Examples: moon phase, random tick speed, weather
  2. PlayerSpecific: code that runs specific to the triggering player, contextualized to their world and region.
    Examples: player messages, commands, entity spawning

If the code doesn't fit either of those two scopes, it probably isn't a good fit for this plugin.

About

The Moon shines bright on this world 🎑

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%