RealMap - Display an image on a map with minecraft style!

This is a discussion topic for the Ore project, RealMap. View the full project on Ore for downloads and more information.


RealMap

About 2.0 for API 8

realmap 2.0 for API 8, WIP but works! except for static images, now it supports GIFs!

commands:

/realmap create map_name file_name
create an image map, the image file should be put into the folder config/realmap/Images, currently do not support URL
permission: realmap.create

/realmap give player_name map_name
give the map created to a player
permission: realmap.give

/realmap toggle
if a gif map be created and it causes performance issues you can use the command to disable the gif map
permission: realmap.toggle

below content for API 7, version 1.0

Useage

You need put this plugin into mods directory not plugins
You need put this plugin into mods directory not plugins
You need put this plugin into mods directory not plugins

This plugin can create a map display an image from an URL or a local file!
Like this:

You can put it into an Item frame:

Or compose a larger one by maps:

Command & Permission

You need put the image file in config/realmap/images before use /realmap create file command
/realmap create file <name> <file_name> >>> realmap.create.file
/realmap create url <name> <URL> >>> realmap.create.url
/realmap give <player> <name> >>> realmap.give
/realmap del <name> >>> realmap.del

Misc

Create an image map from local file is highly recommand !!!
Sorry for my poor English and hope this plugin would be useful to you :grinning:

1 Like

A new version has been released for RealMap, it is available for download here.


Display an image on your map !

A new version has been released for RealMap, it is available for download here.


Update to 7.2.0 and fix a bug cause image map update its data as a normal map.

How can I make bigger images?

Divide the image into small pieces and then put it together, you need Photoshop or other image process tool to finish this.

What exactly is the file that is saved on /world/data? I need to delete it

Firstly, check the meta of the map.
Check Meta

Find the .dat file in /world/data which match the meta, delete it.
https://i.loli.net/2020/04/12/7Ems6DUgjIchy5a.png
https://i.loli.net/2020/04/12/yksdC9F86Kaw5zH.png

1 Like

你是中国用户?
Chinese users are you?
你是我的世界中国(BBS)论坛用户?
You are my world Chinese BBS users?

mcbbs那边我已经发过了,不需要再发

A new version has been released for RealMap, it is available for download here.


Display an image on your map !

Changelog:

  • New command /realmap del (to delete image maps)
  • New command:/realmap give (prevent create duplicate image maps)
  • Some optimization

How do I make it with url? this really confuses me.

/realmap create url TheName https://image_url.png

A new version has been released for RealMap, it is available for download here.


realmap 2.0 for API 8, WIP but works!
except for static images, now it supports GIFs!
commands:

/realmap create
create an image map, the image file should be put into the folder config/realmap/Images, currently do not support URL
permission: realmap.create

/realmap give
give the map created to a player
permission: realmap.give

/realmap toggle
if a gif map be created and it causes performance issues
you can use the command to disable the gif map
permission: realmap.toggle