Skip to content

Commit

Permalink
Merge pull request #3 from PinkCloudStudios/developer
Browse files Browse the repository at this point in the history
Yes needed this stuff before we start stuff
  • Loading branch information
ohemilyy authored Aug 30, 2023
2 parents 71648fa + fb3e84e commit 88e3821
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .github/commit-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Commit Message Format

[Type]: [Brief description]

[Optional: Add details, context, or additional information if necessary]

## Type (Choose one):

- **Feature**: Adding new functionality.
- **Fix**: Fixing issues, bugs, or errors.
- **Refactor**: Code refactoring without changing its behavior.
- **Docs**: Documentation updates or additions.
- **Style**: Code style/formatting changes (no code change).
- **Test**: Adding or modifying tests.
- **Chore**: Routine tasks, maintenance, or tooling changes.

## Brief Description:

[Concise one-line description of the change]

## Details:

[Additional context, explanation, or relevant information]

## Related Issues/Pull Requests:

- Fixes # [Issue Number]
- Addresses # [Issue Number]
- Related to # [Issue Number]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
Expand Down
6 changes: 6 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 76 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,76 @@
# Celestial
# Hypixel Celestial Discord Bot

## Introduction

The Celestial is a powerful and feature-rich bot designed to enhance the Hypixel Minecraft server experience for Discord communities. Whether you're a player looking to check your stats or a guild leader managing your members, this bot has you covered.

## Features

- **Player Stats Lookup**: Get detailed statistics for Hypixel players, including game-specific stats and leaderboards.
- **Guild Lookup**: Get detailed statistics for Hypixel guilds, including member lists and guild-specific leaderboards.
- **Player & Guild Info**: Get information about Hypixel players and guilds, including social media links and recent name history.
- **Skyblock Auction House**: Search the Hypixel Skyblock Auction House for items and get detailed information about them.
- **Skyblock Bazaar**: Get current prices for items in the Hypixel Skyblock Bazaar.
- **Skyblock Collections**: Get information about Hypixel Skyblock collections, including collection rewards and unlockable items.
- **Skyblock Skills**: Get information about Hypixel Skyblock skills, including skill levels and experience.
- **Skyblock Items**: Get information about Hypixel Skyblock items, including item stats and item recipes.
- **Skyblock Dungeons**: Get information about Hypixel Skyblock dungeons, including dungeon floors and dungeon secrets.
- **SkyBlock Elections**: Get information about Hypixel Skyblock elections, including election candidates and election results.
- **Skyblock News**: Get information about Hypixel Skyblock news, including recent updates and patch notes.
- **Lots more SkyBlock stuff**: There's a lot more SkyBlock stuff that this bot can do, but we don't have enough space to list it all here. Try it out for yourself!
- **Hypixel Status**: Get the current status of the Hypixel Minecraft server.
- **Hypixel Player Count**: Get the current player count of the Hypixel Minecraft server.
- **Minecraft Stuff**: Get information about a Player or Server, including player skins and server status and a lot more!
- **Guild Management**: *soonTM*

## Getting Started

To add the Hypixel Discord Bot to your server, follow these steps:

1. [Invite the Bot](https://discord.com/api/oauth2/authorize?client_id=1146578530705084507&permissions=2048&scope=bot%20applications.commands) to your Discord server.
2. Set up the necessary permissions for the bot to function correctly.
3. Use the `/help` command to explore available commands and get started.

## Usage

Here are some example commands to get you started:
- soon...
-
## Contributions

Contributions to this project are welcome! If you have any feature suggestions or encounter bugs, please [submit an issue](https://github.com/PinkCloudStudios/celestial-bot/issues/new/choose).

## License

This project is licensed under the [GNU Lesser General Public License](https://github.com/PinkCloudStudios/celestial-bot/blob/main/LICENSE).

## To-Do

Here are some planned features and improvements for Celestial:

- [ ] Implement a user ranking system based on Hypixel achievements.
- [ ] Add support for more Hypixel minigames and features.
- [ ] Create a web-based dashboard for easier bot configuration.
- [ ] Global Stats
- [ ] Guild Management
- [ ] Guild Stats
- [ ] Stats Display
- [ ] Stats Viewer
- [ ] Leaderboards
- [ ] Player Profile
- [ ] Skyblock Stuff
- [ ] Player Status Info
- [ ] Party Helper
- [ ] Minecraft Stuff
- [ ] Fun Discord Stuff
- [ ] Bots Structure
Feel free to [contribute](link_to_contributions_section) to the project by working on any of these tasks or suggesting new ideas.

## Acknowledgments

- Special thanks to the Hypixel team for their amazing Minecraft server and API.

## Contact

For questions or support related to the Hypixel Discord Bot, you can contact us at [[email protected]].

0 comments on commit 88e3821

Please sign in to comment.