mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-26 20:55:50 +01:00
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:
parent
1cc0552450
commit
17e1086c0e
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
@ -6,7 +6,7 @@
|
||||
acidisland:
|
||||
sign:
|
||||
line0: "&1AcidIsland"
|
||||
line1: "[player]"
|
||||
line1: "[name]"
|
||||
line2: "Water is acid!"
|
||||
line3: "Be careful! &c<3"
|
||||
|
@ -6,7 +6,7 @@
|
||||
acidisland:
|
||||
sign:
|
||||
line0: "&1酸水之岛"
|
||||
line1: "[player]"
|
||||
line1: "[name]"
|
||||
line2: "水是酸的!"
|
||||
line3: "要小心哟!&c<3"
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user