options: ver: 1.0 on load: send "ItzScripts | Loading ItzItems v{@ver} script!" to console send "ItzScripts | Thanks for using my script!" to console command /ii [] []: aliases: itzitems trigger: if arg 1 is "language": if arg 2 is "polish": send "" to player send "&a&l! &8| &fPomyślnie zmieniono język!" to player on join: if {language} is not set: if player has permission "ii.language": send "" to player send "&4&l! &8| &fSelect your language: &8(Click)" to player send "" to player set {_comp::1} to a new text component from "Polish" set color format of {_comp::1} to rgb(130, 160, 224) set bold format of {_comp::1} to true set click event of {_comp::1} to a new click event to run command "/ii language polish" set {_comp::2} to a new text component from "English" set color format of {_comp::2} to rgb(130, 160, 224) set bold format of {_comp::2} to true set click event of {_comp::2} to a new click event to run command "/ii language english" set {_comp} to merge components {_comp::*} send component {_comp} to player