Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpenilla/squaremap-addons
Various addons for squaremap
https://github.com/jpenilla/squaremap-addons
map minecraft-plugin minecraft-server papermc papermc-plugin squaremap squaremap-addon
Last synced: 13 days ago
JSON representation
Various addons for squaremap
- Host: GitHub
- URL: https://github.com/jpenilla/squaremap-addons
- Owner: jpenilla
- Created: 2021-12-22T00:29:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T18:41:29.000Z (20 days ago)
- Last Synced: 2024-10-27T06:25:42.381Z (18 days ago)
- Topics: map, minecraft-plugin, minecraft-server, papermc, papermc-plugin, squaremap, squaremap-addon
- Language: Java
- Homepage:
- Size: 548 KB
- Stars: 12
- Watchers: 3
- Forks: 13
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# squaremap-addons
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jpenilla/squaremap-addons/build.yml?branch=master)](https://github.com/jpenilla/squaremap-addons/actions)
[![Discord](https://img.shields.io/discord/390942438061113344?color=8C9CFE&label=discord&logo=discord&logoColor=white)](https://discord.gg/PHpuzZS)Various addons for [squaremap](https://github.com/jpenilla/squaremap)
## Addon list
- [squaremap-banners](https://github.com/jpenilla/squaremap-addons/tree/master/addons/banners)
- Shows banners on the map in a similar way to vanilla maps
- [squaremap-claimchunk](https://github.com/jpenilla/squaremap-addons/tree/master/addons/claimchunk)
- [ClaimChunk](https://www.spigotmc.org/resources/claimchunk.44458/) integration for squaremap
- [squaremap-deathspot](https://github.com/jpenilla/squaremap-addons/tree/master/addons/deathspot)
- DeathSpot addon for squaremap
- [squaremap-essentialsx](https://github.com/jpenilla/squaremap-addons/tree/master/addons/essentialsx)
- [EssentialsX](https://essentialsx.net/) integration for squaremap
- [squaremap-griefprevention](https://github.com/jpenilla/squaremap-addons/tree/master/addons/griefprevention)
- [GriefPrevention](https://www.spigotmc.org/resources/griefprevention.1884/) integration for squaremap
- [squaremap-mobs](https://github.com/jpenilla/squaremap-addons/tree/master/addons/mobs)
- Shows mobs on squaremap
- [squaremap-signs](https://github.com/jpenilla/squaremap-addons/tree/master/addons/signs)
- Shows placed signs on squaremap
- [squaremap-skins](https://github.com/jpenilla/squaremap-addons/tree/master/addons/skins)
- Custom skin support for squaremap
- [squaremap-vanish](https://github.com/jpenilla/squaremap-addons/tree/master/addons/vanish)
- Integration with various vanish plugins for squaremap
- [squaremap-worldguard](https://github.com/jpenilla/squaremap-addons/tree/master/addons/worldguard)
- [WorldGuard](https://enginehub.org/worldguard/) integration for squaremap## Download
Download the latest builds from [this link](https://nightly.link/jpenilla/squaremap-addons/workflows/build/master/artifacts.zip)## Building from source
Build squaremap-addons by invoking the `build` task with Gradle.
```
./gradlew build
```Built artifacts will be saved in `./build/libs/`.
## Note
The source code for some modules is derivative of works in the following repositories:
- squaremap-banners: [Pl3xMap-Banners](https://github.com/granny/Pl3xMap-Banners)
- squaremap-claimchunk: [Pl3xMap-ClaimChunk](https://github.com/pl3xgaming/Pl3xMap-ClaimChunk)
- squaremap-deathspot: [Pl3xMap-DeathSpot](https://github.com/pl3xgaming/Pl3xMap-DeathSpot)
- squaremap-essentialsx: [Pl3xMap-Essentials](https://github.com/pl3xgaming/Pl3xMap-Essentials)
- squaremap-griefprevention: [Pl3xMap-GriefPrevention](https://github.com/pl3xgaming/Pl3xMap-GriefPrevention)
- squaremap-mobs: [Pl3xMap-Mobs](https://github.com/pl3xgaming/Pl3xMap-Mobs)
- squaremap-signs: [Pl3xMap-Signs](https://github.com/pl3xgaming/Pl3xMap-Signs)
- squaremap-skins: [Pl3xMap-Skins](https://github.com/pl3xgaming/Pl3xMap-Skins)
- squaremap-worldguard: [Pl3xMap-WorldGuard](https://github.com/pl3xgaming/Pl3xMap-WorldGuard)