This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
You will have to download Cloth Config seperately and install it in your mods folder.
This is a Fabric mod, and it requires Fabric API.
It runs on Minecraft 1.16.x.
(If you want to download the mod, take the normal jar "hello-1.3.0.jar")
Changelog:
Now you can use template literals!
Example: My name is ${username} and I am the fastest man alive.
Full list of constants:
- username/name
- This is replaced with your Minecraft username.
- time
- Your current time (adjusting for timezone), in 12 hour format.
- 24time
- Just
time
, but it's in 24-hour format.
- Just
- mc_version
- Your Minecraft version.
- os
- Your operating system. Example: Windows 10
- java_version
- Your current Java version.
More will be added later.
- Your current Java version.