chat

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. kkaemok

    Script AI Chat 1.0

    This Skript adds an AI command to the Minecraft server. Players can use /ai <question> to ask a question to an AI model. The AI model is selected in the script file using the ai-model option. The script automatically detects the AI provider based on the model name: - Models starting with...
  2. NathanFCS

    Script ApexUtility 1.0

    ApexUtility v1.0 by NathanFCS ApexUtility is a lightweight staff utility script for Paper/Spigot servers using Skript. Built for server teams that want essential moderation tools in one clean and reliable resource. Overview ApexUtility combines several core staff utilities into one simple...
  3. M

    Script Simple Modular Chat Skript w/ Custom Prefixes 1.0.0

    This Chat & Prefix System is a modular Skript that gives your server a fully GUI-driven custom prefix system, chat formatting, spam protection, and basic moderation tools all in one file. Required Addons: SkBee, LuckPerms: Staff ranks are detected via LuckPerms groups Prefix System: Create...
  4. CountyClaw4

    Script Skmention 1.1.2

    skmention v1.1.2 Github: https://github.com/CountyClaaw4/Skmention Skript hub: https://skripthub.net/scripts/teisupemc_owner/skmention.828 skmention is a Script that adds Discord-like mentions to Minecraft chat, making player communication clearer and reducing missed messages on busy servers...
  5. _theXZR

    Remove player from chat recipients help

    Hi, Im kinda new to skript and wanted to ask how to fix my script I was trying to make so players in the world "event" can only see messages from other people in "event", but somehow it isnt working My current skript: on chat: if world of player is "event": cancel event...
  6. S

    gradient colored LP prefixed

    i want to basically do following: on chat: cancel event broadcast "%colored player's prefix% %player%: %message%" but my output is &#E7FF00&lT&#EDFE17&le&#F3FD2F&ls&#F9FC46&lt | Notch: Hello World
  7. Sovde

    Script Regex-based Chat Filter 1.0

    # Chat Filter Skript A flexible chat filter with support for alternate characters, separators, repeated letters, exceptions, and severity levels Requires: - oopsk (for structs) - skript-reflect (for pre-compiled regex patterns) author: sovde version: 1.0 license: MIT (do what you want...
  8. A

    Script Script removal

    Disabled until website fixes their stuff
  9. U

    Script Chat color Skript [Gradient Support \ Custom Color Support] 1

    All 16 Minecraft colors Gradient support (pink->white, lavender->babyblue, etc.) Message confirmation on set Hex support (FF0000 style, no #) Tab completions for easy use Requires Skript-Reflect and SkBee /chatcolor red /chatcolor gradient pink->white /chatcolor FFFFFF (hex1) solid white...
  10. PixelCraft_I_D_K

    Skript How to make a simple proximity chat system with loop-value

    Hello! This is a simple Skript tutorial on how to create a Skript proximity chat system. How it works: It will tell the player how many people heard them and it will send the player's message to everyone within a 12 (configurable) block radius. Skript Template: on chat: loop all players...
  11. Al0046

    Anyone knows how to send a player's head in a welcome chat message?

    I really thankful to get help with it. I sent the file below. Addons: Skript-reflect, Skript
  12. darkwolfie37

    Script Chat Manager v1.1

    Chat Manager Powerful Chat for any Server! Required Plugins: Skript-Reflect - Only for Hex Support. Vault Skript Commands: KEY: [] - Variables not required <> - Variable/Argument /staffchat [<messgae>] Aliases: /sc, /staffc, /schat, /adminchat, /achat, /ac, /adminc Use Case: Staff chat...
  13. VictorXcraft

    Skript Message Sending Error

    The server kicks me out when I type any command, such as /hello Original: https://discord.com/channels/135877399391764480/1176894069591527485/1176894069591527485 The problem is known as "Color Code", such as "&1" "&a" "&n" and etc. Because we made two test commands, shown below: Only the...
  14. 255Ping

    Script Chat Control 1.1.1

    Chat Control Chat Manager for Minecraft servers. Dependencies: Skript 2.6.4, skUtilities 0.9.2, skBee 3.2.1, vault and any permission plugins like Luckperms How to use: Just add the script to your scripts folder then reload the script or restart your server. Upon reloading the script it will...
  15. Andrie

    Script Simple Mutechat 1.0

    An simple mute chat skript. To mute the chat you can type "/mutechat", the permission to bypass / mutechat is "server.mutechat"
  16. tycoo

    How to replace specific color codes in message?

    When I use "&5" in my chat message, it basicaly doing nothing with it. I can replace only "&" with "", but there will be "5" in the message. on chat: cancel event set {_msg} to message replace all "&5" with "" in {_msg} send {_msg} to all players
  17. L

    Chat issue

    So, I'm using hex colors for LuckPerms, working for all things like TAB, but on chat with the skript it just turns into random colors on chat: cancel event send "%player's prefix% &7%player% &8&l» &f%message%"
  18. 8pixels

    Hover Chat

    Is it possible to make a player's whole message (including prefix and name ofc) hoverable without changing the chat format? I just started using skript so help with the code if possible please :I
  19. Gabrriel Nicolas

    Solved Chat commands with skript

    I wanted to make a spoofing system without the need for commands by just typing in the chat, as if it were a conversation between an npc and the player, for example: (command /toggle) NPC: Well let's start with your name, write it down in the chat " * the player writes a word in the chat * NPC...
  20. A

    Script Emojis 1.1

    This script adds emojis to chat. For example: after you write :happy: it will change to happy emoji . It adds nothing more for now and there's not a lot of them, but still, emojis should be in minecraft (in my opinion) and this is a great start. ATTENTION: To use it you must have a resource...