Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
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)
ย
THIS IS A TRIAL VERSION.
You have access to all the features for 7 days from first launch.
To get the FULL VERSION check MoonScripture

๐ 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.
๐ฎ 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.

/moonscriptureAliases: /ms, /moon
| 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"...
ย