LiveAtlas/README.md

53 lines
2.9 KiB
Markdown
Raw Normal View History

2022-01-11 19:38:21 +00:00
# LiveAtlas [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![Discord](https://img.shields.io/discord/390942438061113344?color=8C9CFE&label=discord&logo=discord&logoColor=white)](https://discord.gg/DBduB9qyv3) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JLyne/LiveAtlas/Build)](https://github.com/JLyne/LiveAtlas/actions)
2022-02-28 14:00:35 +00:00
A map frontend built with [Vue.js](https://github.com/vuejs/vue) and Typescript. Supports [Dynmap](https://github.com/webbukkit/dynmap), [Squaremap](https://github.com/jpenilla/squaremap), [Pl3xmap](https://github.com/NeumimTo/Pl3xMap) and [Overviewer](https://github.com/overviewer/Minecraft-Overviewer).
2020-12-17 14:46:48 +00:00
2022-02-28 23:03:09 +00:00
![A LiveAtlas screenshot](https://minecraft.rtgame.co.uk/liveatlas/liveatlas8.png)
2020-12-17 16:09:16 +00:00
2022-02-28 13:57:09 +00:00
LiveAtlas is an alternative frontend which aims to provide a more modern interface and improved performance for busy maps. LiveAtlas is a drop-in replacement for Dynmap; Squaremap, Pl3xmap and Overviewer maps are supported with some additional configuration.
2020-12-17 14:46:48 +00:00
2021-12-28 14:07:46 +00:00
Development is ongoing, but the major features of each map plugin are supported.
2020-12-17 14:46:48 +00:00
2021-05-22 01:55:40 +00:00
You can see it in action [here](https://minecraft.rtgame.co.uk/map/build)
2020-12-17 16:11:16 +00:00
2021-09-07 18:10:40 +00:00
## Supported map features
2022-02-28 13:27:08 +00:00
[See the wiki](https://github.com/JLyne/LiveAtlas/wiki/Supported-Maps-and-Features)
2020-12-17 14:46:48 +00:00
2021-05-16 20:23:02 +00:00
## Supported Browsers
2021-05-25 19:03:19 +00:00
- Chrome 66+
2022-04-01 20:18:27 +00:00
- Edge 80+
2021-05-16 20:23:19 +00:00
- Firefox 60+
2021-05-25 19:03:19 +00:00
- Opera 53+
2021-05-25 22:31:33 +00:00
- Safari 11.1+
2021-05-16 20:23:02 +00:00
2021-09-07 20:17:33 +00:00
IE is not supported
2021-07-18 17:21:50 +00:00
## Download
2022-02-28 19:48:06 +00:00
LiveAtlas is available on [SpigotMC](https://www.spigotmc.org/resources/liveatlas-a-dynmap-frontend-for-the-modern-web.86939/), [Polymart](https://polymart.org/resource/liveatlas-alternative-map-ui.1977) and [MCMarket](https://www.mc-market.org/resources/22740/)
2021-07-18 17:21:50 +00:00
Dev builds are available in [Github actions](https://github.com/JLyne/LiveAtlas/actions/workflows/main.yml)
2020-12-17 14:46:48 +00:00
## Installation
2021-09-07 18:42:06 +00:00
[See the wiki](https://github.com/JLyne/LiveAtlas/wiki/Installation)
2020-12-17 14:46:48 +00:00
## Customisation
2021-12-28 14:07:46 +00:00
The index.html file can be edited to add custom favicons, styles or analytics, just like the map plugins original UIs. All LiveAtlas messages can also be modified here for translation purposes.
2020-12-17 14:46:48 +00:00
You are also free to build LiveAtlas yourself to make further changes.
## Building
First run `npm install` to install LiveAtlas dependencies. You can then either run `npm run serve` to start a local dev server, or `npm run build` to build.
## Support
If you find a bug, please create an issue with as must detail as possible. I'm working on this in my spare time, so fixes are on a best effort basis, but I'll eventually find time for them.
2022-02-28 19:45:49 +00:00
Please do not contact the Dynmap, Squaremap, Pl3xmap or Overviewer teams regarding any issue with LiveAtlas. They will be very upset.
2020-12-19 01:42:08 +00:00
## Donate
If you appreciate my work, feel free to:
2021-01-25 02:07:36 +00:00
<a href='https://ko-fi.com/jlyne' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
2021-01-25 02:06:26 +00:00
___
2021-01-25 02:07:36 +00:00
Cross-browser testing provided by [Browserstack](http://browserstack.com/).