Compatibility
Minecraft: Java Edition
1.21
1.20
1.19
Platforms
Links
Creators
Details
Licensed MIT
Published 11 months ago
Updated 11 months ago
Moody
An emoticon plugin that shows the mood of the players
This plugin is primarily intended for lobby/hub servers.
Moody respects the player helmet item, but should only be used on lobby/hub servers
How does this work?
To use the plugin, enter a symbol in Chat that was defined in the config.
You can try out the one following symbols:
:)
:D
xD
:O
<3
:*
Configuration
In the configuration file (./plugins/Moody/config.json
) you will find some things to configure.
{
// Deactivate the identification of emoticons globally
"enabled": true,
// The time how long the emoticon stays on the player head (1 second)
"delay": {
"time": 1,
// Available units: NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS
"unit": "SECONDS"
},
// You can add, edit or remove types
"types": [
...
]
}