Skip to content

Commit 6600281

Browse files
committed
1.4.6
1 parent 74f3115 commit 6600281

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>Oneblock</groupId>
55
<artifactId>Oneblock</artifactId>
6-
<version>1.4.5p</version>
6+
<version>1.4.6</version>
77
<build>
88
<sourceDirectory>${src.dir}</sourceDirectory>
99
<defaultGoal>clean package</defaultGoal>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>Oneblock</groupId>
44
<artifactId>Oneblock</artifactId>
5-
<version>1.4.5p</version>
5+
<version>1.4.6</version>
66
<properties>
77
<java.version>1.8</java.version>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/Oneblock/gui/GUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static void chestGUI(Player p, String chestType) {
105105
if (p == null) return;
106106
List<ItemStack> list = ChestItems.getChest(chestType);
107107

108-
Inventory chestGUI = Bukkit.createInventory(new ChestHolder(), 54, String.format("%s %schest. %s", chestType, ChatColor.BLACK
108+
Inventory chestGUI = Bukkit.createInventory(new ChestHolder(), 54, String.format("%sEdit: %s%s %s", ChatColor.BLACK, ChatColor.DARK_GRAY, chestType
109109
, OBWorldGuard.canUse?"":"[Edit only in premium]"));
110110
for(ItemStack itm : list)
111111
if (itm != null)

src/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Oneblock
22
main: Oneblock.Oneblock
3-
version: 1.4.5p
3+
version: 1.4.6
44
api-version: 1.13
55
author: MrMarL
66
loadbefore: ['Multiverse-Core']

0 commit comments

Comments
 (0)