|
| 1 | + |
| 2 | +--- |
| 3 | +home: true |
| 4 | +heroImage: /images/Philosopher_Stone.png |
| 5 | +heroText: ProjectE Plugin |
| 6 | +tagline: Minecraft Spigot Equivalent Exchange Plugin |
| 7 | +actions: |
| 8 | + - text: Get Started → |
| 9 | + link: /en/guide/ |
| 10 | + type: primary |
| 11 | + - text: View on GitHub |
| 12 | + link: https://github.com/Little100/ProjectE-plugin |
| 13 | + type: secondary |
| 14 | +features: |
| 15 | + - title: 🔮 Equivalent Exchange System |
| 16 | + details: Complete implementation of the Equivalent Exchange mod's core features, including EMC system, item conversion, and energy management |
| 17 | + - title: 🛠️ Rich Tools and Devices |
| 18 | + details: Provides various tools and devices such as Philosopher's Stone, Alchemical Bags, Energy Collectors, Dark Matter Furnaces, and more |
| 19 | + - title: 💎 Powerful Equipment System |
| 20 | + details: Includes Gem Helmet, various talismans, and other powerful equipment to enhance gameplay experience |
| 21 | + - title: 🎨 Full Resource Pack Support |
| 22 | + details: Provides official resource pack and datapack for the same visual experience as the mod |
| 23 | + - title: ⚙️ Highly Configurable |
| 24 | + details: Supports custom EMC values, recipes, device parameters, etc., to meet different server needs |
| 25 | + - title: 🌍 Multi-language Support |
| 26 | + details: Supports Simplified Chinese, English, and other languages for players from different regions |
| 27 | +footer: MIT Licensed | Copyright © 2024-present Little_100 |
| 28 | +--- |
| 29 | + |
| 30 | +## 🚀 Quick Installation |
| 31 | + |
| 32 | +```bash |
| 33 | +# 1. Download the plugin |
| 34 | +# Download the latest version of ProjectE.jar from GitHub Releases |
| 35 | + |
| 36 | +# 2. Install the plugin |
| 37 | +# Place ProjectE.jar in the server's plugins folder |
| 38 | + |
| 39 | +# 3. Restart the server |
| 40 | +# Restart the server to load the plugin |
| 41 | + |
| 42 | +# 4. Install resource pack (optional but recommended) |
| 43 | +# Install the provided resource pack and datapack to the server |
| 44 | +``` |
| 45 | + |
| 46 | +## 📦 Core Features |
| 47 | + |
| 48 | +### EMC System |
| 49 | +The core of ProjectE is the EMC (Energy-Matter Covalence) system. Players can break down items into EMC and use EMC to create new items. |
| 50 | + |
| 51 | +### Transmutation Table |
| 52 | +Use the Transmutation Table to convert learned items to each other, consuming only the corresponding EMC. |
| 53 | + |
| 54 | +### Energy Collector |
| 55 | +Automatically collects energy from sunlight to charge Klein Stars. |
| 56 | + |
| 57 | +### Alchemical Devices |
| 58 | +Includes various practical devices such as Energy Condenser, Alchemical Chest, Dark Matter Furnace, and more. |
| 59 | + |
| 60 | +## 🎮 Main Items |
| 61 | + |
| 62 | +- **Philosopher's Stone**: Core tool for item conversion and crafting |
| 63 | +- **Klein Star**: Container for storing EMC |
| 64 | +- **Alchemical Bag**: Portable storage container |
| 65 | +- **Dark Matter Tools**: Powerful tool set |
| 66 | +- **Red Matter Tools**: Even more powerful tool set |
| 67 | +- **Gem Armor**: Armor providing special abilities |
| 68 | + |
| 69 | +## 📊 Version Information |
| 70 | + |
| 71 | +- **Current Version**: 1.2.4 |
| 72 | +- **Supported Minecraft Versions**: 1.16.5 - 1.21+ |
| 73 | +- **Dependencies**: Spigot/Paper server |
| 74 | + |
| 75 | +## 🤝 Community Support |
| 76 | + |
| 77 | +If you encounter problems during use, you can: |
| 78 | + |
| 79 | +- Check the [complete documentation](/en/guide/) |
| 80 | +- Submit an [Issue](https://github.com/Little100/ProjectE-plugin/issues) |
| 81 | +- Join our community discussion |
| 82 | + |
| 83 | +## 📝 Changelog |
| 84 | + |
| 85 | +Check |
0 commit comments