#Title doesn't work
1 messages · Page 1 of 1 (latest)
why are u executing console commands
stop using ai to code for u
mutt
When judgement comes, you will be fthe first to fall!
I understand, then I leave out the execution of the commands through the console, I am just testing the plugin
Question, would the region event remain the same? or do I have to put another one
" on enter of region "region_name": "
are you okey?
Amm, okey?
I was seeing the title event with send, but when I execute it it still gives me an error
using:
on entering of region "nuevokanto":
send player title "Test" for 2 seconds
or
on entering of region "nuevokanto":
send %player% title "Test" for 2 seconds
Is it because of the way I am executing the action within the region? or am I skipping something
Beans sent the wrong docs page, here's the right one https://skripthub.net/docs/?id=3159
Sends a title/subtitle to the given player(s) with optional fadein/stay/fadeout times for Minecraft versions 1.11 and above.
If you're sending only the subtitle, it will be shown only if there's a title displayed at the moment, otherwise it will be sent with the next title. To show only the subtitle, use: send title " " with subtitle "yourtext...
Now it works perfectly!
thx 😍
in the future, you need to double quotes within strings: "Steve said ""Hello"" to Alex"
Are they concatenated directly like this? They do not need any symbol like: "," "+"
thats how you use quotes within a string