Official documentation repository for CodeEngine Plugin - Custom enchantments, items, and configurations for Minecraft Folia/Paper/Spigot servers.
This repository contains complete, working examples of CodeEngine configurations that you can:
- π Copy and use directly in your server
- π€ Provide to ChatGPT for custom modifications
- π Learn from to understand the plugin's capabilities
- π Adapt for your own unique needs
codeengine-docs/
βββ folia/
β βββ 1.21/
β βββ weapons/
β βββ sword/
β βββ blade_of_condemned.yml
βββ paper/ (coming soon)
## π‘οΈ Available Documentation
### Folia 1.21
#### Weapons - Sword
- **[blade_of_condemned.yml](folia/1.21/weapons/sword/blade_of_condemned.yml)** - Epic sword enchantment
- Summons (Vex and Phantoms)
- Life Steal
- Bleeding Effect with particles
- Combo System (Level 3)
- Bloodlust multiplier (Level 2+)
- Shadow Step teleportation
- Execution mechanic
- Attribute modifiers
## π€ How to Use with ChatGPT
1. **Copy the raw file URL** from GitHub
2. **Paste it into ChatGPT** and say:
Read this CodeEngine configuration: [paste URL]
I want to create [describe what you want]
3. **ChatGPT can access GitHub directly!** No need to copy the entire file
4. **Ask for modifications:**
- "Adapt this for a helmet enchantment"
- "Add fire damage instead of bleeding"
- "Make it work for Paper 1.20"
- "Simplify it to only have life steal"
### Example Prompt
Read this CodeEngine sword enchantment: https://raw.githubusercontent.com/[username]/codeengine-docs/main/folia/1.21/weapons/sword/blade_of_condemned.yml
I want to create a pickaxe enchantment that:
- Gives speed when mining
- Has a 20% chance to drop bonus diamonds
- Adds particle effects
- Works on Folia 1.21
Please generate the complete YAML configuration following the same structure.
## π‘ Tips for Best Results
1. **Be specific** - Tell ChatGPT exactly what you want
2. **Reference the structure** - ChatGPT will follow the same pattern
3. **Ask for explanations** - Request comments in the code
4. **Iterate** - Ask ChatGPT to modify parts you don't like
5. **Test** - Always test on a development server first
## π Links
- **Website**: https://codeengine.store-syncmaster.com
- **Documentation Page**: https://codeengine.store-syncmaster.com/documentation
- **Discord**: [Join our community](https://discord.gg/your-invite)
## π License
This documentation is provided **free** for the Minecraft community. Use it, modify it, share it!
## π Contributing
Want to add more documentation? Open a Pull Request or contact us on Discord!
---
Made with β€οΈ by the CodeEngine team