File Details
annoyingmod-1.0.0.jar
- R
- May 22, 2026
- 1.66 MB
- 4
- 1.21.11
- Fabric
File Name
annoyingmod-1.0.0.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
# Annoying Mod — v1.0.0
## Initial Release
Annoying Mod introduces configurable atmospheric disturbances and disruptive events designed to make singleplayer Minecraft worlds feel unpredictable, eerie and slightly inconvenient.
## Features
### Atmospheric Messages
- Added random unsettling and humorous chat messages during gameplay.
- Messages are built directly into the mod and cannot be customized through the configuration file.
- Added localized message support for:
- English (`en_us`) — default fallback
- Brazilian Portuguese (`pt_br`)
- European Portuguese (`pt_pt`)
- Spanish (`es_es` and supported regional variants)
### Random Sounds
- Added random client-side sound events.
- Sounds are played only for the player using the mod.
- Sound events are selected randomly rather than played as a sequence.
- Added configurable sound enable/disable option and interval settings.
### Wooden Cross Events
- Added random wooden cross construction events.
- Crosses are placed two blocks in front of the player when the player is outdoors.
- Cross construction is prevented while the player is inside buildings, caves, underwater, or below detected ceilings.
- Ceiling detection supports solid blocks, glass, slabs and other non-air covering blocks.
- Added configurable allowed cross materials:
- Acacia Fence
- Birch Fence
- Oak Fence
- Dark Oak Fence
- Added internal timed cleanup for crosses generated by the mod.
- Cross cleanup waits until the relevant area is loaded instead of forcibly loading unloaded chunks.
### Inventory Drop Events
- Added random inventory drop events that remove and drop one eligible item from the player's inventory.
- Added configurable inventory categories that may be affected:
- Armor
- Tools
- Weapons
- Hotbar
- Main inventory
- Offhand
- Added configurable protected item list.
- Added default protection for high-value items, including:
- Ancient Debris
- Netherite Scrap
- Netherite Ingots
- Netherite Blocks
- Netherite Upgrade Smithing Templates
- Netherite tools, weapons and armor
- Elytra
- Totems of Undying
- Added additional protection logic for Netherite-related items.
### Dropped Item Cleanup
- Added internal cleanup for loose dropped item entities to help reduce world clutter and entity-related lag.
- Cleanup behavior is handled internally and is not exposed as a configuration option.
## Configuration
- Added JSON configuration file support through:
config/annoyingmod.json
- Added enable/disable settings for:
- Atmospheric messages
- Random sounds
- Wooden crosses
- Inventory drops
- Added configurable timing intervals for supported events.
- Added configurable drop protection and affected inventory categories.
- Added configurable permitted cross fence variants.
- Added optional debug logging.
- Configuration keys remain in English for consistency across supported languages.
Commands
Added commands for configuration reload, status checking and manual event validation:
/annoyingmod reload
/annoyingmod status
/annoyingmod debug
/annoyingmod test drop
/annoyingmod test cross
/annoyingmod test sound
/annoyingmodclient reload
/annoyingmodclient status
/annoyingmodclient debug
/annoyingmodclient test sound
- Test commands provide minimal player-facing results:
OKWarningError
- Detailed technical information is written to logs instead of being displayed in chat.
Technical Notes
- Sound handling is executed client-side to ensure local-only playback.
- World modifications and inventory drop actions are executed through the integrated server side of the game.
- Removed unused day/night manipulation functionality.
- Removed obsolete server-side sound handling.
- Added internal safeguards and logging for event execution and cleanup tasks.
Intended Use
Annoying Mod is intended for opt-in singleplayer worlds or personally controlled gameplay environments. Some features intentionally interfere with normal gameplay, especially inventory drop events and dropped item cleanup.
Review your configuration before using the mod in an important survival world.

