
kiss
A lightweight server-side mod that spawns heart particles above the player who rapidly crouches near others — a simple gesture of friendliness.
- Загрузки
- 24K
- Подписчики
- 74
- Обновлён
- 19 июля 2026 г.
- Лицензия
- MIT
Опубликован 29 мая 2025 г.
KissMod
A tiny server-side mod: sneak near another player a few times and hearts pop up overhead — a small, friendly gesture.

Command
/kiss <player>— send a kiss to another player. Each player can use it once every 10 seconds by default. The kissed player gets a heads-up and a little burst of hearts above their head.
Two permissions are exposed by default, both granted to all players:
kissmod.commandfor/kisskissmod.triggerfor the sneak-triggered hearts
Override either with your permissions mod if you want to change who can use them.
Configuration
KissMod is server-side — edit the server config and restart to apply changes.
- Fabric:
config/kissmod/config.yml - NeoForge:
kissmod-server.tomlin the loader's server config location
The config keeps your existing values across upgrades and fills new fields with defaults. Upgrading from KissMod v1? Your old kissmod.json (Fabric) or kissmod-common.toml (NeoForge) is imported the first time, then removed once the new file is written. A current config with custom values is never overwritten.
Hearts for friendly mobs
Hearts trigger the same way as with players: sneak rapidly nearby. By default, this also works for vanilla friendly mobs like villagers, cows, and wolves. The difference is that the hearts appear over the mob's head, not the player's.
You can turn this off, or customize the target list with any entity type IDs or tags you like. Modded mobs are also supported as long as the mod is on the server — no extra integration needed.
Fabric YAML example
sneakParticleDecay: 2
sneakTriggerCount: 3
sneakTriggerWindowTicks: 40
sneakPreviewRadius: 6.0
enableEntityParticles: true
entityParticleRadius: 8.0
heartParticleHeightOffset: 0.35
friendlyEntityTypes:
- minecraft:villager
- minecraft:cow
- minecraft:sheep
- minecraft:pig
- minecraft:chicken
- minecraft:horse
- minecraft:donkey
- minecraft:mule
- minecraft:llama
- minecraft:cat
- minecraft:wolf
friendlyEntityTags: []
NeoForge TOML example
[sneak]
sneakParticleDecay = 2
sneakTriggerCount = 3
sneakTriggerWindowTicks = 40
sneakPreviewRadius = 6.0
[entityParticles]
enableEntityParticles = true
entityParticleRadius = 8.0
heartParticleHeightOffset = 0.35
friendlyEntityTypes = [
"minecraft:villager",
"minecraft:cow",
"minecraft:sheep",
"minecraft:pig",
"minecraft:chicken",
"minecraft:horse",
"minecraft:donkey",
"minecraft:mule",
"minecraft:llama",
"minecraft:cat",
"minecraft:wolf"
]
friendlyEntityTags = []
Contributing
If you'd like to build or release KissMod, see CONTRIBUTING.md.
License
Ченджлог
2.0.0-alpha.2+mc26.2-neoforgeАльфа26.2 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc26.2-fabricАльфа26.2 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc26.1.2-neoforgeАльфа26.1.2 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc26.1.2-fabricАльфа26.1.2 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc1.21.11-neoforgeАльфа1.21.11 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc1.21.11-fabricАльфа1.21.11 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc1.21.10-neoforgeАльфа1.21.10 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
2.0.0-alpha.2+mc1.21.10-fabricАльфа1.21.10 · 19 июля 2026 г.
Added
- Fabric and NeoForge servers automatically import supported settings from their legacy v1 configuration files.
Changed
- Existing configuration values are preserved while newly introduced settings are merged with their defaults.
Комментарии
Загружаем…