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.
- 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
Pray Command
![[IMG]](//proxy.spigotmc.org/1ccf9490eddab49dd8179387d6f63457732361b9/68747470733a2f2f706f6c796d6172742d6174746163686d656e74732e73332e616d617a6f6e6177732e636f6d2f75706c6f6164732f31343833352f67656e6572616c2f36383935663630632d393632612d643934372d396432382d3536356536356635646534642f64656661756c742f696d6167652e706e67)
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"...