Added
- New config option
enableKissCommand
to toggle the kiss command (default: true) - New config option
kissPromptMessage
for the kissing player's feedback - Better message formatting supporting player names in any position
- Improved command registration to skip if disabled in config
- Added sound tips effects when kissing
Kiss-Fabric Mod v1.1.0 Changelog
Feature
- Progressive sneak-triggered particles (Default from 2 to 6 hearts)
- Smoother particle positioning (eye-level)
- Add the
/kiss <player>
command, allowing you to kiss other players with this command (The command can be used once every 10 seconds per player by default. The kissed player will receive a notification and heart particle effects will appear above their head. ) - 100% Configurable
Config
In Config Folder
kissmod.json
{
// Maximum number of heart particles that can appear when sneaking (1-20)
"maxSneakParticles": 6,
// Vertical position offset for particles (in blocks)
// 1.6 = Eye level for standing players
"sneakParticleHeight": 1.6,
// Message shown when receiving a kiss
// %s = Automatically replaced by kisser's username
"kissMessage": "%s kissed you!",
// Cooldown between /kiss commands (in seconds)
// Prevents command spamming (0 = no cooldown)
"commandCooldown": 10
}