{"id":53199,"date":"2026-06-03T02:01:30","date_gmt":"2026-06-02T23:01:30","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/"},"modified":"2026-06-03T02:01:30","modified_gmt":"2026-06-02T23:01:30","slug":"custompaintings","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/","title":{"rendered":"CustomPaintings"},"content":{"rendered":"<p># CustomPaintings<\/p>\n<p>CustomPaintings lets server admins upload PNG images to the server and give players map-based paintings, including multi-map murals (2&#215;2, 4&#215;4, etc.).<\/p>\n<p>## Features<\/p>\n<p>&#8211; Upload PNG files directly to the server filesystem<br \/>\n&#8211; Import as:<br \/>\n&#8211; Single painting (`1&#215;1` map)<br \/>\n&#8211; Multi-map mural (`2&#215;2` up to `8&#215;8`)<br \/>\n&#8211; Give painting sets to players with one command<br \/>\n&#8211; Persistent painting index in `paintings.yml`<br \/>\n&#8211; Tab-complete for commands and painting names<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Paper<br \/>\n&#8211; Java `21`<\/p>\n<p>## Build<\/p>\n<p>From plugin source folder:<\/p>\n<p>&#8220;`bash<br \/>\n.\/gradlew build<br \/>\n&#8220;`<\/p>\n<p>Output jar:<\/p>\n<p>&#8220;`text<br \/>\nbuild\/libs\/CustomPaintings-1.0.0.jar<br \/>\n&#8220;`<\/p>\n<p>## Install<\/p>\n<p>1. Stop your Paper server.<br \/>\n2. Copy `CustomPaintings-1.0.0.jar` into your server `plugins\/` folder.<br \/>\n3. Start the server.<br \/>\n4. Confirm plugin is enabled:<br \/>\n&#8211; Run `\/plugins`<br \/>\n&#8211; `CustomPaintings` should be green<\/p>\n<p>## Created Folders\/Files<\/p>\n<p>After successful startup, plugin creates:<\/p>\n<p>&#8211; `plugins\/CustomPaintings\/config.yml`<br \/>\n&#8211; `plugins\/CustomPaintings\/uploads\/` (put upload PNGs here)<br \/>\n&#8211; `plugins\/CustomPaintings\/paintings\/` (generated map tile PNGs)<br \/>\n&#8211; `plugins\/CustomPaintings\/paintings.yml` (painting metadata)<\/p>\n<p>## Command Reference<\/p>\n<p>Base command:<\/p>\n<p>&#8220;`text<br \/>\n\/painting<br \/>\n&#8220;`<\/p>\n<p>### 1) List paintings<\/p>\n<p>&#8220;`text<br \/>\n\/painting list<br \/>\n&#8220;`<\/p>\n<p>Shows all registered painting names and dimensions (example `wallart (4&#215;4)`).<\/p>\n<p>### 2) Import painting<\/p>\n<p>&#8220;`text<br \/>\n\/painting import <name> <upload-file.png> [widthMaps] [heightMaps]<br \/>\n&#8220;`<\/p>\n<p>&#8211; `name`: painting id (`a-z`, `0-9`, `_`, `-`, max 32 chars)<br \/>\n&#8211; `upload-file.png`: filename placed in `uploads\/`<br \/>\n&#8211; `widthMaps`: optional, default `1`, range `1..8`<br \/>\n&#8211; `heightMaps`: optional, default `1`, range `1..8`<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n\/painting import mona mona.png<br \/>\n\/painting import castle castle.png 2 2<br \/>\n\/painting import mega_wall panorama.png 4 3<br \/>\n&#8220;`<\/p>\n<p>### 3) Give painting set(s)<\/p>\n<p>&#8220;`text<br \/>\n\/painting give <name> [player] [sets]<br \/>\n&#8220;`<\/p>\n<p>&#8211; `name`: registered painting<br \/>\n&#8211; `player`: optional target player<br \/>\n&#8211; `sets`: optional number of full sets (default `1`, clamped `1..64`)<\/p>\n<p>A set contains all map items required for the mural:<br \/>\n&#8211; `1&#215;1` mural = 1 map per set<br \/>\n&#8211; `2&#215;2` mural = 4 maps per set<br \/>\n&#8211; `4&#215;4` mural = 16 maps per set<\/p>\n<p>Examples:<\/p>\n<p>&#8220;`text<br \/>\n\/painting give mona<br \/>\n\/painting give mona bitz<br \/>\n\/painting give castle bitz 3<br \/>\n&#8220;`<\/p>\n<p>### 4) Remove painting<\/p>\n<p>&#8220;`text<br \/>\n\/painting remove <name><br \/>\n&#8220;`<\/p>\n<p>Deletes metadata and generated tile images for that painting.<\/p>\n<p>### 5) Reload painting index<\/p>\n<p>&#8220;`text<br \/>\n\/painting reload<br \/>\n&#8220;`<\/p>\n<p>Reloads `paintings.yml` without restarting server.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `custompaintings.use` (default: `true`)<br \/>\n&#8211; `custompaintings.admin` (default: `op`)<\/p>\n<p>Admin required for:<br \/>\n&#8211; `\/painting import &#8230;`<br \/>\n&#8211; `\/painting remove &#8230;`<br \/>\n&#8211; `\/painting reload`<\/p>\n<p>## Full Workflow Example (with username `bitz`)<\/p>\n<p>1. Upload `sunset.png` to:<br \/>\n&#8211; `plugins\/CustomPaintings\/uploads\/sunset.png`<\/p>\n<p>2. Import as 2&#215;2 mural:<\/p>\n<p>&#8220;`text<br \/>\n\/painting import sunset sunset.png 2 2<br \/>\n&#8220;`<\/p>\n<p>3. Confirm:<\/p>\n<p>&#8220;`text<br \/>\n\/painting list<br \/>\n&#8220;`<\/p>\n<p>4. Give one set to yourself:<\/p>\n<p>&#8220;`text<br \/>\n\/painting give sunset bitz 1<br \/>\n&#8220;`<\/p>\n<p>5. Place maps in item frames in grid order:<br \/>\n&#8211; Top row left to right<br \/>\n&#8211; Then next row left to right<\/p>\n<p>## Notes on Placement Order<\/p>\n<p>Map display names include tile position like:<\/p>\n<p>&#8220;`text<br \/>\nPainting: sunset [1\/2, 1\/2]<br \/>\n&#8220;`<\/p>\n<p>Meaning:<br \/>\n&#8211; first value pair is horizontal position (`x\/width`)<br \/>\n&#8211; second pair is vertical position (`y\/height`)<\/p>\n<p>Use that to place frames correctly for murals.<\/p>\n<p>## Troubleshooting<\/p>\n<p>### Plugin is red in `\/plugins`<\/p>\n<p>Check console logs on startup for `CustomPaintings` errors.<\/p>\n<p>Common issue fixed in this project:<br \/>\n&#8211; Missing `config.yml` in jar causes:<br \/>\n&#8211; `The embedded resource &#8216;config.yml&#8217; cannot be found`<\/p>\n<p>### Upload folder missing<\/p>\n<p>Folder is:<\/p>\n<p>&#8220;`text<br \/>\nplugins\/CustomPaintings\/uploads<br \/>\n&#8220;`<\/p>\n<p>If it does not exist, plugin likely failed to enable.<\/p>\n<p>### &#8220;Painting not found&#8221;<\/p>\n<p>&#8211; Ensure painting was imported first<br \/>\n&#8211; Check exact painting name in `\/painting list`<\/p>\n<p>### &#8220;Upload file not found&#8221;<\/p>\n<p>&#8211; Verify file exists in `plugins\/CustomPaintings\/uploads\/`<br \/>\n&#8211; Use exact filename including `.png`<\/p>\n<p>### &#8220;Only .png files are supported&#8221;<\/p>\n<p>Convert source to PNG and retry import.<\/p>\n<p>### Mural too large<\/p>\n<p>Max import size is `8&#215;8` maps.<\/p>\n<p>## Data Format<\/p>\n<p>`paintings.yml` stores each painting as:<\/p>\n<p>&#8211; `width`<br \/>\n&#8211; `height`<br \/>\n&#8211; `prefix` (tile filename prefix)<\/p>\n<p>The plugin also supports loading older legacy single-file entries and treating them as `1&#215;1`.<\/p>\n<p>## Upgrade\/Replace Jar Safely<\/p>\n<p>1. Stop server.<br \/>\n2. Replace plugin jar in `plugins\/`.<br \/>\n3. Start server.<br \/>\n4. Run `\/painting reload` if only metadata changed while running.<\/p>\n<p>## Uninstall<\/p>\n<p>1. Stop server.<br \/>\n2. Remove plugin jar from `plugins\/`.<br \/>\n3. (Optional) Delete `plugins\/CustomPaintings\/` data folder.<\/p>\n<p>## License<\/p>\n<p>MIT<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This Plugin Ads Custom Paintings in Minecraft<\/p>\n","protected":false},"featured_media":53200,"template":"","meta":{"_minecraft_slug":"custompaintings","_minecraft_project_id":"dkTi0JRZ","_minecraft_author":"bitz","_minecraft_license":"MIT","_minecraft_downloads":146,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"custompaintings.zip","_minecraft_size_bytes":15722,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:39:25.060557Z","_minecraft_date_created":"2026-03-04T22:04:53.226858Z","_minecraft_date_modified":"2026-03-01T14:56:46.045056Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/custompaintings","_minecraft_icon_attachment_id":53200,"_minecraft_imported_at":"2026-06-02T23:01:31+00:00","_minecraft_import_hash":"ca93fac508d0be59675c9ebe61beba39","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,127,867,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-53199","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-paper","mod_category-social","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CustomPaintings - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CustomPaintings - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This Plugin Ads Custom Paintings in Minecraft\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/\",\"name\":\"CustomPaintings - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custompaintings-icon-e9bfac41adfc24aa2b8258360e2315d22fd83c47_96.webp\",\"datePublished\":\"2026-06-02T23:01:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custompaintings-icon-e9bfac41adfc24aa2b8258360e2315d22fd83c47_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custompaintings-icon-e9bfac41adfc24aa2b8258360e2315d22fd83c47_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custompaintings\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CustomPaintings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CustomPaintings - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/","og_locale":"en_US","og_type":"article","og_title":"CustomPaintings - Minecraft","og_description":"This Plugin Ads Custom Paintings in Minecraft","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/","name":"CustomPaintings - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/custompaintings-icon-e9bfac41adfc24aa2b8258360e2315d22fd83c47_96.webp","datePublished":"2026-06-02T23:01:30+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/custompaintings-icon-e9bfac41adfc24aa2b8258360e2315d22fd83c47_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/custompaintings-icon-e9bfac41adfc24aa2b8258360e2315d22fd83c47_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/custompaintings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"CustomPaintings"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/53199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/53200"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=53199"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=53199"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=53199"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=53199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}