on load: if folder "plugins/AntyFaworka" doesn't exists: create folder "plugins/AntyFaworka" on drop: if player has permission "admin.antyfawora": if file "plugins/AntyFaworka/%player%.yml" doesn't exists: create file "plugins/AntyFaworka/%player%.yml" add 1 to {numer::%player%} set {_ITEM} to event-item set "Wyrzucone%{numer::%player%}%" to "%{_ITEM}%" in yaml file "plugins/AntyFaworka/%player%.yml" if file "plugins/AntyFaworka/%player%.yml" exists: add 1 to {numer::%player%} set {_ITEM} to event-item set "Wyrzucone%{numer::%player%}%" to "%{_ITEM}%" in yaml file "plugins/AntyFaworka/%player%.yml" on command: if command is "invsee" or "einvsee" or "essentials:invsee" or "essentials:einvsee": if player has permission "admin.antyfawora": if file "plugins/AntyFaworka/%sender%.yml" doesn't exists: create file "plugins/AntyFaworka/%sender%.yml" set {Wywolal} to "%command% i dal %{_ITEM}%" set "Wywolal" to "%{Wywolal}%" in yaml file "plugins/AntyFaworka/%sender%.yml" if file "plugins/AntyFaworka/%sender%.yml" exists: set {Wywolal} to "%command% i dal %{_ITEM}%" set "Wywolal" to "%{Wywolal}%" in yaml file "plugins/AntyFaworka/%sender%.yml"