New Line

  • Welcome to skUnity!

    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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

JackyMan

Member
Nov 7, 2021
3
0
1
23
Hi I was just wondering I am trying to make a kick command which loops through all player

loop all players:
kick the player due to "&c&lServer Restart | Rejoin in a few minutes!"

How do I add a new line? I want it so its like

&c&lServer Restart
&c&lRejoin in a few minutes!

during the kick screen! I cant use skQuery as my server is 1.17.1!
 
Hi I was just wondering I am trying to make a kick command which loops through all player

loop all players:
kick the player due to "&c&lServer Restart | Rejoin in a few minutes!"

How do I add a new line? I want it so its like

&c&lServer Restart
&c&lRejoin in a few minutes!

during the kick screen! I cant use skQuery as my server is 1.17.1!
%nl%
 
1: you dont have to loop all players if youre trying to do something with EVERY player
2: you would use %newline% or %nl% as @oToghty said

Code:
command /restartkick
  permission: your permission
  trigger:
    kick all players due to "&c&lServer Restart%newline%Rejoin in a few minutes"
 
Status
Not open for further replies.