
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
xyz.jpenilla:squaremap-api
Advanced tools
API for extending squaremap, a minimalistic and lightweight world map viewer for Minecraft servers
squaremap 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.
Downloads can be obtained from the releases section.
Development builds are available at https://jenkins.jpenilla.xyz/job/squaremap/
Official squaremap demo: https://squaremap-demo.jpenilla.xyz/
This project is licensed under the MIT license
Leaflet (the web ui frontend) is licensed under 2-clause BSD License
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.
Releases are published to Maven Central
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.3.8</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
compileOnly("xyz.jpenilla", "squaremap-api", "1.3.8")
}
bun install
in the web
directory to install the web UI dependenciesBuild squaremap by invoking the build
task with Gradle.
./gradlew build
The web UI will be automatically built and included in the plugin jar by Gradle when building the plugin.
When using the various run tasks (i.e. :squaremap-paper:runServer
), Gradle will pass the
squaremap.devFrontend=true
and squaremap.frontendPath=<absolute path to ./web>
system properties to
the server. When these properties are present, the plugin will attempt to run the Vite dev server and
proxy requests to it. This allows hot module reloading to work when developing the web UI.
Usage stats for the Paper platform
FAQs
API for extending squaremap, a minimalistic and lightweight world map viewer for Minecraft servers
We found that xyz.jpenilla:squaremap-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.