Is there anyway to broadcast a players inventory using skript?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Tewtiy

Member
Jul 2, 2023
10
0
1
My skript looks like this, but I cannot figure out how to show their inventory after event happens, if it is even possible

on damage:
if attacker is holding a golden sword of sharpness 1000:
if victim is a player:
set {_item} to attacker's tool
add {_item} to {_items::*}
broadcast ""
broadcast "&e%attacker% &6has slain &e%victim%"
broadcast "&6using {_item}"
broadcast "%victims inventory%"
broadcast ""

if it is possible please do not change the skript unless it is needed to show the inventory