- Updates Waves dependency
- Added new Emojis Menu!
- Animated buttons
- Conditional buttons
- Pagination
- Locked & Unlock button state for Emojis
New config values!
This is the updated version of config:
Spoiler: config.yml
Code (YAML):
hide-forbidden-emojis
: true
emoji-menu :
title
: AquaticEmojis
size
: 36
emoji-slots
: -
"0-26"
buttons :
border :
material
: BLACK_STAINED_GLASS_PANE
display-name
:
" "
slots
: -
"28-34"
next-page :
material
: ARROW
display-name
:
"&eNext Page"
slots
: - 35
prev-page :
material
: ARROW
display-name
:
"&ePrevious Page"
slots
: - 27
And the emoji syntax has been updated as well.
Currently emoji requires the unlocked state of emoji-item setup!!!
Spoiler: example-emojis.yml
Code (YAML):
example :
placeholders
: -
":angry:"
-
":anger:"
text
:
"<hover:show_text:'<white>Emoji: <font:emoji>1\n</font>Placeholder: <gray>:angry:'><font:emoji>1</font></hover>"
menu-items :
locked :
material
: BARRIER
display-name
:
"&c???"
lore
: -
""
-
"&7You have to unlock this emoji!"
unlocked :
material
: PAPER
display-name
:
"&eExample"
lore
: -
""
-
"&7Example Emoji!"
bruh :
placeholders
: -
":bruh:"
text
:
"<hover:show_text:'<white>Emoji: <font:emoji>2\n</font>Placeholder: <gray>:bruh:'><font:emoji>2</font></hover>"
text-forbidden
:
"<hover:show_text:'<red>You cannot use that emoji!'><red>%placeholder%</red></hover>"
conditions :
- type
: permission
permission
:
"aquaticemojis.emoji.bruh"
fail-actions :
- type
: message
message
:
""
- type
: message
message
:
"&cYou do not have permissions to use the Bruh emoji!"
- type
: message
message
:
""
block-message
: true
menu-items :
locked :
material
: BARRIER
display-name
:
"&c???"
lore
: -
""
-
"&7You have to unlock this emoji!"
unlocked :
material
: PAPER
display-name
:
"&eExample"
lore
: -
""
-
"&7Example Emoji!"
clown :
placeholders
: -
":clown:"
text
:
"<hover:show_text:'<white>Emoji: <font:emoji>3\n</font>Placeholder: <gray>:clown:'><font:emoji>3</font></hover>"
text-forbidden
:
"<hover:show_text:'<red>You cannot use that emoji!'><red>%placeholder%</red></hover>"
conditions :
- type
: permission
permission
:
"aquaticemojis.emoji.clown"
fail-actions :
- type
: message
message
:
""
- type
: message
message
:
"&cYou do not have permissions to use the Clown emoji!"
- type
: message
message
:
""
block-message
: false
menu-items :
locked :
material
: BARRIER
display-name
:
"&c???"
lore
: -
""
-
"&7You have to unlock this emoji!"
unlocked :
material
: PAPER
display-name
:
"&eExample"
lore
: -
""
-
"&7Example Emoji!"