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!
Purchase using
PayPalis not working. Please contact me to purchase it.
Discord: nukegh05t orServer
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: /ms helpDisplays a list of all MoonScripture commands. ✅ 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
Howl Command
Sample Config
Code (YAML):
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"...