MoonScripture [1.19.X - 1.21.X] icon

MoonScripture [1.19.X - 1.21.X] 1.0

Customize the Moon Phases each night and make them very rewarding or nightmareish.

ms-main.png

Embrace the Power of the Moon
MoonScripture is a lightweight yet immersive plugin that brings Lunar Phases to life on your server. Dive into a world where the moon isnโ€™t just for decoration, but a dynamic force that can affect players, gameplay and the entire world!

Please reach out to my DISCORD server for any questions or assistance.(CLICK HERE)

ms-features2.png

  • ๐ŸŒ— Accurate Moon Phases
    Tracks 8 distinct moon phases: New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent.

  • ๐Ÿ“… In-Game Lunar Cycle Integration
    The moon phase updates based on the Minecraft day-night cycle, allowing seamless immersion into your survival, RPG, or lore-based world.

  • ๐ŸŽจ Placeholders Support
    Has built in Placeholder support sp ypu can customize it the way you want to for your unique server.

  • ๐ŸŒ Full Localization Support
    Easily translate all visible messages into your server's language. Create immersive experiences for global communities or themed worlds.
  • ๐Ÿ”ฎ Hex-Colored Outputs
    Phases are returned with customizable hex colors for sleek and readable in-game display.

  • โš™๏ธ Developer-Friendly
    Easily extend or hook into the moon phase system for your own plugin features, events, or mechanics.

ms-cmds-perms.png

๐ŸŒ™ Main Command: /moonscripture

Aliases: /ms, /moon

๐Ÿ“œ Available Subcommands:

Command Description Permission Default
/ms help Displays a list of all MoonScripture commands. N/A โœ… Everyone
/ms moonphase Shows the current moon phase and its numeric value. moonscripture.moonphase โœ… Everyone
/ms howl Howls at the moon. moonscripture.howl โœ… Everyone
/ms pray Prays to the moon. moonscripture.pray โœ… Everyone
/ms reload Reloads the config and translation. moonscripture.reload
๐Ÿ‘‘OP
ย 
image.png image.png
Pray Command
ย 
image.png image.png
Howl Command
ย 
Sample Config
prefix: "#aaaff6[MoonScripture]"

# Sets the YML file to use for localization.
# Must be inside "languages" folder and has to be a YML file with all the required fields.
language: en_US.yml

# Prints lots of debug info. Recommended to keep it turned off to avoid console spam.
debug: false

# List of active moon phases (1 = Full Moon, 8 = Waxing Gibbous)
active-phases: [1, 2, 3, 4, 5, 6, 7, 8]

moon-phases:
  1: # Full Moon
    per-player:
      commands:
        - "[CONSOLE] xp give %PLAYER% 20"
        - "[PLAYER] ms pray"
    overall:
      commands:
        - "[CONSOLE] say Full moon rises. Rejoice worshippers of the moon."
      actions:
        - "EFFECT ALL NIGHT_VISION 2 500"...

ย 

You might also like...