-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathpumpkinFeatures.toml
More file actions
122 lines (99 loc) · 1.98 KB
/
pumpkinFeatures.toml
File metadata and controls
122 lines (99 loc) · 1.98 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[logging]
enabled = true
level = "Info"
threads = true
color = true
timestamp = true
file = "latest.log"
[resource_pack]
enabled = false
url = ""
sha1 = ""
prompt_message = ""
force = false
[world]
lighting = "default"
autosave_ticks = 0
[world.chunk]
type = "anvil"
linear_version = "V1"
write_in_place = false
[world.chunk.compression]
algorithm = "LZ4"
level = 6
[networking.authentication]
enabled = true
connect_timeout = 5000
read_timeout = 5000
prevent_proxy_connections = false
auth_url = ""
prevent_proxy_connection_auth_url = ""
[networking.authentication.player_profile]
allow_banned_players = false
allowed_actions = ["FORCED_NAME_CHANGE", "USING_BANNED_SKIN"]
[networking.authentication.textures]
enabled = true
allowed_url_schemes = ["http", "https"]
allowed_url_domains = [".minecraft.net", ".mojang.com"]
[networking.authentication.textures.types]
skin = true
cape = true
elytra = true
[networking.query]
enabled = false
address = "0.0.0.0:25565"
[networking.rcon]
enabled = false
address = "0.0.0.0:25575"
password = ""
max_connections = 0
[networking.rcon.logging]
logged_successfully = true
wrong_password = true
commands = true
quit = true
[networking.proxy]
enabled = false
[networking.proxy.velocity]
enabled = false
secret = ""
[networking.proxy.bungeecord]
enabled = false
[networking.packet_compression]
enabled = true
threshold = 256
level = 4
[networking.lan_broadcast]
enabled = false
port = 0
[commands]
use_console = true
use_tty = false
log_console = true
default_op_level = 0
[chat]
format = "<{DISPLAYNAME}> {MESSAGE}"
[pvp]
enabled = true
hurt_animation = true
protect_creative = true
knockback = true
swing = true
[server_links]
enabled = true
bug_report = "https://github.com/Pumpkin-MC/Pumpkin/issues"
support = ""
status = ""
feedback = ""
community = ""
website = ""
forums = ""
news = ""
announcements = ""
[server_links.custom]
Discord = "https://discord.gg/pumpkin"
[player_data]
save_player_data = true
save_player_cron_interval = 300
[fun]
april_fools = false