Skip to content

edyangel/CodeEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š CodeEngine Documentation

Official documentation repository for CodeEngine Plugin - Custom enchantments, items, and configurations for Minecraft Folia/Paper/Spigot servers.

🎯 Purpose

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

πŸ“‚ Structure

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

About

Official documentation repository for CodeEngine Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors