SkDynmap by Skylyxx

A Skript addon that let you interact with the Dynmap plugin.

Events

2

Expressions

34

Effects

9

Conditions

3

Types

6

Sections

0

Structures

0

Total

54

SkDynmap v1.2.2 1857 days, 19 hours and 53 minutes ago

This release fix some bugs, and add Skript version to Metrics.


Fix error not showing in sections
Fix ExprMarkerWithID bug
Fix ExprAreaWithID bug
✨ Add Skript Version to Metrics
Update version to 1.2.2
Reformat code
Remove test command

Link: https://github.com/Skylyxx/skdynmap/releases/tag/1.2.2

View Update

SkDynmap v1.2.1 1870 days and 25 minutes ago

SkDynmap v1.2.1 adds support of Skript 2.6-alpha1, but also some bug fixes and optimizations.

Link: https://github.com/Skylyxx/skdynmap/releases/tag/1.2.1

View Update

SkDynmap v1.2 1945 days, 1 hour and 46 minutes ago

SkDynmap v1.2 adds support of chunks for areas locations, with the corners of %chunks% expression. This version add also players visibility support. Finally, it add an event to detect renders.

Adding support of chunks:

corners of %chunks%

command /makechunks:
trigger:
make area:
set id of area to "chunk_id"
set name of area to "Chunks"
set locations of area to corners of {chunk::*}
create area from last area
send "Ok!"

Adding support of players visibility:
%player's% visibility

command /show:
trigger:
set player's visibility to true
send "You are now visible on the map!"

%player% is visible

command /isvisible <player>:
trigger:
if arg-1 is visible:
send "yes"
else:
send "no"

Adding event that detects renders
[on] [[sk]dynmap] [map] render:

on render:
if {skdynmap-disable} is true:
cancel event
send "The render event has been cancelled !" to console

For others questions, you can contact me on Skript Chat's discord: https://discord.gg/uetAHQc

Download: https://github.com/Skylyxx/skdynmap/releases/tag/1.2
Documentation: https://skripthub.net/docs/?addon=SkDynmap or https://docs.skunity.com/syntax/search/addon:Skdynmap

View Update

Updating SkDynmap to v1.1 1974 days, 15 hours and 52 minutes ago

Informations: https://github.com/Skylyxx/skdynmap/releases/tag/1.1

View Update

SkDynmap 2114 days, 3 hours and 35 minutes ago

[ATTACH]5350[/ATTACH]

SkDynmap is a Skript addon that let you interract with the Dynmap Spigot plugin.
SkDynmap allow you to create coloured areas, like this:



This addon is actually in developement, and many features will come later.

Installation:

To install SkDynmap:
- Download Skript and put in the plugins/ folder of your server
- Download SkDynmap and put in the plugins/ folder of your server
- Download Dynmap and put in the plugins/ folder of your server
- Restart your server
- Enjoy !

Documentation: View documentation on SkriptHub and on SkUnity

Support: You can contact me on Discord: @Skylyxx#8816.
More Informations: here

View Update

© Copyright 2014-2026 skUnity

All rights reserved.