-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemoji.sk
58 lines (57 loc) · 2.98 KB
/
emoji.sk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Please keep the GitHub attribution so others can discover this skript too :)
on chat:
if message contains ":skull:":
replace all ":skull:" in message with "☠"
send "[&aEmojiMC&r] Converted :skull: into an emoji!" to player
if message contains ":happy:":
replace all ":happy:" in message with "☻"
send "[&aEmojiMC&r] Converted :happy: into an emoji!" to player
if message contains ":music_1:":
replace all ":music_1:" in message with "♪"
send "[&aEmojiMC&r] Converted :music_1: into an emoji!"
if message contains ":music_2:":
replace all ":music_2:" in message with "♫"
send "[&aEmojiMC&r] Converted :music_2: into an emoji!"
if message is ":???:":
set message to "&4&k???"
send "[&a&kEmojiMC&r] &kConverted &r:???:&k into an emoji!"
if message contains ":happy_transparent:" or ":happy_1:":
send "[&aEmojiMC&r] Converted all known emojis in your message into an emoji!"
replace all ":happy_1:" or ":happy_transparent:" in message with "☺"
if message contains ":pickaxe:" or ":pick:":
send "[&aEmojiMC&r] Converted all known emojis in your message into an emoji!"
replace all ":pick:" or ":pickaxe:" in message with "⛏"
if message contains ":diamond:":
replace all ":diamond:" in message with "💎"
send "[&aEmojiMC&r] Converted :diamond: into an emoji!"
if message contains ":pig:":
replace all ":pig:" in message with "🐖"
send "[&aEmojiMC&r] Converted :pig: into an emoji!"
if message contains ":cat:":
replace all ":cat:" in message with "🐈"
send "[&aEmojiMC&r] Converted :cat: into an emoji!"
if message contains ":wolf:" or ":dog:":
send "[&aEmojiMC&r] Converted all known emojis in your message into an emoji!"
replace all ":wolf:" or ":dog:" in message with "🐺"
if message contains ":ladder:":
replace all ":ladder:" in message with "🪜"
send "[&aEmojiMC&r] Converted :ladder: into an emoji!"
if message contains ":chicken:" or ":chicken_laying_egg:":
send "[&aEmojiMC&r] Converted all known emojis in your message into an emoji!"
replace all ":chicken:" or "chicken_laying_egg" in message with "🐔"
if message contains ":fire:":
replace all ":fire:" in message with "🔥"
send "[&aEmojiMC&r] Converted :fire: into an emoji!"
if message contains ":brick:":
replace all ":brick:" in message with "🧱"
send "[&aEmojiMC&r] Converted :brick: into an emoji!"
if message contains ":whatever:":
replace all ":whatever:" in message with "🥹"
send "[&aEmojiMC&r] Converted :whatever: into an emoji!"
if message contains ":sad:":
replace all ":sad:" in message with "😥"
send "[&aEmojiMC&r] Converted :sad: into an emoji!"
if message is "::":
cancel event
send "[&aEmojiMC&r] :music_1:, :music_2:, :happy:, :happy_transparent:/:happy_1:, :skull:, :&k???&r:, :pick:/:pickaxe:, :pig:, :diamond:, :cat:, :wolf:/:dog:, :ladder:, :chicken:/:chicken_laying_egg:, :fire:, :brick:, :whatever:, :sad:"
send "&aThis skript is publicly available to you too at &l<link:https://github.com/ByteAfterlife/skirpt-emojisinminecraft>this link"