-
Notifications
You must be signed in to change notification settings - Fork 3
/
Config.example.toml
79 lines (71 loc) · 2.17 KB
/
Config.example.toml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
## Don't touch this if you running under Docker container
listen = "0.0.0.0:6665"
## Don't touch if you don't know what you're doing
# token = "<random symbols>"
## Path to minecraft server folder
## Sculptor try to use ban list from it
# mcFolder = "~/minecraft_server"
## Can't work without at least one provider!
## If not set, default providers (Mojang, ElyBy) will be provided.
# authProviders = [
# { name = "Mojang", url = "https://sessionserver.mojang.com/session/minecraft/hasJoined" },
# { name = "ElyBy", url = "http://minecraft.ely.by/session/hasJoined" },
# ]
## Message of The Day
## It will be displayed to every player in the Figura menu who is connected to your server
[motd]
displayServerInfo = true
sInfoUptime = "Uptime: "
sInfoAuthClients = "Authenticated clients: "
sInfoDrawIndent = true
customText = """
[
{
"text": "You are connected to "
},
{
"color": "gold",
"text": "The Sculptor"
},
{
"text": "\\nUnofficial Backend V2 for Figura\\n\\n"
},
{
"clickEvent": {
"action": "open_url",
"value": "https://github.com/shiroyashik/sculptor"
},
"text": "Please "
},
{
"clickEvent": {
"action": "open_url",
"value": "https://github.com/shiroyashik/sculptor"
},
"color": "gold",
"text": "Star",
"underlined": true
},
{
"clickEvent": {
"action": "open_url",
"value": "https://github.com/shiroyashik/sculptor"
},
"text": " me on GitHub!\\n\\n"
}
]
"""
[limitations]
maxAvatarSize = 100000 # 100 KB
maxAvatars = 10
[advancedUsers.66004548-4de5-49de-bade-9c3933d8eb97]
username = "Shiroyashik"
special = [0,0,0,1,0,0] # 6
pride = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] # 25
## With advancedUsers you can set additional parameters
# [advancedUsers.your-uuid-here]
# username = "Your_username_here"
# banned = true
# special = [0,1,0,0,0,0] # Set badges what you want! :D
# pride = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] # Check out note.txt for reference
## you can create an unlimited number of "advancedUsers" for any players.