As the title says, this release brings integration into your
Dynmap page to give you the option to highlight Virtual Realty plots and be able to click on them to show their ID number and ownership information.
You can even specify which highlight colours to use and what type of plot to highlight:
Code (Text):
# Enables dynmap plots highlighting
enable-dynmap-markers: true
# Choose which type of plots should be highlighted on Dynmap page | Choose from: { ALL, AVAILABLE, OWNED }
dynmap-type: ALL
dynmap-markers:
available:
color: '#80eb34'
opacity: 0.3
owned:
color: '#ffbf00'
opacity: 0.45
Plot creation has been optimized for improved performance and the text now includes the PlotID number for easy reference
We also added the option to have a sound on plot enter/exit!
Code (Text):
# Enables plots enter/leave sounds
plot-sounds: true
Note: If you missed the 1.4.0 update and are now updating to this version, please be aware of the additional features and yml variables that were introduced, read all about it here:
https://www.spigotmc.org/resources/virtual-realty.95599/update?update=421927