TaomtoNg Posted January 15, 2021 Share Posted January 15, 2021 invsee skript that lets you view offline player inventory as well addons needed: skbee options: #name of your main world world: world command invsee <offline player>: permission: op trigger: if arg is online: open inventory of arg to player else if arg has played before: set {_c} to (chest inventory with 4 rows named "Inventory of %arg%") set {_inv::*} to (tag "Inventory" of file nbt of "{@world}/playerdata/%uuid of arg%") loop {_inv::*}: set {_s} to (tag "Slot" of loop-value) delete (tag "Slot" of loop-value) set slot {_s} of {_c} to item from nbt loop-value open {_c} to player else: send "&c%arg% &chas not played before" 1 Link to comment Share on other sites More sharing options...
UntitledGoose Posted January 22, 2021 Share Posted January 22, 2021 (edited) You can use `player's inventory` instead of SkBee Edited January 22, 2021 by UntitledGoose VIP since January 7th, 2020 Support since September 19th, 2020 Helper since November 3rd, 2020 Moderator since March 8th, 2021 Link to comment Share on other sites More sharing options...
TaomtoNg Posted January 23, 2021 Author Share Posted January 23, 2021 only for online players Link to comment Share on other sites More sharing options...
Diamond03 Posted May 19 Share Posted May 19 This is for online players command /invsee <player>: permission: invsee.use trigger: open inventory of arg to player Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now