nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
kiss

kiss

Mod

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

Server Social

916 downloads
25 followers
Filter loader...
Filter versions...

kiss 1.3.0

by Hyouka on Jul 11, 2025
Download

Feature

  • Support for kissing friendly mobs within 2 blocks (including cats, dogs, dolphins, etc.)
  • Added more configurable options
  • Improved performance and reduced overhead

Fixed

  • Fixed an issue where players in spectator mode or under invisibility effects could still trigger particle effects
  • Optimized heart particle spawn position to ensure it appears in first-person view without blocking sight.
  • Improved heart particle triggering logic to only activate when other players are within visible line of sight.
  • Refactored code structure and enhanced overall performance.

Added Config Options

  • maxViewAngleDegree
    Controls the maximum view angle (in degrees) used to determine if another player is within your line of sight.
    Default: 45.0

  • selfKissErrorMessage
    Customizable message shown when a player tries to kiss themselves.
    Default: "You can't kiss yourself!"

  • cooldownErrorMessage
    Customizable message shown when trying to kiss during cooldown.
    Supports %d for remaining seconds.
    Default: "You must wait %d seconds before kissing again!"

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
}

Optimized sneak detection to prevent repeated triggers during continuous sneaking

External resources


Project members

Hyouka

Member


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID