diff --git a/src/com/lishid/openinv/OpenInv.java b/src/com/lishid/openinv/OpenInv.java index 17f3b8a..8929243 100644 --- a/src/com/lishid/openinv/OpenInv.java +++ b/src/com/lishid/openinv/OpenInv.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/OpenInvEntityListener.java b/src/com/lishid/openinv/OpenInvEntityListener.java index 9e3ebc2..e2a80c5 100644 --- a/src/com/lishid/openinv/OpenInvEntityListener.java +++ b/src/com/lishid/openinv/OpenInvEntityListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/OpenInvInventoryListener.java b/src/com/lishid/openinv/OpenInvInventoryListener.java index 480ac72..2cd6b7c 100644 --- a/src/com/lishid/openinv/OpenInvInventoryListener.java +++ b/src/com/lishid/openinv/OpenInvInventoryListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/OpenInvPlayerListener.java b/src/com/lishid/openinv/OpenInvPlayerListener.java index fb2fdcf..1c6d2eb 100644 --- a/src/com/lishid/openinv/OpenInvPlayerListener.java +++ b/src/com/lishid/openinv/OpenInvPlayerListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/commands/AnyChestPluginCommand.java b/src/com/lishid/openinv/commands/AnyChestPluginCommand.java index 21bd356..03c80cb 100644 --- a/src/com/lishid/openinv/commands/AnyChestPluginCommand.java +++ b/src/com/lishid/openinv/commands/AnyChestPluginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/commands/OpenEnderPluginCommand.java b/src/com/lishid/openinv/commands/OpenEnderPluginCommand.java index 12dc9d0..364c3dd 100644 --- a/src/com/lishid/openinv/commands/OpenEnderPluginCommand.java +++ b/src/com/lishid/openinv/commands/OpenEnderPluginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/commands/OpenInvPluginCommand.java b/src/com/lishid/openinv/commands/OpenInvPluginCommand.java index eb25f63..4457cde 100644 --- a/src/com/lishid/openinv/commands/OpenInvPluginCommand.java +++ b/src/com/lishid/openinv/commands/OpenInvPluginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/commands/SearchInvPluginCommand.java b/src/com/lishid/openinv/commands/SearchInvPluginCommand.java index bf45e1d..0e75a08 100644 --- a/src/com/lishid/openinv/commands/SearchInvPluginCommand.java +++ b/src/com/lishid/openinv/commands/SearchInvPluginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/commands/SilentChestPluginCommand.java b/src/com/lishid/openinv/commands/SilentChestPluginCommand.java index fc8017a..4dfbb7f 100644 --- a/src/com/lishid/openinv/commands/SilentChestPluginCommand.java +++ b/src/com/lishid/openinv/commands/SilentChestPluginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/commands/ToggleOpenInvPluginCommand.java b/src/com/lishid/openinv/commands/ToggleOpenInvPluginCommand.java index 89c137e..005239f 100644 --- a/src/com/lishid/openinv/commands/ToggleOpenInvPluginCommand.java +++ b/src/com/lishid/openinv/commands/ToggleOpenInvPluginCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/IAnySilentChest.java b/src/com/lishid/openinv/internal/IAnySilentChest.java index 204e0bb..7177763 100644 --- a/src/com/lishid/openinv/internal/IAnySilentChest.java +++ b/src/com/lishid/openinv/internal/IAnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/IInventoryAccess.java b/src/com/lishid/openinv/internal/IInventoryAccess.java index db93ca1..f49c168 100644 --- a/src/com/lishid/openinv/internal/IInventoryAccess.java +++ b/src/com/lishid/openinv/internal/IInventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/IPlayerDataManager.java b/src/com/lishid/openinv/internal/IPlayerDataManager.java index 5db2dae..ce0ed2f 100644 --- a/src/com/lishid/openinv/internal/IPlayerDataManager.java +++ b/src/com/lishid/openinv/internal/IPlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/ISpecialEnderChest.java b/src/com/lishid/openinv/internal/ISpecialEnderChest.java index efcd9d4..3ff8218 100644 --- a/src/com/lishid/openinv/internal/ISpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/ISpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/ISpecialPlayerInventory.java b/src/com/lishid/openinv/internal/ISpecialPlayerInventory.java index 28981a7..da4fc7b 100644 --- a/src/com/lishid/openinv/internal/ISpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/ISpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/InternalAccessor.java b/src/com/lishid/openinv/internal/InternalAccessor.java index 3191b80..b8b406c 100644 --- a/src/com/lishid/openinv/internal/InternalAccessor.java +++ b/src/com/lishid/openinv/internal/InternalAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/craftbukkit/AnySilentChest.java b/src/com/lishid/openinv/internal/craftbukkit/AnySilentChest.java index cdf5e97..df0b089 100644 --- a/src/com/lishid/openinv/internal/craftbukkit/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/craftbukkit/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/craftbukkit/InventoryAccess.java b/src/com/lishid/openinv/internal/craftbukkit/InventoryAccess.java index f78e77d..3ac3352 100644 --- a/src/com/lishid/openinv/internal/craftbukkit/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/craftbukkit/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/craftbukkit/PlayerDataManager.java b/src/com/lishid/openinv/internal/craftbukkit/PlayerDataManager.java index 1e6d73a..6a67c37 100644 --- a/src/com/lishid/openinv/internal/craftbukkit/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/craftbukkit/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/craftbukkit/SilentContainerChest.java b/src/com/lishid/openinv/internal/craftbukkit/SilentContainerChest.java index 8eceeb9..a5128f0 100644 --- a/src/com/lishid/openinv/internal/craftbukkit/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/craftbukkit/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/craftbukkit/SpecialEnderChest.java b/src/com/lishid/openinv/internal/craftbukkit/SpecialEnderChest.java index 01477b2..5b10faa 100644 --- a/src/com/lishid/openinv/internal/craftbukkit/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/craftbukkit/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/craftbukkit/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/craftbukkit/SpecialPlayerInventory.java index c13a78d..280cce2 100644 --- a/src/com/lishid/openinv/internal/craftbukkit/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/craftbukkit/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_5/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_4_5/AnySilentChest.java index 7bd55ce..50d6921 100644 --- a/src/com/lishid/openinv/internal/v1_4_5/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_4_5/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_5/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_4_5/InventoryAccess.java index 223e404..b4f6d7e 100644 --- a/src/com/lishid/openinv/internal/v1_4_5/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_4_5/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_5/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_4_5/PlayerDataManager.java index ec38ca0..9138717 100644 --- a/src/com/lishid/openinv/internal/v1_4_5/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_4_5/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_5/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_4_5/SilentContainerChest.java index 6b2f218..9663096 100644 --- a/src/com/lishid/openinv/internal/v1_4_5/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_4_5/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_5/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_4_5/SpecialEnderChest.java index 8b3b85e..81637bb 100644 --- a/src/com/lishid/openinv/internal/v1_4_5/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_4_5/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_5/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_4_5/SpecialPlayerInventory.java index da80984..912f8dc 100644 --- a/src/com/lishid/openinv/internal/v1_4_5/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_4_5/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_6/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_4_6/AnySilentChest.java index 26ab28e..ea08779 100644 --- a/src/com/lishid/openinv/internal/v1_4_6/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_4_6/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_6/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_4_6/InventoryAccess.java index acc6724..b71024c 100644 --- a/src/com/lishid/openinv/internal/v1_4_6/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_4_6/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_6/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_4_6/PlayerDataManager.java index 0cf304c..84b37ad 100644 --- a/src/com/lishid/openinv/internal/v1_4_6/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_4_6/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_6/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_4_6/SilentContainerChest.java index ad5a8a8..e245206 100644 --- a/src/com/lishid/openinv/internal/v1_4_6/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_4_6/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_6/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_4_6/SpecialEnderChest.java index b973b8d..953e8d6 100644 --- a/src/com/lishid/openinv/internal/v1_4_6/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_4_6/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_6/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_4_6/SpecialPlayerInventory.java index cc864fa..e5299f1 100644 --- a/src/com/lishid/openinv/internal/v1_4_6/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_4_6/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_R1/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_4_R1/AnySilentChest.java index 531e6c0..aa21018 100644 --- a/src/com/lishid/openinv/internal/v1_4_R1/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_4_R1/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_R1/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_4_R1/InventoryAccess.java index 0b64a24..6ac96fe 100644 --- a/src/com/lishid/openinv/internal/v1_4_R1/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_4_R1/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_R1/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_4_R1/PlayerDataManager.java index ea16a94..0f69936 100644 --- a/src/com/lishid/openinv/internal/v1_4_R1/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_4_R1/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_R1/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_4_R1/SilentContainerChest.java index a4e83c2..7364a38 100644 --- a/src/com/lishid/openinv/internal/v1_4_R1/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_4_R1/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_R1/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_4_R1/SpecialEnderChest.java index 3576124..93e02c2 100644 --- a/src/com/lishid/openinv/internal/v1_4_R1/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_4_R1/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_4_R1/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_4_R1/SpecialPlayerInventory.java index 9894a76..fd6126a 100644 --- a/src/com/lishid/openinv/internal/v1_4_R1/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_4_R1/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R2/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_5_R2/AnySilentChest.java index 1b4feb5..f91b90e 100644 --- a/src/com/lishid/openinv/internal/v1_5_R2/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_5_R2/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R2/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_5_R2/InventoryAccess.java index 60e19ba..56bc450 100644 --- a/src/com/lishid/openinv/internal/v1_5_R2/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_5_R2/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R2/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_5_R2/PlayerDataManager.java index 19c5968..6768a97 100644 --- a/src/com/lishid/openinv/internal/v1_5_R2/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_5_R2/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R2/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_5_R2/SilentContainerChest.java index 35c068d..4eb0ecb 100644 --- a/src/com/lishid/openinv/internal/v1_5_R2/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_5_R2/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R2/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_5_R2/SpecialEnderChest.java index e7efdfb..add6767 100644 --- a/src/com/lishid/openinv/internal/v1_5_R2/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_5_R2/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R2/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_5_R2/SpecialPlayerInventory.java index 7861e7c..e4cee51 100644 --- a/src/com/lishid/openinv/internal/v1_5_R2/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_5_R2/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R3/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_5_R3/AnySilentChest.java index 0f29d75..0f3805c 100644 --- a/src/com/lishid/openinv/internal/v1_5_R3/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_5_R3/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R3/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_5_R3/InventoryAccess.java index ca7298a..192619c 100644 --- a/src/com/lishid/openinv/internal/v1_5_R3/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_5_R3/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R3/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_5_R3/PlayerDataManager.java index 81babc0..82e03fc 100644 --- a/src/com/lishid/openinv/internal/v1_5_R3/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_5_R3/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R3/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_5_R3/SilentContainerChest.java index 09e4771..66615b1 100644 --- a/src/com/lishid/openinv/internal/v1_5_R3/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_5_R3/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R3/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_5_R3/SpecialEnderChest.java index 0fa6a17..f3010ec 100644 --- a/src/com/lishid/openinv/internal/v1_5_R3/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_5_R3/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_5_R3/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_5_R3/SpecialPlayerInventory.java index e1fb819..3afdec8 100644 --- a/src/com/lishid/openinv/internal/v1_5_R3/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_5_R3/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R1/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_6_R1/AnySilentChest.java index 8d1265f..b081942 100644 --- a/src/com/lishid/openinv/internal/v1_6_R1/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R1/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R1/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_6_R1/InventoryAccess.java index f54e549..15acaa7 100644 --- a/src/com/lishid/openinv/internal/v1_6_R1/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_6_R1/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R1/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_6_R1/PlayerDataManager.java index e9b26f2..393eedf 100644 --- a/src/com/lishid/openinv/internal/v1_6_R1/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_6_R1/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R1/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_6_R1/SilentContainerChest.java index c87085b..1e63378 100644 --- a/src/com/lishid/openinv/internal/v1_6_R1/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R1/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R1/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_6_R1/SpecialEnderChest.java index e110088..1a30c97 100644 --- a/src/com/lishid/openinv/internal/v1_6_R1/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R1/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R1/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_6_R1/SpecialPlayerInventory.java index cf2b16b..8aaa85f 100644 --- a/src/com/lishid/openinv/internal/v1_6_R1/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_6_R1/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R2/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_6_R2/AnySilentChest.java index e277185..e516a71 100644 --- a/src/com/lishid/openinv/internal/v1_6_R2/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R2/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R2/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_6_R2/InventoryAccess.java index 61b0d55..6325e80 100644 --- a/src/com/lishid/openinv/internal/v1_6_R2/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_6_R2/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R2/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_6_R2/PlayerDataManager.java index 452eaed..3143ab3 100644 --- a/src/com/lishid/openinv/internal/v1_6_R2/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_6_R2/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R2/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_6_R2/SilentContainerChest.java index 347b784..d014f35 100644 --- a/src/com/lishid/openinv/internal/v1_6_R2/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R2/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R2/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_6_R2/SpecialEnderChest.java index 8f45a86..9d25cbb 100644 --- a/src/com/lishid/openinv/internal/v1_6_R2/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R2/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R2/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_6_R2/SpecialPlayerInventory.java index fb966f2..3f59a7c 100644 --- a/src/com/lishid/openinv/internal/v1_6_R2/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_6_R2/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R3/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_6_R3/AnySilentChest.java index 772a214..e2a93e7 100644 --- a/src/com/lishid/openinv/internal/v1_6_R3/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R3/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R3/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_6_R3/InventoryAccess.java index 567c219..ecf5740 100644 --- a/src/com/lishid/openinv/internal/v1_6_R3/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_6_R3/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R3/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_6_R3/PlayerDataManager.java index fe8bd66..e87eb7a 100644 --- a/src/com/lishid/openinv/internal/v1_6_R3/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_6_R3/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R3/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_6_R3/SilentContainerChest.java index 8deb552..3a37b25 100644 --- a/src/com/lishid/openinv/internal/v1_6_R3/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R3/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R3/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_6_R3/SpecialEnderChest.java index aacd1fe..f04726d 100644 --- a/src/com/lishid/openinv/internal/v1_6_R3/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_6_R3/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_6_R3/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_6_R3/SpecialPlayerInventory.java index 6f05353..485e98f 100644 --- a/src/com/lishid/openinv/internal/v1_6_R3/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_6_R3/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_7_R1/AnySilentChest.java b/src/com/lishid/openinv/internal/v1_7_R1/AnySilentChest.java index 8badb08..92aa7ec 100644 --- a/src/com/lishid/openinv/internal/v1_7_R1/AnySilentChest.java +++ b/src/com/lishid/openinv/internal/v1_7_R1/AnySilentChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_7_R1/InventoryAccess.java b/src/com/lishid/openinv/internal/v1_7_R1/InventoryAccess.java index 8bab9eb..6121bcb 100644 --- a/src/com/lishid/openinv/internal/v1_7_R1/InventoryAccess.java +++ b/src/com/lishid/openinv/internal/v1_7_R1/InventoryAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_7_R1/PlayerDataManager.java b/src/com/lishid/openinv/internal/v1_7_R1/PlayerDataManager.java index 66ba005..96423ce 100644 --- a/src/com/lishid/openinv/internal/v1_7_R1/PlayerDataManager.java +++ b/src/com/lishid/openinv/internal/v1_7_R1/PlayerDataManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_7_R1/SilentContainerChest.java b/src/com/lishid/openinv/internal/v1_7_R1/SilentContainerChest.java index 21d5ad1..eaf44e3 100644 --- a/src/com/lishid/openinv/internal/v1_7_R1/SilentContainerChest.java +++ b/src/com/lishid/openinv/internal/v1_7_R1/SilentContainerChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_7_R1/SpecialEnderChest.java b/src/com/lishid/openinv/internal/v1_7_R1/SpecialEnderChest.java index de4b375..24d3dc8 100644 --- a/src/com/lishid/openinv/internal/v1_7_R1/SpecialEnderChest.java +++ b/src/com/lishid/openinv/internal/v1_7_R1/SpecialEnderChest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/lishid/openinv/internal/v1_7_R1/SpecialPlayerInventory.java b/src/com/lishid/openinv/internal/v1_7_R1/SpecialPlayerInventory.java index 08c7a53..7229487 100644 --- a/src/com/lishid/openinv/internal/v1_7_R1/SpecialPlayerInventory.java +++ b/src/com/lishid/openinv/internal/v1_7_R1/SpecialPlayerInventory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 lishid. All rights reserved. + * Copyright (C) 2011-2014 lishid. All rights reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/plugin.yml b/src/plugin.yml index 7ebbbed..e5ac838 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: OpenInv main: com.lishid.openinv.OpenInv -version: 2.1.0 +version: 2.1.1 author: lishid description: > This plugin allows you to open a player's inventory as a chest and interact with it in real time.