forked from Pete9xi/ThirdEye
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocal.env.example
More file actions
44 lines (37 loc) · 1003 Bytes
/
local.env.example
File metadata and controls
44 lines (37 loc) · 1003 Bytes
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
# Discord Bot Settings
TOKEN=your_discord_bot_token
GUILD=your_discord_guild_id
CHANNEL=your_discord_channel_id
CLIENT_ID=your_discord_application_client_id
# Minecraft Settings
USERNAME=your_minecraft_username
IS_REALM=false
REALM_INVITE_CODE=
IP=localhost
PORT=19132
# Anti-Cheat Settings
ANTI_CHEAT_ENABLED=true
ANTI_CHEAT_CHANNEL_ID=your_anticheat_channel_id
ANTI_CHEAT_LOGS_CHANNEL=your_anticheat_logs_channel_id
# Discord Command Settings
CMD_PREFIX=!
LOG_SYSTEM_COMMANDS=false
SYSTEM_COMMANDS_CHANNEL=your_system_commands_channel_id
# Appearance Settings
USE_EMBED=true
SET_COLOR=0,153,255
SET_TITLE=My Servers Name!
LOGO_URL=https://i.imgur.com/XfoZ8XS.jpg
# Voice Chat Settings
VOICE_CHANNEL_COMMAND_PREFIX=$
VOICE_CHANNELS_CATEGORY=Voice Channels
VOICE_ADMIN_ROLE_ID=your_admin_role_id
# Security Settings
AUTH_TYPE=false
ADMINS=admin1_id,admin2_id
BLACKLIST_DEVICE_TYPES=
LOG_BAD_ACTORS=true
# Misc Settings
DEBUG=false
USE_SYSTEM_PLAYER_JOIN_MESSAGE=false
SEND_WHISPER_MESSAGES=false