Jump to content

Chat cooldown skript


jonbar101

Recommended Posts

Hello, I'm looking of skript which will slow down chat

Commands

/chatslow <seconds> 

 "Chat has been slowed to {slowness} seconds"

/chatslow cancel

 "Chatslowness has been cancelled"

When a player tries to spam the chat

"Please wait {slowness} seconds before typing your message."

Thank you!

Link to comment
Share on other sites

command /chatslow <text>:
  permission: chatslow.set
  trigger:
  	if arg-1 is "cancel" or "Cancel":
  		delete {slowness}
  		broadcast "Chatslowness has been cancelled"
  	else:
  		set {_i} to arg-1 parsed as an integer
  		set {slowness} to {_i}
  		broadcast "Chat has been slowed to %{slowness}% seconds"
  
on chat:
  if {slowness} is set:
  	if {chatslow::%player's uuid%} is not set:
  		set {chatslow::%player's uuid%} to {slowness} seconds ago 
  	if now < {chatslow::%player's uuid%}:
      cancel event
      send "Please wait %difference between now and {chatslow::%player's uuid%}% seconds before typing your message"
     else:
      set {chatslow::%player's uuid%} to now

Skript is not tested. If it gives you any errors message me on Discord Tarna256#8675. Next time request skripts in the Marketplace Category. Just made it here for you because I was bored.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

  • 9 months later...
1 hour ago, aashumc said:

THANK YOU 😄 😄 😄 😄 😄 😄 😄 😄 REALY REALY REALY HELPFUL

Please don't necropost

IGN: LordUltron    Discord: ThunderStorm#6354

-------------------------------------------------------------image.png.4c4c27822b59b56f6996b43655338072.png

-------------------------------------------------------------
 

Link to comment
Share on other sites

🔐 Topic locked.

Please do not reply on threads that have been inactive for over a month.

 

19 minutes ago, ThunderStorm said:

Please don't necropost

Also don't necropost just to say don't necropost. If you see someone necroposting, just report the message. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...