Custom Resource Pack Emojis In Skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

AddieGBA

New Member
Jul 29, 2025
7
2
3
Ok so i have these emojis that are pre-defined in a rescource pack as \uE001 however when i try say them in this skript code
Code:
 send actionbar "<bold>%{PrimaryEmoji%loop-player%}%[READY]  %{SecondaryEmoji%loop-player%}%[READY] " to loop-player

where {SecondaryEmoji%loop-player} has been pre-defined
Code:
set {SecondaryEmoji%player%} to "\uE001"
However the output is just this
1755082683117.png

If you guys could tell me how to fix this or if u just have an alternate way of doing this please let me know!
 
Ok so i have these emojis that are pre-defined in a rescource pack as \uE001 however when i try say them in this skript code
Code:
 send actionbar "<bold>%{PrimaryEmoji%loop-player%}%[READY]  %{SecondaryEmoji%loop-player%}%[READY] " to loop-player

where {SecondaryEmoji%loop-player} has been pre-defined
Code:
set {SecondaryEmoji%player%} to "\uE001"
However the output is just this
View attachment 9332
If you guys could tell me how to fix this or if u just have an alternate way of doing this please let me know!
Skript has a higher priority than your resource pack. That's one issue.