
Partickles performance
Create mod that when comand is writen in game or in console its also send to the discord so everyone can see it
Downloads
0
Remixes
0
Price
Free
neoforge · Server · 1.21.1 · mod
Partickles performance mirrors every command issued by players, the console, or command blocks to a Discord webhook. A listener on the server-only command event captures the executor name and command text, formats it, and posts asynchronously via Java HttpClient. Messages collapse line breaks, replace backticks, space out mentions, and are trimmed to Discord's 2000-character limit.
Configuration:
- Discord webhook URL comes from the PARTICKLES_WEBHOOK_URL environment variable, or the
discord.webhookUrlentry in config/particklesperformance-server.toml. - Toggle whether player and/or console commands are mirrored with
filter.relayPlayerCommandsandfilter.relayConsoleCommandsin the same config file.
Notes and limitations:
- Commands are posted as soon as they are parsed; cancelled/failed commands will still appear.
- Webhook delivery is a single async attempt without retries or local buffering; the server must be able to reach the webhook endpoint.
- The mod is marked for the dedicated server only and avoids client assets or custom registries to keep vanilla client compatibility.
MultiFrameGen
a mod that optimizes rendering so the FPS is boosted using motion based frame generation that interpolates, add a reflex so that the latency and delay is low...
Amecs-NeoForge
Add redefinable keybindings with modifier keys; search bar on the Controls screen; non-blocking keybindings to allow multiple bindings per key; combo...
Speedrunner vs Hunter AI
Create a Minecraft mod "Speedrunner vs Hunter": hostile Hunters with roles (MELEE, ARCHER, BUILDER, TANK), adaptive AI, teleport, bridge building, TNT,...
betterenchants
A mod that makes the enchant cap the integer limit as well as being able to add any combination of enchants together.
the king in yellow
theres an entity called "the king in yellow" going after the player. The king in yellow is a tall figure, covered in yellow robes and a blurred face. If the...
dupe
package com.example.dupemod; import net.minecraft.client.Minecraft; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack;...