Fine-Tuning & Customization

1. Personalizing the Logo

You can replace the default Visualmodder logo with your own custom image.

  1. Create the following folder (if it does not already exist):
plugins\visualmodder\resources\customization\images\
  1. Add your custom logo file named logo.png into this folder.
  2. Restart the Minecraft server.

After restarting, your image will appear as the logo in the Visualmodder editor.


2. Adding Custom Images

You can extend the image block by adding your own image assets.

  1. Create the folder:
plugins\visualmodder\resources\
  1. Download and unzip images.zip into this folder.

This will create a folder images containing folders with images that will automatically become available inside the Visualmodder image block.


3. Adding Custom Examples

You can provide your own example programs that appear in the Visualmodder interface.

  1. Create the folder:
plugins\visualmodder\resources\examples\default\
  1. Add your example files to this folder.

Each example consists of two files with the same name:

  • example.png – preview image shown in the UI
  • example.xml – the exported Visualmodder program

Example:

castle.png
castle.xml

To export the XML from an existing program, open it in Visualmodder and click the XML tab.

After restarting the server, your custom examples will appear in the editor.