Mineuniverse
Log in Register
Mods

MessageTweaker

Provide ChatEvent and SendCommandEvent
by gu_meng
Download Claim this project
32 downloads
0 likes
Updated Jul 6, 2026
0 hypes
CraftTweaker

Chat event import club.Gumeng.Messagetweaker.Event.ChatEvent;

ChatEvent gets the player message .message or getMessage()

Command event import club.Gumeng.Messagetweaker.Event.SendCommandEvent

SendCommandEvent gets the player command .command or getCommand()

Use example:

import crafttweaker.api.events.CTEventManager; 
import club.gumeng.messagetweaker.event.SendCommandEvent;
CTEventManager.register<SendCommandEvent>((event) => {
    var command = event.command;
    if ("gamemode" in command) {
        event.cancel();
    }
});
MessageTweaker-1.1.jar
MC Client, 1.16.5, Forge, Server
Release 2024-08-30 Get

You Might Also Like

Ender Tweaker
EnderIO + CraftTweaker
9,574,671
PackMode
Simple Mod-pack Utility to allow switching between PackModes
9,024,946
Zen Summoning
Allows for custom mob summoning with CraftTweaker
7,912,007
FTB Tweaks
This is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to...
7,191,034
CraftTweaker GUI
Allows editing and managing edited recipes for CraftTweaker
98,064
Fluid Interaction Tweaker
This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions.
92,986