This plugin allows the server to give a "read-only" map with an image you provide (in the form of .png, .jpg, etc file) upon joining.

You can only view the map and as soon as you switch an item, drop the map, or move the map, the map will be removed.

NOTE: The map is 128×128 pixels in size. If you want to put a text on a map, make sure that texts are readable in 128×128 resolution.

Support:
To receive any support for this plugin, please submit a support ticket here.

Demo Video:




Command:
  • /showmap or /showmap map : issue the read-only map
  • /showmap help : displays the help menu.

Permissions:
  • showmap.map : allows you to use /showmap, /showmap map to get another map.
How to Install:
copy ShowMap.jar into plugins folder.

Configuration:

# +------------------------------------------------------------+ #
# ShowMap Configuration
# +------------------------------------------------------------+ #

# NOTE: Do NOT put tabs anywhere in the config!

Messages:
  ErrorMsg : "&c[ShowMap] : Some error occured."

HelpMessages:
  banner:
    msg: "=== &e[&aShowMap Commands List (%version%)&e] &r==="
  help:
    msg: "&a/showmap help : displays this help menu."
  reload:
    msg: "&a/showmap reload : reloads config file."
    permission: "showmap.reload"
  debug:
    msg: "&a/showmap debug <true|false> : turn on / off the debug mode."
    permission: "showmap.debug"

# if this option is set to true, the map will be shown to a player every time s/he login. (default: false)
ShowAtEveryLogin: false

# the slot number which is used to place the read-only map.
LoginInfo:
  Slot: 0

#  The first image will be used as the image first given to a user.
# . The user can toggle through all images with left/right clicks
Images:
  - join.png
#  - 2ndimage.png
#  - 3rdimage.png