Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ploxxxy/serenity-emojis
https://github.com/ploxxxy/serenity-emojis
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ploxxxy/serenity-emojis
- Owner: ploxxxy
- License: bsd-2-clause
- Created: 2024-06-24T19:10:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:25:08.000Z (8 months ago)
- Last Synced: 2024-06-25T21:16:39.269Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SerenityOS emoji pack for Oraxen
[
](https://github.com/ploxxxy/serenity-emojis/releases/latest) [
](https://emoji.serenityos.net/)
This script generates more than 1,700 emoji glyphs for your Minecraft server using [Oraxen](https://www.spigotmc.org/resources/%E2%98%84%EF%B8%8F-oraxen-custom-items-blocks-emotes-furniture-resourcepack-and-gui-1-18-1-21.72448/), thanks to [SerenityOS](https://serenityos.org/) and [Are we emoji yet?](https://emoji.serenityos.net/) website.
### Some of the emojis in-game, in no particular order
![alt text](images/image.png)
![alt text](images/image-1.png)
![alt text](images/image-2.png)## Building the pack yourself
Using [Deno](https://docs.deno.com/runtime/manual#install-deno) (version 1.44.4 used):
```sh
# Run inside of the project folderdeno task start
mv output/* path_to_your_server/plugins/Oraxen
```