1
0
Fork 0
mirror of https://github.com/TotalFreedomMC/OpenInv.git synced 2025-01-10 08:57:19 +00:00

Merge pull request from ShadowRanger/master

Minor change + version bump
This commit is contained in:
ShadowRanger 2015-07-21 09:45:36 +10:00
commit 77e6ce8c7c
3 changed files with 3 additions and 3 deletions
pom.xml
src/main
java/com/lishid/openinv
resources

View file

@ -4,7 +4,7 @@
<groupId>com.lishid</groupId>
<artifactId>openinv</artifactId>
<packaging>jar</packaging>
<version>2.3.2</version>
<version>2.3.3</version>
<name>OpenInv</name>
<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) {
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) {

View file

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