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 comminuty!
Now, what are you waiting for? Join the community now!
You can always check out our Wiki for downloads and any other information about Skript!
I think you need MundoSk, here:Hey there, is there a way to make a skript on when a player does /rp it will download the Resource pack for them?
command /rp:
trigger:
send resource pack from "yoururl.com" to player
on packet event play_client_resource_pack_status: #Need MundoSK and ProtocolLib
if "%""ResourcePackStatus"" pinfo 0 of event-packet%" = "DECLINED":
kick player due to "&cYou need download the resource pack for stay playing here ;)"
We need the error, server version, plugin list, etc.Thanks, but when I add that other plugin (MundoSK) all the Sk files dont work so I removed it and removed line 5 down yet it still does not work
Try this:My server is 1.10 and yes I do have ProtocolLib
[doublepost=1488046813,1488046697][/doublepost]http://prntscr.com/edadwu
command /rp:
trigger:
send resource pack from "yoururl.com" to player
on packet event play_client_resource_pack_status:
if "%""ResourcePackStatus"" pinfo 0 of event-packet%" = "DECLINED":
kick player due to "&cYou need download the resource pack for stay playing here ;)"
http://prntscr.com/edahmxTry this:
code_language.skript:command /rp: trigger: send resource pack from "yoururl.com" to player on packet event play_client_resource_pack_status: if "%""ResourcePackStatus"" pinfo 0 of event-packet%" = "DECLINED": kick player due to "&cYou need download the resource pack for stay playing here ;)"