Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.js #68

Merged
merged 2 commits into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/scripts/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ export const multiCharSubstitutions:[RegExp, string][] = [
//#endregion
//#region misc
/** Used for anti-impersonation. Make sure to replace numbers with letters, for example, balam314 -> balamei4. */
export const adminNames = ["fish", "balamei4", "clashgone", "darthscion", "firefridge", "aricia", "rawsewage", "skeledragon", "edh8e", "everydayhuman8e", "benjamonsrl"];
export const adminNames = ["fish", "balamei4", "clashgone", "darthscion", "firefridge", "aricia", "rawsewage", "skeledragon", "edh8e", "everydayhuman8e", "benjamonsrl", "cudspent"];
export const heuristics = {
/** Will trip if more than this many blocks are broken within 25 seconds of joining. */
blocksBrokenAfterJoin: 40,
@@ -298,7 +298,7 @@ export const tips = {
`Tilelog stores when a building is placed, broken, rotated, configured, and picked up/dropped by a payload unit. Access it with [white]/tilelog[]`,
`Tilelog doesn't just log tile actions, it also logs unit deaths! Access it with [white]/tilelog[]`,
`You can mark yourself as AFK(away from keyboard) with [white]/afk[].`,
`Run /survival, /attack, or /pvp to quickly change to another server.`,
`Run /survival, /attack, /pvp, /sandbox or /hexed to quickly change to another server.`,
`Need to get rid of an active griefer? Use [#6FFC7C]/s[] to send a message to all staff members across all servers.`,
`Use [white]/help to get more information about a specific command.`,
`If you want to send a message to just one player, you can use the [white]/msg[] command.`,