D
Deleted member 5254
I not find the Open Sign Editor packet in ProtocolLib packets.
But website shared this http://wiki.vg/Protocol#Open_Sign_Editor
But website shared this http://wiki.vg/Protocol#Open_Sign_Editor
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!
Did the play_server_chat packet work?I not find the Open Sign Editor packet in ProtocolLib packets.
But website shared this http://wiki.vg/Protocol#Open_Sign_Editor
play_server_open_sign_editor is a packet introduced in Minecraft 1.9+, so it's not available to you because you're using 1.8.8. There are other packets that you have to use instead from 1.8.8.Yes is work, but:
I not find the Open Sign Editor packet in ProtocolLib packets.
But website shared this http://wiki.vg/Protocol#Open_Sign_Editor
Can you help me this subject?
<3 Crash error (Bugs)play_server_open_sign_editor is a packet introduced in Minecraft 1.9+, so it's not available to you because you're using 1.8.8. There are other packets that you have to use instead from 1.8.8.
For modifying chat messages in packets you can use the chatcomponent pjson, which is used with jsonobjects, meaning that you have to parses the json above as a jsonobject, so it would look like this:How are you
Skript - dev26f
The json is added to the sending message
The/tellraw command cannot be invoked normally
Now I want to use the 'on Packet Event' to control the player's chat message
Execute the json command when the player is talking
Such as
/tellraw @a {"text":"Hover","hoverEvent":{"action":"show_text","value":["",{"text":"Text\n","color":"green","underlined":true},"component"]}}
Can you help me
set "chatcomponent" pjson %number% of %packet% to %string% parsed as a jsonobject
set "chatcomponent" pjson %number% of %packet% to %string% parsed as a jsonobject
on chat:
cancel event
execute console command "/tellraw @a {""text"":""Hover"",""hoverEvent"":{""action"":""show_text"",""value"":["""",{""text"":""Text\n"",""color"":""green"",""underlined"":true},""component""]}}"
stop
#unterminated array at line1 column 66
That code looks like it should work. The 'unterminated array' thing appears to me to be a json error, but your json seems to be valid according to an online json validator. I recommend you post a thread in the help section about this, as it will be much easier than trying to do it with packets.It looks complicated
I also want to send json information by dropping the chat event
But failed
Here's my code
This problem only appears in Skript - dev26fCode:on chat: cancel event execute console command "/tellraw @a {""text"":""Hover"",""hoverEvent"":{""action"":""show_text"",""value"":["""",{""text"":""Text\n"",""color"":""green"",""underlined"":true},""component""]}}" stop #unterminated array at line1 column 66
But if I don't send/tellraw commands with skript
There will be no errors
I don't quite understandThat code looks like it should work. The 'unterminated array' thing appears to me to be a json error, but your json seems to be valid according to an online json validator. I recommend you post a thread in the help section about this, as it will be much easier than trying to do it with packets.
Just go to https://forums.skunity.com/forums/skript/, and click Create New Thread. There it will give you a link to a layout for your help thread.I don't quite understand
Can you provide a template for...
MundoSK requires you to run ProtocolLib 4.1+, these errors most likely are due to having a version lower than 4.1.Spigot 1.8.8 Java 8 Errors:
https://pastebin.com/3WCDtgMk
http://pasted.co/b417fb79
https://hastebin.com/buguqewepo.vbs
Yes fixed thanksMundoSK requires you to run ProtocolLib 4.1+, these errors most likely are due to having a version lower than 4.1.
Can you post the script you are using?@Tlatoani
Well I want tu use custom events tho using "args" instead of "dets" give me "An internal [...] while performing this command". Is it known bug or just something dependent of my machine?
Latest Spigot for 1.11.2
Latest MundoSk
Latest Skript from Bensku
Latest addons from this forum
new tablist
evt "Arena win":
broadcast "%args of custom event%"
#neither it works that way:
broadcast "GG"
command /aaw [<text>]:
trigger:
call custom event "Arena win" to args player and text-arg
Can you post the error you are receiving?Code:evt "Arena win": broadcast "%args of custom event%" #neither it works that way: broadcast "GG" command /aaw [<text>]: trigger: call custom event "Arena win" to args player and text-arg
Addon DLed from here:
https://forums.skunity.com/resources/mundosk.69/history
So 1.7.4
@Tlatoani
What are you talking about?Some items add data values
The material is lost
Is there any way to change it ?