Unjank
ModMIT

Unjank

A set of QoL improvements, designed for datapacks.

532
Downloads
12
Followers
4 months ago
Updated
📦
3
Versions

📖About Unjank

modloader: fabric
enviroment: server and client

A set of QoL improvements, designed for datapacks.

This mod depends on owo-lib

Client-side Features

Access the config via /owo-config unjank or Mod Menu

Disable Focus Border (default = True)

Disables the white outline around text elements in dialogs.

Disable Focus Border = False
Disable Focus Border = `False`

Disable Focus Border = True
Disable Focus Border = `True`

Disable Warning Box (default = True)

Disables the warning box on custom dialogs.

Disable Warning Box = False
Disable Warning Box = `False`

Disable Warning Box = True
Disable Warning Box = `True`

Disable Command Warning Screen (default = True)

Disables the warning screen when running commands of op-level 1+.

Disable Command Warning Screen = False
Disable Command Warning Screen = `False`

Disable Command Warning Screen = True
Disable Command Warning Screen = `True`

Server-side Features

Gamerule sendTriggerFeedback (default = disabled)

Controls the feedback of the /trigger command directly.

Possible values:

disabled: No command feedback shown to any player.

sourceOnly: Command feedback only show to the player that ran it.

sourceAndOps: Command feedback shown to the player that ran it and operators.