Changes
- Now supports the Fabric modloader!
- Simplfied the configuration file a small amount
- Configs are now stored in the server/config folder instead of the server/world/serverconfig folder.
- Now supports custom HEX or RGB colour values for the text!
- Tokens are now supported inside of dimension aliases, allowing for specific dimensions to be made bold, italic, or both!
Now supports Fabric modloader!
Dimension Viewer now supports Fabric!
This version requires the Fabric API
Changes
- Now supports the Fabric modloader!
- Simplfied the configuration file a small amount
- Configs are now stored in the server/config folder instead of the server/world/serverconfig folder.
- Now supports custom HEX or RGB colour values for the text!
- Tokens are now supported inside of dimension aliases, allowing for specific dimensions to be made bold, italic, or both!
Added a token for the player name, allowing you to put the dimension before the player name.
- (Will require you to modify your config file to include the player name if the mod was used before)
Added the ability to alias dimension names, allowing you to change what is displayed per dimension.
Added support for colouring modded dimensions.
Modded dimensions can now be coloured independently!
To colour a modded dimension, add a new value to the "modded_dimension_ids" list with the following format:
"modid:dim_id color"
.
For example, Twilight Forest in Gold would be:
"twilightforest:twilight_forest GOLD"
Added a command for getting the id of the current dimension.
Use "/getdimensionid" to print the current dimension into the chat. Does not work if ran from the server console.
Other stuff
Changed the refresh command from "refreshPlayerList" > "refreshplayerlist" to fit more with vanilla commands.