A 1.21.5 fabric utility mod for the server DiamondFire.
| Command | Description |
|---|---|
/onelmod /onel |
opens the config menu |
/onel expr /expr |
creates a number value from an expression |
/onel smallcaps /smallcaps |
convert text to small capital letters |
| Dependency | Version |
|---|---|
| Yet Another Config Lib | >=3.7.1 |
| Fabric Language Kotlin | >=1.10.8 |
Disables the "Messages sent on this server may be modified..." toast that shows up when joining diamondfire.
Displays a toast when switching modes (play, build, dev).
Makes network protocol errors display a toast instead of disconnecting you from the server.
Sends a tray notification when Minecraft is unfocused, and you receive a direct message.
Makes %math, %index and %var expressions easier to write.
| Example | Result |
|---|---|
10 + 5 |
%math(10 + 5) |
10 + 5 * 2 |
%math(10 + %math(5 * 2)) |
10 * variable |
%math(10 * %var(variable)) |
loc.x + loc.y |
%math(%index(loc, 1) + %index(loc, 2)) |
(10 * 5) ^ 2 |
%math(%math(10 * 5) * %math(10 * 5)) |
Makes middle click give you a single one of the clicked item in code chests.
