Mooncord Emojis for Custom Emoji plugin on RuneLite.
Naive way: click download zip on this repo and paste it into your !emojifolder:
This will requre you to re-download it every time you want to update your emoji pack
Cool way:
-
Install the Custom Emoji plugin
-
Install git https://github.com/git-guides/install-git
-
Type !emojifolder in your client to open the emoji folder
-
Delete everything in that folder
-
In your terminal run
git clone https://github.com/cman85/mooncord-emojis.git .in the !emojifolder
NOTE: It is expected that you will see "Custom Emoji: There were __ errors loading emojis and soundojis" and similar text on client start. The plugin is a bit naive and complains that there's .git files in the folder. The plugin will work fine despite the error log.
Navigate to your !emojifolder and run git pull. This should update you to the latest set of emojis. You then have to restart your client to have that applied.
See here for instructions on how to create a valid emoji https://runelite.net/plugin-hub/show/custom-emoji
Add the emoji to your !emojifolder
In your terminal in your !emojifolder, run the following commands:
git checkout -b <emoji_name> e.g. git checkout -b glorp
git add .
git commit -m "<emoji_name>" e.g. git commit -m "glorp"
git push --set-upstream origin <emoji_name> e.g. git push --set-upstream origin glorp
This should create a branch in this repository with your changes. You probably will be prompted to enter your email/a github login, just follow the prompts as given.
Once a branch is created, follow these instructions for opening a PR: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#creating-the-pull-request
The base branch is main
Then I'll merge that PR for you.
Don't forget to switch back to the main branch when you're done so you can continue to receive the latest emojis - git checkout main
This is from the non-mooncord version of this repo, you can ignore it if you've done the above
Download: https://github.com/TheLouisHong/custom-emoji-repository/archive/refs/heads/main.zip































































































