All Projects → jpenilla → squaremap

jpenilla / squaremap

Licence: other
squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to squaremap

TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (-18.38%)
Mutual labels:  minecraft-mod, minecraft-plugin, sponge-plugin
Fabric-Autoswitch
Automagical switching of tools to the best one for the job, for Minecraft
Stars: ✭ 17 (-90.81%)
Mutual labels:  minecraft-mod, fabricmc-mod
mouse-wheelie
"Small" Minecraft mod focusing on inventory utilities, like scrolling, sorting and auto refilling of items
Stars: ✭ 58 (-68.65%)
Mutual labels:  minecraft-mod, fabricmc-mod
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (-22.7%)
Mutual labels:  minecraft-mod, minecraft-plugin
ClientTweaks
Minecraft Mod. There, I fixed Minecraft for you. Various optional tweaks to improve Minecraft Quality of Life.
Stars: ✭ 13 (-92.97%)
Mutual labels:  minecraft-mod, fabricmc-mod
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (-77.3%)
Mutual labels:  minecraft-mod, fabricmc-mod
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (-0.54%)
Mutual labels:  minecraft-mod, minecraft-plugin
Terra
Voxel world generation modding platform
Stars: ✭ 320 (+72.97%)
Mutual labels:  minecraft-mod, fabricmc-mod
Adorn
A decoration mod for Minecraft 1.14+.
Stars: ✭ 81 (-56.22%)
Mutual labels:  minecraft-mod, fabricmc-mod
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-77.3%)
Mutual labels:  minecraft-mod, fabricmc-mod
ZMusic
全功能Minecraft点歌插件
Stars: ✭ 22 (-88.11%)
Mutual labels:  minecraft-plugin, sponge-plugin
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (-54.59%)
Mutual labels:  minecraft-mod, minecraft-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (-34.05%)
Mutual labels:  minecraft-plugin, sponge-plugin
the-hallow
Fabric Community mod for Hacktoberfest!
Stars: ✭ 14 (-92.43%)
Mutual labels:  minecraft-mod, fabricmc-mod
UniverseGuard2
An easy to use world protection plugin for Sponge
Stars: ✭ 17 (-90.81%)
Mutual labels:  minecraft-plugin, sponge-plugin
FarmingForBlockheads
Minecraft Mod. Adds a seed market with a search bar and a scrolling grid.
Stars: ✭ 26 (-85.95%)
Mutual labels:  minecraft-mod, fabricmc-mod
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (-90.81%)
Mutual labels:  minecraft-mod, fabricmc-mod
modget-minecraft
The Minecraft Mod Package Manager!
Stars: ✭ 47 (-74.59%)
Mutual labels:  minecraft-mod, fabricmc-mod
pyplugins
Python Plugins loader plugin for Minecraft Spigot (Jython)
Stars: ✭ 25 (-86.49%)
Mutual labels:  minecraft-plugin
tianditu-python
天地图切片(瓦片)以及POI下载
Stars: ✭ 92 (-50.27%)
Mutual labels:  map

squaremap

License GitHub Workflow Status Discord

What is squaremap

squaremap (formerly known as Pl3xMap) is a minimalistic and lightweight live world map viewer for Minecraft servers.

squaremap hooks into your Minecraft server as a plugin or mod on a supported platform, then generates and manages a live map of your server, viewable in any web browser.

Features

  • Ultra fast render times. Get your map rendered today, not next week.
  • Simple vanilla-like top down 2D view, designed for navigation.
  • Player markers showing yaw rotation, health, and armor.
  • Easy to setup and configure.
  • Up to date Leaflet front-end.
  • Addons and integrations for many popular plugins.

Supported platforms

Downloads

Downloads can be obtained from the releases section.

Development builds

Development builds are available at https://jenkins.jpenilla.xyz/job/squaremap/

Demo

Official squaremap demo: https://squaremap-demo.jpenilla.xyz/

License

This project is licensed under the MIT license

Leaflet (the web ui frontend) is licensed under 2-clause BSD License

API

squaremap provides simple APIs to draw markers, shapes, icons, and etc. on rendered maps. Javadocs are hosted on the maven repository alongside the binaries, and should be automatically downloaded by your IDE.

Dependency Information

Releases are published to Maven Central

Using snapshot builds

Snapshot builds are available on the Sonatype snapshots maven repository: https://s01.oss.sonatype.org/content/repositories/snapshots/

Consult your build tool's documentation for details on adding maven repositories to your project.

Maven

<dependency>
    <groupId>xyz.jpenilla</groupId>
    <artifactId>squaremap-api</artifactId>
    <version>1.1.8</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    compileOnly("xyz.jpenilla", "squaremap-api", "1.1.8")
}

Building from source

Build squaremap by invoking the build task with Gradle.

./gradlew build

bStats

Usage stats for the Paper platform

bStats Graph Data

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].