https://github.com/9de/player-interaction
Minecraft mod with radial menu system for seamless player interactions and 3D preview (labymod interaction alternative)
https://github.com/9de/player-interaction
Last synced: about 1 year ago
JSON representation
Minecraft mod with radial menu system for seamless player interactions and 3D preview (labymod interaction alternative)
- Host: GitHub
- URL: https://github.com/9de/player-interaction
- Owner: 9de
- License: mit
- Created: 2025-02-05T15:57:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T16:00:43.000Z (over 1 year ago)
- Last Synced: 2025-03-25T18:13:09.102Z (about 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Player Interaction
Transform your Minecraft player interactions with an elegant radial menu system featuring dynamic 3D head previews and fluid animations.
[](LICENSE)
[](https://minecraft.net)
[](https://files.minecraftforge.net)
[](https://github.com/9de/player-interaction/issues)
[](https://github.com/9de/player-interaction/stargazers)
## ✨ Key Features
🎮 **Intuitive Controls**
- Middle-mouse activation
- Smooth cursor movement with exponential smoothing
- Instant command execution
🎯 **Advanced UI**
- Dual-sided radial menu layout
- Real-time 3D head preview with dynamic rotation
- Color-coded command categories
- Sleek visual feedback system
## 🚀 Quick Start
### Prerequisites
- Minecraft Java Edition 1.8.9
- Minecraft Forge 11.15.1.2318
### Installation
```bash
1. Download latest player-interaction.jar
2. Drop into .minecraft/mods folder
3. Launch Minecraft with Forge profile
```
## 🎮 Commands
### Combat Menu (Left)
Command | Description | Usage
--------|-------------|-------
Fly | Toggle flight mode | `/hfly `
KillAura | Enable combat assistance | `/hkillaura `
AimBot | Precision targeting | `/haimbot `
NoKnockback | Knockback resistance | `/hnokb `
AutoArmor | Auto-equip best armor | `/hAutoArmor `
### Game Menu (Right)
Command | Description | Usage
--------|-------------|-------
Bedwars | Quick Bedwars command | `/bhw `
Skywars | Quick Skywars command | `/hsw `
Eggwars | Quick Eggwars command | `/hteamingew `
## 🛠️ Development
### Setup
```bash
# Clone repository
git clone https://github.com/9de/player-interaction.git
# Setup workspace
./gradlew setupDecompWorkspace
# Generate IDE files (optional)
./gradlew eclipse
./gradlew idea
# Build
./gradlew build
```
## 🤝 Contributing
1. Fork repository
2. Create feature branch (`git checkout -b feature/amazing-feature`)
3. Commit changes (`git commit -m 'Add amazing feature'`)
4. Push to branch (`git push origin feature/amazing-feature`)
5. Open Pull Request
## 📝 License
Distributed under the MIT License. See `LICENSE` for more information.
## 📧 Contact
9de - [@9de](https://github.com/9de)
Project Link: [https://github.com/9de/player-interaction](https://github.com/9de/player-interaction)
---
Made with ❤️ by [9de](https://github.com/9de)