Open anyone's inventory as a chest, real-time!
Find a file
Fysac bbacb04636 Null pointer check
Players who haven't joined your server since the UUID conversion will have a null name. As a result, if you try to /openinv a player who *has* joined your server since then, the loop can break due to a NPE while checking other players. This null check should fix that problem.
2014-08-01 13:36:18 -04:00
.settings Fixed all Offline OpenInv related bugs. Thanks to Balor/Belphemur for the most part of the code. 2012-06-28 10:53:11 -04:00
src Null pointer check 2014-08-01 13:36:18 -04:00
gpl.txt Added GNU GPL License. 2012-02-20 15:09:44 -05:00
README Updated to 1.1-R6 2012-03-03 13:58:24 -05:00

Copyright (C) 2011-2012 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
the Free Software Foundation,  version 3.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.