OpenInv
Open anyone's inventory or ender chest and modify it in real time! Works with offline players!
Description
This plugin allows you to open any player's inventory or ender chest and interact with it in real time. You can also do it for offline players! This includes access to the armor slots as well as being able to drop items as if you were the player by moving them into the unused slots to the bottom right. Additionally, you can open any chest that is blocked with blocks above it with AnyContainer and open containers silently (no sound or opening animation) with SilentContainer.
Features
- OpenInv: Open anyone's inventory, even if they're offline.
- Read-only mode! Don't grant edit permission.
- Cross-world support! Allow access only from the same world.
- No duplicate slots! Only armor is accessible when opening self (if allowed at all)!
- Drop items as the player! Place items in the dropper slot in the bottom right. Can be disabled via permission!
- Allow any item in armor slots! Configurable via permission.
- OpenEnder: Open anyone's ender chest, even if they're offline.
- Allow access only to own ender chest! Don't grant permission to open others.
- Read-only mode! Don't grant edit permission.
- Cross-world support! Allow access only from the same world.
- SilentContainer: Open containers without displaying an animation or making sound.
- AnyContainer: Open containers, even if blocked by ocelots or blocks.
Installation
To install OpenInv, simply copy the plugin to your plugins folder and restart/reload your server.
Commands
Please see the wiki.
Permissions
Please see the wiki. For assistance upgrading to 5.0.0, check out the migration section.
Other
Source Code hosted on GitHub
Original Bukkit forum thread: http://forums.bukkit.org/threads/15379
-
View User Profile
-
Send Message
Posted Feb 23, 2016@imgamer
What CraftBukkit version are you using? Are there any errors in the console when you start the server AND run an OpenInv command?
-
View User Profile
-
Send Message
Posted Feb 23, 2016Anyone have a fix for DSnow17's problem because im having it too.
-
View User Profile
-
Send Message
Posted Feb 21, 2016Problem with permissions OpenInv.openinv allow also OpenInv.editinv :/
-
View User Profile
-
Send Message
Posted Feb 18, 2016Whenevr I type in a command, even as Op's, nothing happens. When I type in /openender and someones name, it just resonds with /openinv [name] and another line of something like that, nothing happens, and they do have an enderchest, full.
-
View User Profile
-
Send Message
Posted Feb 3, 2016Please add this: a /copyinv command, which will copy a players inventory into your own. Thanks a lot <3
-
View User Profile
-
Send Message
Posted Dec 21, 2015Please correct the correct backpack players while offline. It has no effect when playing online the items on still can not get out!
Use MC 1.8.3 Thanks!
-
View User Profile
-
Send Message
Posted Nov 16, 2015Help guys! I can't give myself permisson to use commands. I have permissonsEX and I tried
-
View User Profile
-
Send Message
Posted Oct 29, 2015@jb42300
Uhh, what exactly are you trying to say?
You're gonna need to provide some more information for me to be able to help you. Are you saying they whenever you run the plugin with Java 7, it doesn't work. But with Java 8, it does? Do you have any console output / errors you could provide me with to help me assist you further?
-
View User Profile
-
Send Message
Posted Oct 22, 2015@ShadowRanger24
Server versions dont matter, its the java version the server is on.
If im on java 7 the plugin will not work, If im on Java 8 the plugin will work.
-
View User Profile
-
Send Message
Posted Sep 26, 2015@ShadowRanger24
Please, say which version of OpenInv work with CraftBukkit version git-Spigot-2f787bd-ea28011 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)[m
-
View User Profile
-
Send Message
Posted Sep 13, 2015@GoleoLP
Please create a Ticket regarding this issue at http://dev.bukkit.org/bukkit-plugins/openinv/tickets/ and provide more information on the problem. Also, doesn't look like you've provided the full error log.
-
View User Profile
-
Send Message
Posted Sep 13, 2015[02:17:04 INFO]: [OpenInv] Enabling OpenInv v2.3.4 [02:17:04 INFO]: [OpenInv] [Config] Update found! Performing update... [02:17:04 INFO]: [OpenInv] [Config] Backup of old config.yml file created. [02:17:04 INFO]: [OpenInv] [Config] Update complete. [02:17:04 ERROR]: Error occurred while enabling OpenInv v2.3.4 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/World at com.lishid.openinv.OpenInv.onEnable(OpenInv.java:72) [?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [minecraft_server.jar:git-Spigot-b73910a-726656b] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [minecraft_server.jar:git-Spigot-b73910a-726656b] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-b73910a-726656b] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [minecraft_server.jar:git-Spigot-b73910a-726656b] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [minecraft_server.jar:git-Spigot-b73910a-726656b] at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [minecraft_server.jar:git-Spigot-b73910a-726656b] at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [minecraft_server.jar:git-Spigot-b73910a-726656b] at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [minecraft_server.jar:git-Spigot-b73910a-726656b] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [minecraft_server.jar:git-Spigot-b73910a-726656b] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [minecraft_server.jar:git-Spigot-b73910a-726656b] at java.lang.Thread.run(Unknown Source) [?:1.7.0_10] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.World at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) [minecraft_server.jar:git-Spigot-b73910a-726656b] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [minecraft_server.jar:git-Spigot-b73910a-726656b] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_10] at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_10] ... 12 more
-
View User Profile
-
Send Message
Posted Sep 11, 2015@ShadowRanger24
Yes when I type = /openinv sandman_2004 I get on on line = /openinv - Opens last person's inventory. second line in chat = /openinv <player> - Opens a players inventory.
-
View User Profile
-
Send Message
Posted Sep 10, 2015@Ironic8b49
Could you please provide more information on how we can reproduce this? Is this happening when you enter the openinv command? Is there any console output when this happens, such as errors?
-
View User Profile
-
Send Message
Posted Sep 8, 2015just installed on Spigot 1.8.8 and I get:
/openinv - Opens last person's inventory. /openinv <player> - Opens a players inventory.
At first I didn't add any perms, but getting same message with or without perms added
-
View User Profile
-
Send Message
Posted Aug 27, 2015@MrMindlessPvP
If you are still having this problem, please submit a ticket @ http://dev.bukkit.org/bukkit-plugins/openinv/tickets/
-
View User Profile
-
Send Message
Posted Aug 10, 2015Also it says "This release is only compatible with Minecraft 1.8.4 - 1.8.7!" for the info of that update
-
View User Profile
-
Send Message
Posted Aug 10, 2015@ShadowRanger24
1.8.6 Minecraft & server version.
-
View User Profile
-
Send Message
Posted Aug 7, 2015@MrMindlessPvP
What version of OpenInv are you using? And of Minecraft?
-
View User Profile
-
Send Message
Posted Aug 7, 2015@BTK7
For 1.8.3, the latest compatible version of OpenInv is version 2.2.9.