GPS [1.9 - 1.21] | Global Positioning System For Your Server | icon

GPS [1.9 - 1.21] | Global Positioning System For Your Server | -----

An actual GPS featuring 360° 3D axis arrows, in-game configurator, and advanced path computation!



[1.9.0] Dynmap!
Changes:
  • Dynmap Support: This update allows you to show your GPS setup in Dynmap.
    Below is the GPS setup from my test server:
    [​IMG]
    [​IMG]

    Since this feature is quite significant, an independent configuration file has been dedicated to the Dynmap setup:
    Code (YAML):
    #######################################################################################
    # +---------------------------------------------------------------------------------+ #
    # |    ____                                            _   _                _       | #
    # |   |  _ \  _   _  _ __   _ __ ___    __ _  _ __    | | | |  ___    ___  | | __   | #
    # |   | | | || | | || '_ \ | '_ ` _ \  / _` || '_ \   | |_| | / _ \  / _ \ | |/ /   | #
    # |   | |_| || |_| || | | || | | | | || (_| || |_) |  |  _  || (_) || (_) ||   <    | #
    # |   |____/  \__, ||_| |_||_| |_| |_| \__,_|| .__/   |_| |_| \___/  \___/ |_|\_\   | #
    # |           |___/                          |_|                                    | #
    # |                                                                                 | #
    # +---------------------------------------------------------------------------------+ #
    #######################################################################################

    # Enable or Disable the Dynmap GPS.
    enabled
    : false

    # Name of Marker Set.
    name
    : 'GPS'


    ############################################################
    # +------------------------------------------------------+ #
    # |                    Point settings                    | #
    # +------------------------------------------------------+ #
    ############################################################

    # Enable/Disable the circular point markers.
    pointMarkersEnabled
    : true

    # Radius. Set the radius to 0 to use the update distance as the radius.
    pointRadius
    : 0

    # Set the fill style. Color is in RGB.
    pointFillOpacity
    : 0.2
    pointFillColor
    : 85, 85, 255

    # Set the border style. Color is in RGB.
    pointBorderWeight
    : 2
    pointBorderOpacity
    : 0.7
    pointBorderColor
    : 255, 0, 0

    # Set the clickable popup description on each point.
    # The description is written in HTML Markup.
    pointDescription
    :
     - '<h2>Point
    : %point%</h2>'
     - '<b>Location:</b> %location%<hr>'
     - '<b>Connections:</b>'
     - ' %connectionList%'

    # Set how lines in the connection list appears.
    connectionListLine
    : '<i> %connection%</i>'


    ############################################################
    # +------------------------------------------------------+ #
    # |                 Connection settings                  | #
    # +------------------------------------------------------+ #
    ############################################################

    # Enable/Disable the connection line markers between the point markers.
    connectionMarkersEnabled
    : true

    # Set the connection line style. Color is in RGB.
    connectionLineWeight
    : 4
    connectionLineOpacity
    : 0.4
    connectionLineColor
    : 85, 255, 255
    The file is automatically added.

    The Dynmap feature is disabled by default.
----------, Apr 30, 2018
Resource Information
Author:
----------
Total Downloads: 996
First Release: Mar 4, 2018
Last Update: Dec 17, 2024
Category: ---------------
All-Time Rating:
41 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings