Updated to enable the start sign to use the locale file.

Requires latest version of BentoBox

https://github.com/BentoBoxWorld/bentobox/issues/372
This commit is contained in:
tastybento 2018-12-20 14:00:39 -08:00
parent 1cc0552450
commit 17e1086c0e
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId>
<artifactId>AcidIsland</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.2-SNAPSHOT</version>
<name>AcidIsland</name>
<description>AcidIsland is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like ASkyBlock or AcidIsland.</description>
@ -91,7 +91,7 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -6,7 +6,7 @@
acidisland:
sign:
line0: "&1AcidIsland"
line1: "[player]"
line1: "[name]"
line2: "Water is acid!"
line3: "Be careful! &c<3"

View File

@ -6,7 +6,7 @@
acidisland:
sign:
line0: "&1酸水之岛"
line1: "[player]"
line1: "[name]"
line2: "水是酸的!"
line3: "要小心哟!&c<3"