Moon Client offers strong performance and a robust LUA API for scripting, making it powerful for PvP. It is designed for version 1.8.9.
- Strong performance
- Robust LUA API for scripting
- Designed for version 1.8.9
- Add more features here...
To get started with the Moon Client, follow these steps:
-
Extract the contents of the zip file to your preferred directory.
-
Launch Minecraft version 1.8.9.
-
Add more installation instructions here...
Once you have installed the Moon Client, you can start leveraging its features for enhanced PvP experiences.
-- Example LUA script using Moon Client LUA API
function onAttack(player)
print("Player " .. player .. " attacked!")
end
-- Add more usage examples here...
For detailed documentation and API reference, check out the Moon Client Documentation.
/moon help
- Display help information/moon run <script>
- Run a LUA script- Add more console commands documentation here...
onAttack(player)
- Triggered when a player attacksonDamage(damageAmount)
- Triggered when damage is taken- Add more events documentation here...
We welcome contributions to the Moon Client repository. To contribute, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/contribution
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/contribution
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.