From 47bd191514a2a3993945baa1880cc68ba99f2e10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:48:05 +0000 Subject: [PATCH] deploy: 88782683fbc4a1b84fbcf079a52216ee4c5af72d --- 404.html | 2 +- alerts/index.html | 6 +++--- ascension/compatibility/index.html | 2 +- ascension/index.html | 2 +- ascension/performance/index.html | 2 +- ascension/placeholders/index.html | 2 +- ascension/security/index.html | 2 +- assets/js/8e17c3a4.26aa44c2.js | 1 + assets/js/8e17c3a4.495d9181.js | 1 - .../{runtime~main.e8822325.js => runtime~main.4323666b.js} | 2 +- commands/index.html | 2 +- config/index.html | 2 +- faq/index.html | 2 +- index.html | 2 +- installation/index.html | 2 +- installation/initial-setup/index.html | 2 +- installation/link-to-join-setup/index.html | 2 +- installation/sync-setup/index.html | 2 +- installation/voice-setup/index.html | 2 +- linking/index.html | 2 +- lp-contexts/index.html | 2 +- messages/index.html | 2 +- papi-placeholders/index.html | 2 +- permissions/index.html | 2 +- search-index-docs-default-current.json | 2 +- synchronization/index.html | 2 +- voice/index.html | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 assets/js/8e17c3a4.26aa44c2.js delete mode 100644 assets/js/8e17c3a4.495d9181.js rename assets/js/{runtime~main.e8822325.js => runtime~main.4323666b.js} (98%) diff --git a/404.html b/404.html index 42a4cb3..752bd88 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
# Send an AFK alert when someone is AFK
- Trigger: CMIAfkEnterEvent
Channel: afk
Embed:
Color: "#869600"
Author:
ImageUrl: "https://crafthead.net/helm/${player.getUniqueId()}"
Name: '${player.displayName + " is now AFK"}'
# Send an AFK alert when someone is no longer AFK
- Trigger: CMIAfkLeaveEvent
Channel: afk
Embed:
Color: "#869600"
Author:
ImageUrl: "https://crafthead.net/helm/${player.getUniqueId()}"
Name: '${player.displayName + " is no longer AFK"}'
GuildMemberUpdateBoostTimeEvent.java
- Trigger: GuildMemberUpdateBoostTimeEvent
Channel: boosters
Conditions:
- '#event.getOldTimeBoosted() == null'
- '#event.getNewTimeBoosted() != null'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "{member.getEffectiveName()} started boosting the server :)"
GuildMemberUpdateBoostTimeEvent.java
- Trigger: GuildMemberUpdateBoostTimeEvent
Channel: boosters
Conditions:
- '#event.getOldTimeBoosted() != null'
- '#event.getNewTimeBoosted() == null'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "${member.getEffectiveName()} is no longer boosting the server :("
GuildMemberUpdateBoostTimeEvent.java
- Trigger: GuildMemberUpdateBoostTimeEvent
Channel: boosters
Conditions:
- '#event.getOldTimeBoosted() == null'
- '#event.getNewTimeBoosted() != null'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "${member.getEffectiveName()} started boosting the server :)"
GuildMemberUpdateBoostTimeEvent.java
- Trigger: GuildMemberUpdateBoostTimeEvent
Channel: boosters
Conditions:
- '#event.getOldTimeBoosted() != null'
- '#event.getNewTimeBoosted() == null'
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "${member.getEffectiveName()} is no longer boosting the server :("
- Trigger: AccountLinkedEvent
Channel: linked
Embed:
Enabled: true
Color: "#ffffff"
Author:
ImageUrl: "{embedavatarurl}"
Name: "User '${#event.getPlayer().getName()}' linked their account with the discord user '${#event.getUser().getAsTag()}'" # This message will show the users ingame name, not their nickname (for clarification) and the username from discord as well as their #Tag number.
Timestamp: true
- Trigger: AccountUnlinkedEvent
Channel: linked
Embed:
Enabled: true
Color: "#ffffff"
Author:
ImageUrl: "{embedavatarurl}"
Name: "User '${#event.getPlayer().getName()}' unlinked their account from the discord user '${#event.getDiscordUser().getAsTag()}'"
Timestamp: true
- Trigger: /gamemode
Channel: gamemode
Conditions:
- '#player.hasPermission("minecraft.command.gamemode")'
Embed:
Color: "#ff0000"
Author:
ImageUrl: "{embedavatarurl}"
Name: "{username} changed game mode to ${#args.get(0)}"
- Trigger: /me
Channel: me
Conditions:
- '#player.hasPermission("minecraft.command.me") || #player.hasPermission("essentials.me")'
Embed:
Color: "#ff0000"
Author:
ImageUrl: "{embedavatarurl}"
Name: "* {username} ${#allArgs}"
- Trigger: [/msg, /w, /m, /pm, /emsg, /epm, /tell, /etell, /whisper, /ewhisper]
Channel: SocialSpy
Embed:
Color: "#000001"
Author:
ImageUrl: "{embedavatarurl}"
Name: "[{username}> ${#allArgs}]"
- Trigger: PlayerCommandPreprocessEvent
Channel: SocialSpy
Conditions:
- "!(#command.split(\"\\s+|$\")[0].equals(\"msg\"))" #ignores the /msg command
- "!(#command.split(\"\\s+|$\")[0].equals(\"w\"))" #ignores the /w command
- "!(#command.split(\"\\s+|$\")[0].equals(\"m\"))" #ignores the /m command
- "!(#command.split(\"\\s+|$\")[0].equals(\"pm\"))" #ignores the /pm command
- "!(#command.split(\"\\s+|$\")[0].equals(\"emsg\"))" #ignores the /emsg command
- "!(#command.split(\"\\s+|$\")[0].equals(\"epm\"))" #ignores the /epm command
- "!(#command.split(\"\\s+|$\")[0].equals(\"tell\"))" #ignores the /tell command
- "!(#command.split(\"\\s+|$\")[0].equals(\"etell\"))" #ignores the /etell command
- "!(#command.split(\"\\s+|$\")[0].equals(\"whisper\"))" #ignores the /whisper command
- "!(#command.split(\"\\s+|$\")[0].equals(\"ewhisper\"))" #ignores the /ewhisper command
- "!(#command.split(\"\\s+|$\")[0].equals(\"r\"))" #ignores the /r command
- "!(#command.split(\"\\s+|$\")[0].equals(\"er\"))" #ignores the /er command
- "!(#command.split(\"\\s+|$\")[0].equals(\"reply\"))" #ignores the /reply command
- "!(#command.split(\"\\s+|$\")[0].equals(\"ereply\"))" #ignores the /ereply command
# - "!(#command.split(\"\\s+|$\")[0].equals(\"example\"))" #ignores the /example command
Embed:
Color: "#000001"
Author:
ImageUrl: "{embedavatarurl}"
Name: '{username} issued command: /${#command}'
- Trigger: SignChangeEvent
Channel: SocialSpy
Conditions:
- 'getLine(0) + getLine(1) + getLine(2) + getLine(3) != ""'
Embed:
Color: "#000001"
Author:
ImageUrl: "https://crafthead.net/helm/${#event.getPlayer().getUniqueId()}"
Name: '${#event.getPlayer().getName()}'
Description: |-
Coords: `[${block.getLocation().getBlockX() + ", " + block.getLocation().getBlockY() + ", " + block.getLocation().getBlockZ()}]`
```
${theLines[0]}
${theLines[1]}
${theLines[2]}
${theLines[3]}
```
- Trigger: [/msg, /w, /m, /pm, /emsg, /epm, /tell, /etell, /whisper, /ewhisper]
Channel: SocialSpy
Embed:
Color: "#000001"
Author:
ImageUrl: "{embedavatarurl}"
Name: "[{username}> ${#allArgs}]"
- Trigger: PlayerCommandPreprocessEvent
Channel: SocialSpy
Conditions:
- "!(#command.split(\"\\s+|$\")[0].equals(\"msg\"))" #ignores the /msg command
- "!(#command.split(\"\\s+|$\")[0].equals(\"w\"))" #ignores the /w command
- "!(#command.split(\"\\s+|$\")[0].equals(\"m\"))" #ignores the /m command
- "!(#command.split(\"\\s+|$\")[0].equals(\"pm\"))" #ignores the /pm command
- "!(#command.split(\"\\s+|$\")[0].equals(\"emsg\"))" #ignores the /emsg command
- "!(#command.split(\"\\s+|$\")[0].equals(\"epm\"))" #ignores the /epm command
- "!(#command.split(\"\\s+|$\")[0].equals(\"tell\"))" #ignores the /tell command
- "!(#command.split(\"\\s+|$\")[0].equals(\"etell\"))" #ignores the /etell command
- "!(#command.split(\"\\s+|$\")[0].equals(\"whisper\"))" #ignores the /whisper command
- "!(#command.split(\"\\s+|$\")[0].equals(\"ewhisper\"))" #ignores the /ewhisper command
- "!(#command.split(\"\\s+|$\")[0].equals(\"r\"))" #ignores the /r command
- "!(#command.split(\"\\s+|$\")[0].equals(\"er\"))" #ignores the /er command
- "!(#command.split(\"\\s+|$\")[0].equals(\"reply\"))" #ignores the /reply command
- "!(#command.split(\"\\s+|$\")[0].equals(\"ereply\"))" #ignores the /ereply command
# - "!(#command.split(\"\\s+|$\")[0].equals(\"example\"))" #ignores the /example command
Embed:
Color: "#000001"
Author:
ImageUrl: "{embedavatarurl}"
Name: '{username} issued command: /${#command}'
- Trigger: SignChangeEvent
Channel: SocialSpy
Conditions:
- 'getLine(0) + getLine(1) + getLine(2) + getLine(3) != ""'
Embed:
Color: "#000001"
Author:
ImageUrl: "https://crafthead.net/helm/${#event.getPlayer().getUniqueId()}"
Name: '${#event.getPlayer().getName()}'
Description: |-
Coords: `[${block.getLocation().getBlockX() + ", " + block.getLocation().getBlockY() + ", " + block.getLocation().getBlockZ()}]`
```
${theLines[0]}
${theLines[1]}
${theLines[2]}
${theLines[3]}
```