From 051a8511d476559d1fe4477fa667b80234361bf2 Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Sun, 26 Feb 2017 22:10:54 +0100 Subject: [PATCH] Escape version string as yaml treats number signs as comments --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index d145a7a6..86c3d3e6 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ChestShop main: com.Acrobot.ChestShop.ChestShop -version: ${bukkit.plugin.version} +version: '${bukkit.plugin.version}' author: Acrobot authors: [dmulloy2, L4BORG, Phoenix616] description: A chest shop for economy plugins.