Description
ipmute 🔗
A mod that mutes players IPs, includes both commands and an API for other mods willing to
Hard Muting 🔗
Hard muting is when a player is IP-muted but when they change their IP (switch networks), they are still muted.
This is an example scenario:
A player gets IP-muted from a server, they go on vacation but they join the server (thinking they get unmuted because their network/IP changed) but they are muted.
Without hard muting, if a player changes their network/IP they are unmuted.
Hard muting is recommended for moderation.
Commands Documentation 🔗
/ipmute <name> [<no_hard_mute>]
IP-mutes a player
name: Player to IP-mute
To make this command work, this player must be online in-game
no_hard_mute: Don't hard mute the player
Aliases: ip-m, mute-ip
/ipunmute <name>
IP-unmutes a player
name: Player to be IP-unmuted
To make this command work, this player must be online in-game
Aliases: ip-um, unmute-ip
API Reference 🔗
ipmute.build
Version of ipmute
ipmute.mod_storage
Mod storage for ipmute
This is reserved for ipmute
ipmute.mute_player(name,hard[,msg_override])
Mutes a player's IP
name: Player to be IP-muted
hard (boolean): To be hard-muted
ipmute.unmute_player(name[,msg_override])
Unmutes a player's IP
name: Player to be IP-unmuted
Notices 🔗
This mod, ipmute is made by LukeOfficial.
© Copyright LukeOfficial 2026
Feel free to contribute!