SETUP
TESTED VERSIONS
- Transfer the “.sk” extension file in the package you downloaded to the “Skript/scripts” section in the plugin folder on your server.
- Transfer the folder where the “.sk” extension file in the package you downloaded stores the data into the plugin folder.
- Install the required plugins/skript addons on your server.
- Use the command “/reload” to activate the script. Or restart the server.
- /chatshortcuts - chatshortcuts.nq.use
TESTED VERSIONS
- 1.21, 1.21.4, 1.21.5
Code:
#
# Config of nqaaN's Chat Shortcuts Skript
#
require_permission: false # Permission: chatshortcuts.nq.use (Unless you've changed it in the script file.)
# --- Exact Shortcuts
#
# Only triggers if the word is typed alone
# Example: "gg" is "Good Game"
# * suggestion > suggestion
# * Good job, gg > Good job, Good Game
#
# Information: Use "[dot]" instead of "."
# Example:
# ✖ "a.m."
# ✔ "a[dot]m[dot]"
#
exact_shortcuts:
"hi": "Hello"
"hi!": "Hello!"
"hey": "Hey everyone"
"hey!": "Hey everyone!"
"gg": "Good Game"
"gg[dot]": "Good Game."
"gg!": "Good Game!"
"glhf": "Good luck, have fun"
"glhf!": "Good luck, have fun!"
"brb": "Be right back"
"brb[dot]": "Be right back."
"brb!": "Be right back!"
"ty": "Thank you"
"ty!": "Thank you!"
"thx": "Thanks"
"thx!": "Thanks!"
"yw": "You're welcome"
"yw!": "You're welcome!"
"gn": "Good night"
"gn[dot]": "Good night."
"gn!": "Good night!"
"afk": "Away from keyboard"
# --- Anywhere Shortcuts
#
# Triggers even if the word is inside another text.
# (Perfect for symbols, emojis, and icons)
#
# Example: ":heart:" is "❤"
# * Exact Shortcuts: I l:heart:ve you! > I l:heart:ve you!
# * If you use Anywhere Shortcuts: I l:heart:ve you! > I l❤ve you!
#
anywhere_shortcuts:
":heart:": "❤"
":star:": "⭐"
":yes:": "✔"
":no:": "✖"
":face:": "☺"
":sun:": "☀"
":right:": "➡"
":left:": "⬅"
":warning:": "⚠"
":happy:": "ツ"
Code:
#
# Language Config of nqaaN's Chat Shortcuts Skript
#
no_permission: "&cYou don't have permission to use this command!"
this_cmd_for_players: "&cOnly players can use this command!"
shortcut_enabled: "&a&l✔ &7Chat shortcuts have been &aenabled&7."
shortcut_disabled: "&c&l✘ &7Chat shortcuts have been &cdisabled&7."
