![MoonScripture [1.19.X - 1.21.X] icon](https://images.polymart.org/product/8247/thumbnail.png?t=1754590363&v=3)
MoonScripture [1.19.X - 1.21.X] 1.0
Customize the Moon Phases each night and make them very rewarding or nightmareish.
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)
-
๐ 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.
๐ 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
|




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"...
ย