Skip to content

Commit 14c9fff

Browse files
committed
Fix spigot plugin.yml version
1 parent cfa76e6 commit 14c9fff

File tree

1 file changed

+1
-1
lines changed
  • implementations/spigot/src/main/resources

1 file changed

+1
-1
lines changed

implementations/spigot/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BlueMap
22
description: "A 3d-map of your Minecraft worlds view-able in your browser using three.js (WebGL)"
33
main: de.bluecolored.bluemap.bukkit.BukkitPlugin
4-
version: ${version}
4+
version: "${version}"
55
api-version: 1.13
66
author: "Blue (TBlueF / Lukas Rieger)"
77
website: "https://github.com/BlueMap-Minecraft"

0 commit comments

Comments
 (0)