HypixelEmojis – Installation Guide
1. Requirements
Before installing, make sure your server meets the following:
- Minecraft Version: 1.8.8 (supports Spigot/Paper servers)
- Java Version: Java 8+
- Dependencies: LuckPerms plugin must be installed and running
2. Download the Plugin
- Download the latest HypixelEmojis.jar file from the official source or your build.
- Make sure the file is not renamed; it should remain HypixelEmojis.jar.
3. Add the Plugin to Your Server
- Stop your server if it’s running.
- Place the HypixelEmojis.jar file into your server’s plugins folder:
/your-server-folder/plugins/HypixelEmojis.jar
4. Start the Server
- Start your server.
- On the first launch, the plugin will automatically generate a default config.yml inside:
/your-server-folder/plugins/HypixelEmojis/config.yml
- You should see a console message:
[HypixelEmojis] Loaded X emojis!
[HypixelEmojis] HypixelEmojis has been enabled!
5. Configure Emojis
- Open config.yml in a text editor.
- Add or modify emojis using the following format:
emojis:
'<3':
emoji: '&c❤'
permission: 'hypixelemojis.emoji.heart'
':star:':
emoji: '✮'
permission: 'hypixelemojis.emoji.star'
- emoji: The character or symbol displayed in chat. Use & codes for color.
- permission: LuckPerms permission required to use the emoji. Leave empty for all players.
- Save the file.
6. Reload Config (Optional)
If you modify config.yml while the server is running, reload the plugin using:
/emojis reload
- Requires the permission: hypixelemojis.reload.