Mineuniverse
Log in Register
Mods

kiss

A lightweight mod that spawns heart particles above the player who rapidly crouches near others — a simple gesture of friendliness.
by jiazengp
Download Claim this project
6,916 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

Description

A lightweight server-side mod that spawns heart particles above the player who rapidly crouches near others — a simple gesture of friendliness.

Cover

Command

  • /kiss <player>: 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. )

Default Config

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 the kisser's username
  "kissMessage": "%s kissed you!",

  // Message shown to the sender after kissing someone
  // %s = Automatically replaced by the receiver's username
  "kissPromptMessage": "you kissed %s",

  // Cooldown between /kiss commands (in seconds)
  // Prevents command spamming (0 = no cooldown)
  "commandCooldown": 10,

  // Enable or disable the /kiss command entirely
  "enableKissCommand": true,

  // Error message shown when trying to kiss yourself
  "selfKissErrorMessage": "You can't kiss yourself!",

  // Error message shown when using /kiss before cooldown ends
  // %d = Automatically replaced by the number of seconds remaining
  "cooldownErrorMessage": "You must wait %d seconds before kissing again!",

  // Maximum view angle (in degrees) to detect nearby players for kiss or sneak particle effects
  // A smaller angle means only players in front are considered visible
  "maxViewAngleDegree": 90.0
}

License

MIT

comkiss-1.4.2+26.1.jar
MC Client, Fabric, Server, 26.1
Release 2026-06-17 Get

More from jiazengp

Let Me Peek
691

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734