Merge pull request #32 from ShadowRanger/master

Minor change + version bump
This commit is contained in:
ShadowRanger
2015-07-21 09:45:36 +10:00
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<groupId>com.lishid</groupId> <groupId>com.lishid</groupId>
<artifactId>openinv</artifactId> <artifactId>openinv</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>2.3.2</version> <version>2.3.3</version>
<name>OpenInv</name> <name>OpenInv</name>
<url>http://dev.bukkit.org/bukkit-plugins/openinv/</url> <url>http://dev.bukkit.org/bukkit-plugins/openinv/</url>

View File

@@ -151,7 +151,7 @@ public class OpenInv extends JavaPlugin {
} }
public static boolean getPlayerAnyChestStatus(Player player) { public static boolean getPlayerAnyChestStatus(Player player) {
return mainPlugin.getConfig().getBoolean("toggles.any-chest." + player.getUniqueId(), false); return mainPlugin.getConfig().getBoolean("toggles.any-chest." + player.getUniqueId(), true);
} }
public static void setPlayerAnyChestStatus(Player player, boolean status) { public static void setPlayerAnyChestStatus(Player player, boolean status) {

View File

@@ -1,6 +1,6 @@
name: OpenInv name: OpenInv
main: com.lishid.openinv.OpenInv main: com.lishid.openinv.OpenInv
version: 2.3.2 version: 2.3.3
author: lishid author: lishid
description: > description: >
This plugin allows you to open a player's inventory as a chest and interact with it in real time. This plugin allows you to open a player's inventory as a chest and interact with it in real time.