An open API service indexing awesome lists of open source software.

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)

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://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Minecraft](https://img.shields.io/badge/minecraft-1.8.9-green.svg)](https://minecraft.net)
[![Forge](https://img.shields.io/badge/forge-required-red.svg)](https://files.minecraftforge.net)
[![GitHub issues](https://img.shields.io/github/issues/9de/player-interaction)](https://github.com/9de/player-interaction/issues)
[![GitHub stars](https://img.shields.io/github/stars/9de/player-interaction)](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)