Minecraft

How to Install the Custom Images Plugin on a Minecraft Server

Minecraft·May 20, 2026·10 min read

Overview

Bukkit-style plugins are one of the easiest ways to extend a Minecraft server without writing a single line of code. Custom Images is one of the more visual additions on Spigot, letting you drop pictures from a URL directly into the world. Handy for branding, event signage, builds that need a logo, or just slapping a meme on a wall. Setup is short and there is nothing to configure before it works.

About the Plugin

Custom Images is maintained by Andavin and supports Minecraft versions 1.8 through 1.19. It launched back in 2018 and has racked up more than 174,000 downloads on Spigot, which is a fair sign it does what it advertises. The core feature is a single command that fetches any image URL and renders it inside the world as item frames. No YAML edits, no permissions tinkering required to test it.

Installing the Plugin on Your Server

  1. Open the Custom Images page on Spigot and click Download Now.
  1. Save the JAR somewhere you can find it again.
  1. In your control panel, open the file manager from your panel menu.
  1. Log in with your panel password and enter the `plugins` folder.
  1. Click Upload in your file manager and drop the JAR into the upload area.
  1. Wait for the upload to reach 100%, then go back to the main panel and Restart the server.
  1. Join the server and run `/plugins`. If Images shows up in green, you are good. If it appears red or is missing entirely, the plugin did not load.

Using Custom Images

The plugin runs on a small command set, so there is little to memorize. While in game, hold any item, type `/image create [URL]`, and right-click the air where the picture should appear. The plugin starts drawing it on the nearest surface. Misplaced one? Run `/image delete` and click the offending image to remove it.

Those two commands cover the everyday workflow. There is a bit more under the hood, but most users never need it. One practical note: very large images can hit server performance, so keep the source resolution reasonable unless you enjoy watching TPS drop.

Command List

For fine-grained permission control, install a permissions manager such as LuckPerms. Otherwise, granting yourself server operator is the quickest path to using every command without restrictions.

Common Issues

Commands not working. If you or other players cannot run image commands, permissions are almost always the cause. Either configure a permissions plugin properly or promote the player to server operator.

Plugin disabled or refusing to load. Check the server type and version first. Custom Images needs Paper or another Bukkit fork, and a Minecraft version from 1.8 onward. Confirm the JAR landed in the active server profile too, since installing it on a profile you are not actually running will fool you into thinking it loaded. If everything looks right and it still will not start, install ProtocolLib and restart again.

  • Custom Images on Spigot
  • How to add plugins on a Minecraft server
  • How to become a server operator

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support