diff --git a/config/journeymap-common.toml b/config/journeymap-common.toml new file mode 100644 index 0000000..dafc346 --- /dev/null +++ b/config/journeymap-common.toml @@ -0,0 +1,11 @@ + +[admins] + #Default, all Ops have access to Server Admin UI in the Options screen. + #If set to false, only users in the Admin List will have access. + #If set to true, all ops and users in the Admin List will have access. + opAccess = true + #Players in this list have access to the Journeymap's Server Admin Panel + #Add users by name or UUID, Prefer UUID as it is more secure! + #Each value on a new line with the example format provided. (please delete the default values) + serverAdmins = ["mysticdrew", "12341234132"] + diff --git a/journeymap/config/5.7/journeymap.core.config b/journeymap/config/5.7/journeymap.core.config new file mode 100644 index 0000000..192abd9 --- /dev/null +++ b/journeymap/config/5.7/journeymap.core.config @@ -0,0 +1,63 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "logLevel": "INFO", + "autoMapPoll": "2000", + "cacheAnimalsData": "3100", + "cacheMobsData": "3000", + "cachePlayerData": "1000", + "cachePlayersData": "2000", + "cacheVillagersData": "2200", + "announceMod": "true", + "checkUpdates": "true", + "recordCacheStats": "false", + "browserPoll": "2000", + "themeName": "OceanMonument", + "caveIgnoreGlass": "true", + "mapBathymetry": "false", + "mapTopography": "true", + "mapTransparency": "true", + "mapCaveLighting": "true", + "mapAntialiasing": "true", + "mapPlantShadows": "false", + "mapPlants": "false", + "mapCrops": "true", + "mapBlendGrass": "true", + "mapBlendFoliage": "true", + "mapBlendWater": "false", + "mapSurfaceAboveCaves": "true", + "renderDistanceCaveMax": "3", + "renderDistanceSurfaceMax": "7", + "renderDelay": "2", + "revealShape": "Circle", + "alwaysMapCaves": "false", + "alwaysMapSurface": "false", + "tileHighDisplayQuality": "true", + "maxAnimalsData": "32", + "maxMobsData": "32", + "maxPlayersData": "32", + "maxVillagersData": "32", + "hideSneakingEntities": "true", + "radarLateralDistance": "64", + "radarVerticalDistance": "16", + "tileRenderType": "1", + "mappingEnabled": "true", + "renderOverlayEventTypeName": "ALL", + "renderOverlayPreEvent": "true", + "optionsManagerViewed": null, + "splashViewed": null, + "gridSpecs": { + "day": "Squares,#808080,0.5,-1,-1", + "night": "Squares,#8080ff,0.3,-1,-1", + "underground": "Squares,#808080,0.3,-1,-1" + }, + "colorPassive": "#bbbbbb", + "colorHostile": "#ff0000", + "colorPet": "#0077ff", + "colorVillager": "#88e188", + "colorPlayer": "#ffffff", + "colorSelf": "#0000ff", + "verboseColorPalette": "false", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/config/5.7/journeymap.fullmap.config b/journeymap/config/5.7/journeymap.fullmap.config new file mode 100644 index 0000000..ba8f1fb --- /dev/null +++ b/journeymap/config/5.7/journeymap.fullmap.config @@ -0,0 +1,27 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "showKeys": "true", + "playerDisplay": "SmallDots", + "showPlayerHeading": "true", + "mobDisplay": "SmallDots", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1", + "showWaypointLabels": "true", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/config/5.7/journeymap.minimap.config b/journeymap/config/5.7/journeymap.minimap.config new file mode 100644 index 0000000..cf5fe82 --- /dev/null +++ b/journeymap/config/5.7/journeymap.minimap.config @@ -0,0 +1,45 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "gameTimeRealFormat": "HH:mm:ss", + "systemTimeRealFormat": "HH:mm:ss", + "enabled": "true", + "shape": "Circle", + "position": "TopRight", + "showDayNight": "true", + "info1Label": "Blank", + "info2Label": "GameTime", + "info3Label": "Location", + "info4Label": "Biome", + "sizePercent": "30", + "frameAlpha": "100", + "terrainAlpha": "100", + "orientation": "North", + "compassFontScale": "1", + "showCompass": "true", + "showReticle": "true", + "reticleOrientation": "Compass", + "active": true, + "playerDisplay": "SmallDots", + "showPlayerHeading": "true", + "mobDisplay": "SmallDots", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1", + "showWaypointLabels": "true", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/config/5.7/journeymap.minimap2.config b/journeymap/config/5.7/journeymap.minimap2.config new file mode 100644 index 0000000..0801a71 --- /dev/null +++ b/journeymap/config/5.7/journeymap.minimap2.config @@ -0,0 +1,45 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "gameTimeRealFormat": "HH:mm:ss", + "systemTimeRealFormat": "HH:mm:ss", + "enabled": "true", + "shape": "Rectangle", + "position": "TopRight", + "showDayNight": "true", + "info1Label": "Blank", + "info2Label": "GameTime", + "info3Label": "Location", + "info4Label": "Biome", + "sizePercent": "30", + "frameAlpha": "100", + "terrainAlpha": "100", + "orientation": "North", + "compassFontScale": "1", + "showCompass": "true", + "showReticle": "true", + "reticleOrientation": "Compass", + "active": false, + "playerDisplay": "SmallDots", + "showPlayerHeading": "true", + "mobDisplay": "SmallDots", + "showMobHeading": "true", + "showMobs": "true", + "showAnimals": "true", + "showVillagers": "true", + "showPets": "true", + "showPlayers": "true", + "fontScale": "1", + "showWaypointLabels": "true", + "locationFormatVerbose": "true", + "locationFormat": "xzyv", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/config/5.7/journeymap.topo.config b/journeymap/config/5.7/journeymap.topo.config new file mode 100644 index 0000000..af749b4 --- /dev/null +++ b/journeymap/config/5.7/journeymap.topo.config @@ -0,0 +1,10 @@ +// jm.config.file_header_1 +// jm.config.file_header_5 +{ + "showContour": "true", + "landContour": "#3F250B", + "waterContour": "#0000dd", + "land": "#010c02,#041105,#071609,#0a1b0c,#0d200f,#102513,#132a16,#162f19,#19341c,#1b3a20,#1e3f23,#214426,#24492a,#274e2d,#2a5330,#2d5834,#375f41,#41674d,#4b6e5a,#557567,#5f7c73,#698480,#738b8d,#7c929a,#8699a6,#90a1b3,#9aa8c0,#a4afcc,#aeb6d9,#b8bee6,#c2c5f2,#ccccff,#cccfff,#ccd2ff,#ccd6ff,#ccd9ff,#ccdcff,#ccdfff,#cce2ff,#cce5ff,#cce9ff,#ccecff,#ccefff,#ccf2ff,#ccf5ff,#ccf9ff,#ccfcff,#ccffff,#cfffff,#d2ffff,#d6ffff,#d9ffff,#dcffff,#dfffff,#e2ffff,#e5ffff,#e9ffff,#ecffff,#efffff,#f2ffff,#f5ffff,#f9ffff,#fcffff,#ffffff", + "water": "#000040,#02024e,#03035d,#05056b,#070779,#080887,#0a0a96,#0b0ba4,#1a1aaa,#2a2aaf,#3939b5,#4848bb,#5757c0,#6767c6,#7676cc,#8585d2,#9494d7,#a4a4dd,#b3b3e3,#c2c2e8,#d1d1ee,#d7d7f0,#ddddf2,#e2e2f4,#e8e8f6,#eeeef9,#f4f4fb,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/config/5.7/journeymap.waypoint.config b/journeymap/config/5.7/journeymap.waypoint.config new file mode 100644 index 0000000..5809d94 --- /dev/null +++ b/journeymap/config/5.7/journeymap.waypoint.config @@ -0,0 +1,26 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "managerEnabled": "true", + "beaconEnabled": "true", + "showTexture": "true", + "showStaticBeam": "true", + "showRotatingBeam": "true", + "showName": "true", + "showDistance": "true", + "autoHideLabel": "true", + "boldLabel": "false", + "fontScale": "2", + "textureSmall": "true", + "maxDistance": "0", + "minDistance": "4", + "createDeathpoints": "true", + "autoRemoveDeathpoints": "false", + "autoRemoveDeathpointDistance": "2", + "showDeathpointlabel": "true", + "teleportCommand": "/tp {name} {x} {y} {z}", + "dateFormat": "MM-dd-yyyy", + "timeFormat": "HH:mm:ss", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/config/5.7/journeymap.webmap.config b/journeymap/config/5.7/journeymap.webmap.config new file mode 100644 index 0000000..a4ed35c --- /dev/null +++ b/journeymap/config/5.7/journeymap.webmap.config @@ -0,0 +1,15 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "enabled": "false", + "port": "8080", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "true", + "showCaves": "true", + "showEntityNames": "true", + "preferredMapType": "day", + "zoomLevel": "0", + "configVersion": "5.7.0dev" +} \ No newline at end of file diff --git a/journeymap/icon/theme/default.theme.config b/journeymap/icon/theme/default.theme.config new file mode 100644 index 0000000..b84c195 --- /dev/null +++ b/journeymap/icon/theme/default.theme.config @@ -0,0 +1,5 @@ +{ + "directory": "flat", + "filename": "OceanMonument", + "name": "OceanMonument" +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/DesertTemple.theme2.json b/journeymap/icon/theme/flat/DesertTemple.theme2.json new file mode 100644 index 0000000..23ca7ad --- /dev/null +++ b/journeymap/icon/theme/flat/DesertTemple.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "DesertTemple", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#B7521E", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#803915", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#803915", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/EndCity.theme2.json b/journeymap/icon/theme/flat/EndCity.theme2.json new file mode 100644 index 0000000..ac760c8 --- /dev/null +++ b/journeymap/icon/theme/flat/EndCity.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "EndCity", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#5A5470", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#362744", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#362744", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/ForestMansion.theme2.json b/journeymap/icon/theme/flat/ForestMansion.theme2.json new file mode 100644 index 0000000..f6c16a8 --- /dev/null +++ b/journeymap/icon/theme/flat/ForestMansion.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "ForestMansion", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#1b6f1b", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#114511", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#114511", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/NetherFortress.theme2.json b/journeymap/icon/theme/flat/NetherFortress.theme2.json new file mode 100644 index 0000000..2e2a800 --- /dev/null +++ b/journeymap/icon/theme/flat/NetherFortress.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "NetherFortress", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#6f3634", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#760000", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#760000", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/OceanMonument.theme2.json b/journeymap/icon/theme/flat/OceanMonument.theme2.json new file mode 100644 index 0000000..fba00b3 --- /dev/null +++ b/journeymap/icon/theme/flat/OceanMonument.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "OceanMonument", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#212a87", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#303dc1", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#555555", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#212a87", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#212a87", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Purist.theme2.json b/journeymap/icon/theme/flat/Purist.theme2.json new file mode 100644 index 0000000..9d28920 --- /dev/null +++ b/journeymap/icon/theme/flat/Purist.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Purist", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + } + } + } + }, + "control": { + "button": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#222222", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.6 + }, + "foreground": { + "color": "#dddddd", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 20, + "height": 20, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Stronghold.theme2.json b/journeymap/icon/theme/flat/Stronghold.theme2.json new file mode 100644 index 0000000..9d09158 --- /dev/null +++ b/journeymap/icon/theme/flat/Stronghold.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Stronghold", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#222222", + "alpha": 1.0 + }, + "iconOff": { + "color": "#000000", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconOff": { + "color": "#555555", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#111111", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#111111", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#111111", + "alpha": 0.7 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/container/htoolbar_begin.png b/journeymap/icon/theme/flat/container/htoolbar_begin.png new file mode 100644 index 0000000..fcb77a2 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_begin.png differ diff --git a/journeymap/icon/theme/flat/container/htoolbar_end.png b/journeymap/icon/theme/flat/container/htoolbar_end.png new file mode 100644 index 0000000..fcb77a2 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_end.png differ diff --git a/journeymap/icon/theme/flat/container/htoolbar_inner.png b/journeymap/icon/theme/flat/container/htoolbar_inner.png new file mode 100644 index 0000000..a8947b5 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_inner.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_begin.png b/journeymap/icon/theme/flat/container/vtoolbar_begin.png new file mode 100644 index 0000000..7f41dc8 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_begin.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_end.png b/journeymap/icon/theme/flat/container/vtoolbar_end.png new file mode 100644 index 0000000..7f41dc8 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_end.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_inner.png b/journeymap/icon/theme/flat/container/vtoolbar_inner.png new file mode 100644 index 0000000..a8947b5 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_inner.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_disabled.png b/journeymap/icon/theme/flat/control/flat_button_disabled.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_disabled.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_hover.png b/journeymap/icon/theme/flat/control/flat_button_hover.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_hover.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_off.png b/journeymap/icon/theme/flat/control/flat_button_off.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_off.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_on.png b/journeymap/icon/theme/flat/control/flat_button_on.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_on.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_disabled.png b/journeymap/icon/theme/flat/control/flat_toggle_disabled.png new file mode 100644 index 0000000..00bb4ba Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_disabled.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_hover.png b/journeymap/icon/theme/flat/control/flat_toggle_hover.png new file mode 100644 index 0000000..e395fd7 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_hover.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_off.png b/journeymap/icon/theme/flat/control/flat_toggle_off.png new file mode 100644 index 0000000..00bb4ba Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_off.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_on.png b/journeymap/icon/theme/flat/control/flat_toggle_on.png new file mode 100644 index 0000000..193ea42 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_on.png differ diff --git a/journeymap/icon/theme/flat/icon/about.png b/journeymap/icon/theme/flat/icon/about.png new file mode 100644 index 0000000..cc6c8d0 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/about.png differ diff --git a/journeymap/icon/theme/flat/icon/actions.png b/journeymap/icon/theme/flat/icon/actions.png new file mode 100644 index 0000000..5ebc49e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/actions.png differ diff --git a/journeymap/icon/theme/flat/icon/alert.png b/journeymap/icon/theme/flat/icon/alert.png new file mode 100644 index 0000000..00c84ee Binary files /dev/null and b/journeymap/icon/theme/flat/icon/alert.png differ diff --git a/journeymap/icon/theme/flat/icon/animals.png b/journeymap/icon/theme/flat/icon/animals.png new file mode 100644 index 0000000..e0625e4 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/animals.png differ diff --git a/journeymap/icon/theme/flat/icon/automap.png b/journeymap/icon/theme/flat/icon/automap.png new file mode 100644 index 0000000..c358bd4 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/automap.png differ diff --git a/journeymap/icon/theme/flat/icon/biome.png b/journeymap/icon/theme/flat/icon/biome.png new file mode 100644 index 0000000..5a24f1b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/biome.png differ diff --git a/journeymap/icon/theme/flat/icon/browser.png b/journeymap/icon/theme/flat/icon/browser.png new file mode 100644 index 0000000..81c3d2b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/browser.png differ diff --git a/journeymap/icon/theme/flat/icon/caves.png b/journeymap/icon/theme/flat/icon/caves.png new file mode 100644 index 0000000..f71320b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/caves.png differ diff --git a/journeymap/icon/theme/flat/icon/close.png b/journeymap/icon/theme/flat/icon/close.png new file mode 100644 index 0000000..c4c5c19 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/close.png differ diff --git a/journeymap/icon/theme/flat/icon/day.png b/journeymap/icon/theme/flat/icon/day.png new file mode 100644 index 0000000..b642c5f Binary files /dev/null and b/journeymap/icon/theme/flat/icon/day.png differ diff --git a/journeymap/icon/theme/flat/icon/delete.png b/journeymap/icon/theme/flat/icon/delete.png new file mode 100644 index 0000000..bf4f4de Binary files /dev/null and b/journeymap/icon/theme/flat/icon/delete.png differ diff --git a/journeymap/icon/theme/flat/icon/disable.png b/journeymap/icon/theme/flat/icon/disable.png new file mode 100644 index 0000000..79c7d08 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/disable.png differ diff --git a/journeymap/icon/theme/flat/icon/follow.png b/journeymap/icon/theme/flat/icon/follow.png new file mode 100644 index 0000000..d4bb46d Binary files /dev/null and b/journeymap/icon/theme/flat/icon/follow.png differ diff --git a/journeymap/icon/theme/flat/icon/grid.png b/journeymap/icon/theme/flat/icon/grid.png new file mode 100644 index 0000000..f824ee2 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/grid.png differ diff --git a/journeymap/icon/theme/flat/icon/keys.png b/journeymap/icon/theme/flat/icon/keys.png new file mode 100644 index 0000000..322f64c Binary files /dev/null and b/journeymap/icon/theme/flat/icon/keys.png differ diff --git a/journeymap/icon/theme/flat/icon/layers.png b/journeymap/icon/theme/flat/icon/layers.png new file mode 100644 index 0000000..e5816bf Binary files /dev/null and b/journeymap/icon/theme/flat/icon/layers.png differ diff --git a/journeymap/icon/theme/flat/icon/monsters.png b/journeymap/icon/theme/flat/icon/monsters.png new file mode 100644 index 0000000..58d4274 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/monsters.png differ diff --git a/journeymap/icon/theme/flat/icon/night.png b/journeymap/icon/theme/flat/icon/night.png new file mode 100644 index 0000000..bb5260e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/night.png differ diff --git a/journeymap/icon/theme/flat/icon/options.png b/journeymap/icon/theme/flat/icon/options.png new file mode 100644 index 0000000..74c4010 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/options.png differ diff --git a/journeymap/icon/theme/flat/icon/pets.png b/journeymap/icon/theme/flat/icon/pets.png new file mode 100644 index 0000000..93b4451 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/pets.png differ diff --git a/journeymap/icon/theme/flat/icon/players.png b/journeymap/icon/theme/flat/icon/players.png new file mode 100644 index 0000000..caacf48 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/players.png differ diff --git a/journeymap/icon/theme/flat/icon/reset.png b/journeymap/icon/theme/flat/icon/reset.png new file mode 100644 index 0000000..c0728ab Binary files /dev/null and b/journeymap/icon/theme/flat/icon/reset.png differ diff --git a/journeymap/icon/theme/flat/icon/savemap.png b/journeymap/icon/theme/flat/icon/savemap.png new file mode 100644 index 0000000..993a5db Binary files /dev/null and b/journeymap/icon/theme/flat/icon/savemap.png differ diff --git a/journeymap/icon/theme/flat/icon/search.png b/journeymap/icon/theme/flat/icon/search.png new file mode 100644 index 0000000..7c1469e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/search.png differ diff --git a/journeymap/icon/theme/flat/icon/server.png b/journeymap/icon/theme/flat/icon/server.png new file mode 100644 index 0000000..0835ec1 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/server.png differ diff --git a/journeymap/icon/theme/flat/icon/theme.png b/journeymap/icon/theme/flat/icon/theme.png new file mode 100644 index 0000000..9726f6b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/theme.png differ diff --git a/journeymap/icon/theme/flat/icon/topo.png b/journeymap/icon/theme/flat/icon/topo.png new file mode 100644 index 0000000..e057d72 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/topo.png differ diff --git a/journeymap/icon/theme/flat/icon/villagers.png b/journeymap/icon/theme/flat/icon/villagers.png new file mode 100644 index 0000000..5c66090 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/villagers.png differ diff --git a/journeymap/icon/theme/flat/icon/waypoints.png b/journeymap/icon/theme/flat/icon/waypoints.png new file mode 100644 index 0000000..b3bc080 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/waypoints.png differ diff --git a/journeymap/icon/theme/flat/icon/zoomin.png b/journeymap/icon/theme/flat/icon/zoomin.png new file mode 100644 index 0000000..5d50281 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/zoomin.png differ diff --git a/journeymap/icon/theme/flat/icon/zoomout.png b/journeymap/icon/theme/flat/icon/zoomout.png new file mode 100644 index 0000000..a6f0ec7 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/zoomout.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png b/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png new file mode 100644 index 0000000..ac17ea4 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png b/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png new file mode 100644 index 0000000..a3edba0 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png b/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png new file mode 100644 index 0000000..b2579c1 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png b/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png new file mode 100644 index 0000000..b2c5403 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png b/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png new file mode 100644 index 0000000..21e6d0e Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png b/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png new file mode 100644 index 0000000..bf0a443 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png b/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png new file mode 100644 index 0000000..8f8d737 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png b/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png new file mode 100644 index 0000000..ff39b7c Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png b/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png new file mode 100644 index 0000000..6eb30a6 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png b/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png new file mode 100644 index 0000000..6a4a104 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottom.png b/journeymap/icon/theme/flat/minimap/square/flat_bottom.png new file mode 100644 index 0000000..26fbad7 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottom.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png b/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png new file mode 100644 index 0000000..83edcad Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png b/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png new file mode 100644 index 0000000..f18bd68 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png b/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png new file mode 100644 index 0000000..32a4623 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_left.png b/journeymap/icon/theme/flat/minimap/square/flat_left.png new file mode 100644 index 0000000..be32e52 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_left.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_right.png b/journeymap/icon/theme/flat/minimap/square/flat_right.png new file mode 100644 index 0000000..27b9a0a Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_right.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_top.png b/journeymap/icon/theme/flat/minimap/square/flat_top.png new file mode 100644 index 0000000..030a7bb Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_top.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_topleft.png b/journeymap/icon/theme/flat/minimap/square/flat_topleft.png new file mode 100644 index 0000000..c8af2a6 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_topleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_topright.png b/journeymap/icon/theme/flat/minimap/square/flat_topright.png new file mode 100644 index 0000000..cddd4b9 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_topright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottom.png b/journeymap/icon/theme/flat/minimap/square/pur_bottom.png new file mode 100644 index 0000000..eac9258 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottom.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png b/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png new file mode 100644 index 0000000..cdec5c4 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png b/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png new file mode 100644 index 0000000..35681fe Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png b/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png new file mode 100644 index 0000000..32a4623 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_left.png b/journeymap/icon/theme/flat/minimap/square/pur_left.png new file mode 100644 index 0000000..a0c8071 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_left.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_right.png b/journeymap/icon/theme/flat/minimap/square/pur_right.png new file mode 100644 index 0000000..2437731 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_right.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_top.png b/journeymap/icon/theme/flat/minimap/square/pur_top.png new file mode 100644 index 0000000..01d3f35 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_top.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_topleft.png b/journeymap/icon/theme/flat/minimap/square/pur_topleft.png new file mode 100644 index 0000000..21acb44 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_topleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_topright.png b/journeymap/icon/theme/flat/minimap/square/pur_topright.png new file mode 100644 index 0000000..635bf91 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_topright.png differ diff --git a/journeymap/journeymap.log b/journeymap/journeymap.log new file mode 100644 index 0000000..1b1949e --- /dev/null +++ b/journeymap/journeymap.log @@ -0,0 +1,39 @@ +[12:22:04] [Render thread/INFO] [JMLogger] JourneyMap log initialized. +[12:22:04] [Render thread/INFO] [JourneymapClient] initialize ENTER +[12:22:04] [Render thread/INFO] [PropertiesBase] core (FirstLoaded) Setting config file to version "5.7.0dev": journeymap.core.config +[12:22:04] [Render thread/INFO] [PropertiesBase] core (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.core.config +[12:22:05] [Render thread/INFO] [PropertiesBase] fullmap (FirstLoaded) Setting config file to version "5.7.0dev": journeymap.fullmap.config +[12:22:05] [Render thread/INFO] [PropertiesBase] fullmap (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.fullmap.config +[12:22:05] [Render thread/INFO] [PropertiesBase] minimap (Initialized) Setting config file to version "5.7.0dev": journeymap.minimap.config +[12:22:05] [Render thread/INFO] [PropertiesBase] minimap (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.minimap.config +[12:22:05] [Render thread/INFO] [PropertiesBase] minimap2 (FirstLoaded) Setting config file to version "5.7.0dev": journeymap.minimap2.config +[12:22:05] [Render thread/INFO] [PropertiesBase] minimap2 (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.minimap2.config +[12:22:05] [Render thread/INFO] [PropertiesBase] topo (FirstLoaded) Setting config file to version "5.7.0dev": journeymap.topo.config +[12:22:05] [Render thread/INFO] [PropertiesBase] topo (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.topo.config +[12:22:05] [Render thread/INFO] [PropertiesBase] webmap (FirstLoaded) Setting config file to version "5.7.0dev": journeymap.webmap.config +[12:22:05] [Render thread/INFO] [PropertiesBase] webmap (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.webmap.config +[12:22:05] [Render thread/INFO] [PropertiesBase] waypoint (FirstLoaded) Setting config file to version "5.7.0dev": journeymap.waypoint.config +[12:22:05] [Render thread/INFO] [PropertiesBase] waypoint (Valid) Creating config file: F:\Games\Minecraft\Instances\Fellies\journeymap\config\5.7\journeymap.waypoint.config +[12:22:05] [Render thread/WARN] [Constants] Couldn't determine locale from game settings, defaulting to en_US +[12:22:05] [Render thread/INFO] [?] Version: JourneyMap @MCVERSION@-5.7.0dev, built with Forge @FORGEVERSION@ +Forge: 31.1.46 +Environment: os.name, os.arch, java.version, user.country, user.language=null, game language=en_us, locale=en_US +Features: + RadarPlayers : singleplayer = true , multiplayer = true + RadarAnimals : singleplayer = true , multiplayer = true + RadarMobs : singleplayer = true , multiplayer = true + RadarVillagers : singleplayer = true , multiplayer = true + MapTopo : singleplayer = true , multiplayer = true + MapSurface : singleplayer = true , multiplayer = true + MapCaves : singleplayer = true , multiplayer = true +MiniMapProperties{state=SavedOk, file=journeymap.minimap.config, configVersion=5.7.0dev, zoomLevel=0, showPlayers=true, frameAlpha=100, compassFontScale=1, terrainAlpha=100, showEntityNames=true, enabled=true, showPlayerHeading=true, showVillagers=true, info2Label=jm.theme.labelsource.gametime, sizePercent=30, showDayNight=true, info3Label=jm.theme.labelsource.location, showMobs=true, showPets=true, preferredMapType=day, showCompass=true, mobDisplay=jm.common.entity_display.small_dots, showReticle=true, orientation=jm.minimap.orientation.north, systemTimeRealFormat=HH:mm:ss, shape=jm.minimap.shape_circle, showSelf=true, info4Label=jm.theme.labelsource.biome, locationFormat=xzyv, playerDisplay=jm.common.entity_display.small_dots, showGrid=true, reticleOrientation=jm.minimap.orientation.compass, gameTimeRealFormat=HH:mm:ss, showWaypoints=true, showCaves=true, showAnimals=true, showMobHeading=true, showWaypointLabels=true, locationFormatVerbose=true, position=jm.minimap.position_topright, info1Label=jm.theme.labelsource.blank, fontScale=1} +MiniMapProperties{state=SavedOk, file=journeymap.minimap2.config, configVersion=5.7.0dev, zoomLevel=0, showPlayers=true, frameAlpha=100, compassFontScale=1, terrainAlpha=100, showEntityNames=true, enabled=true, showPlayerHeading=true, showVillagers=true, info2Label=jm.theme.labelsource.gametime, sizePercent=30, showDayNight=true, info3Label=jm.theme.labelsource.location, showMobs=true, showPets=true, preferredMapType=day, showCompass=true, mobDisplay=jm.common.entity_display.small_dots, showReticle=true, orientation=jm.minimap.orientation.north, systemTimeRealFormat=HH:mm:ss, shape=jm.minimap.shape_rectangle, showSelf=true, info4Label=jm.theme.labelsource.biome, locationFormat=xzyv, playerDisplay=jm.common.entity_display.small_dots, showGrid=true, reticleOrientation=jm.minimap.orientation.compass, gameTimeRealFormat=HH:mm:ss, showWaypoints=true, showCaves=true, showAnimals=true, showMobHeading=true, showWaypointLabels=true, locationFormatVerbose=true, position=jm.minimap.position_topright, info1Label=jm.theme.labelsource.blank, fontScale=1} +FullMapProperties{state=SavedOk, file=journeymap.fullmap.config, configVersion=5.7.0dev, mobDisplay=jm.common.entity_display.small_dots, zoomLevel=0, showPlayers=true, showSelf=true, locationFormat=xzyv, playerDisplay=jm.common.entity_display.small_dots, showGrid=true, showEntityNames=true, showPlayerHeading=true, showVillagers=true, showWaypoints=true, showCaves=true, showAnimals=true, showMobHeading=true, showKeys=true, showWaypointLabels=true, locationFormatVerbose=true, showMobs=true, showPets=true, fontScale=1, preferredMapType=day} +WaypointProperties{state=SavedOk, file=journeymap.waypoint.config, configVersion=5.7.0dev, autoRemoveDeathpointDistance=2, createDeathpoints=true, showName=true, dateFormat=MM-dd-yyyy, autoRemoveDeathpoints=false, maxDistance=0, autoHideLabel=true, teleportCommand=/tp {name} {x} {y} {z}, showStaticBeam=true, minDistance=4, timeFormat=HH:mm:ss, boldLabel=false, textureSmall=true, showDeathpointlabel=true, showDistance=true, showRotatingBeam=true, fontScale=2, showTexture=true, managerEnabled=true, beaconEnabled=true} +WebMapProperties{state=SavedOk, file=journeymap.webmap.config, configVersion=5.7.0dev, zoomLevel=0, showWaypoints=true, showCaves=true, showSelf=true, port=8080, showGrid=true, showEntityNames=true, enabled=false, preferredMapType=day} +CoreProperties{state=SavedOk, file=journeymap.core.config, configVersion=5.7.0dev, verboseColorPalette=false, maxPlayersData=32, mapSurfaceAboveCaves=true, optionsManagerViewed=null, announceMod=true, colorPassive=#bbbbbb, renderOverlayEventTypeName=ALL, mapBlendWater=false, renderDistanceSurfaceMax=7, radarVerticalDistance=16, mapBlendGrass=true, recordCacheStats=false, hideSneakingEntities=true, revealShape=jm.minimap.shape_circle, alwaysMapSurface=false, colorVillager=#88e188, mapPlants=false, colorPet=#0077ff, radarLateralDistance=64, mapBathymetry=false, mapCrops=true, maxMobsData=32, mapPlantShadows=false, alwaysMapCaves=false, checkUpdates=true, browserPoll=2000, mapBlendFoliage=true, mappingEnabled=true, colorPlayer=#ffffff, tileHighDisplayQuality=true, cacheVillagersData=2200, logLevel=INFO, maxVillagersData=32, maxAnimalsData=32, mapTransparency=true, tileRenderType=1, caveIgnoreGlass=true, mapTopography=true, renderDistanceCaveMax=3, mapAntialiasing=true, colorSelf=#0000ff, cachePlayersData=2000, cacheMobsData=3000, cachePlayerData=1000, splashViewed=null, colorHostile=#ff0000, cacheAnimalsData=3100, themeName=OceanMonument, mapCaveLighting=true, renderDelay=2, renderOverlayPreEvent=true, autoMapPoll=2000} +[12:22:05] [Render thread/INFO] [ClientAPI] [ClientAPI] built with JourneyMap API 1.5-SNAPSHOT +[12:22:05] [Render thread/INFO] [PluginHelper] Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI +[12:22:05] [Render thread/INFO] [JourneymapClient] initialize EXIT, elapsed count 0 avg ?ms +[12:22:05] [Render thread/INFO] [IconSetFileHandler] Added entity icons from journeymap:icon/entity. Success: false +[12:22:05] [Render thread/INFO] [ThemeLoader] Preloaded theme textures: 73 diff --git a/mods/journeymap-1.15.2-5.7.0beta1.jar b/mods/journeymap-1.15.2-5.7.0beta1.jar new file mode 100644 index 0000000..62c040f Binary files /dev/null and b/mods/journeymap-1.15.2-5.7.0beta1.jar differ diff --git a/usercache.json b/usercache.json new file mode 100644 index 0000000..a662ac9 --- /dev/null +++ b/usercache.json @@ -0,0 +1 @@ +[{"name":"Citali","uuid":"87c0acc6-ec6e-4456-b256-b871edc60813","expiresOn":"2020-05-21 12:17:32 +0200"}] \ No newline at end of file diff --git a/usernamecache.json b/usernamecache.json new file mode 100644 index 0000000..26a711d --- /dev/null +++ b/usernamecache.json @@ -0,0 +1,3 @@ +{ + "87c0acc6-ec6e-4456-b256-b871edc60813": "Citali" +} \ No newline at end of file