https://github.com/9de/namequest
Your ultimate companion for tracking Minecraft username histories across LabyMod, Badlion, and Crafty.gg
https://github.com/9de/namequest
Last synced: 10 months ago
JSON representation
Your ultimate companion for tracking Minecraft username histories across LabyMod, Badlion, and Crafty.gg
- Host: GitHub
- URL: https://github.com/9de/namequest
- Owner: 9de
- License: mit
- Created: 2024-11-30T20:20:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:41:43.000Z (over 1 year ago)
- Last Synced: 2025-03-25T18:13:09.069Z (about 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NameQuest
Your ultimate companion for tracking Minecraft username histories across LabyMod, Badlion, and Crafty.gg
## Features
- 🔍 Track username history from multiple sources
- ⚡ Fast and reliable responses
- 🎮 Support for LabyMod, Badlion, and Crafty.gg
- 🤖 Easy-to-use Discord slash commands
- 🎨 Beautiful embed responses
## Prerequisites
- Node.js 16.9.0 or higher
- Discord Bot Token
- Discord Server with slash command permissions
## Installation
1. Clone the repository
```bash
git clone https://github.com/9de/NameQuest.git
cd NameQuest
```
2. Install dependencies
```bash
npm install
```
3. Create a `.env` file in the root directory and add your Discord bot token:
```env
TOKEN=your_discord_bot_token_here
```
4. Deploy slash commands
```bash
npm run deploy
```
5. Start the bot
```bash
npm start
```
For development:
```bash
npm run dev
```
## Commands
- `/namehistory [service]` - Get a player's username history
- `/ping` - Check bot's latency
## Services Supported
- LabyMod
- Badlion
- Crafty.gg
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Support
If you encounter any problems or have suggestions, please [open an issue](https://github.com/TurkiPro/NameQuest/issues).
## Author
**Turki** - [GitHub](https://github.com/TurkiPro)