-
Notifications
You must be signed in to change notification settings - Fork 4
/
settingtypes.txt
57 lines (38 loc) · 1.49 KB
/
settingtypes.txt
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
[pala_food]
# Are golden apples disabled.
# default: true
pala_food.clear_golden_apples (Clear golden apples) bool true
[pala_grade]
# Default grade to use.
# default: none
pala_grade.default_grade (Default grade) enum none none,chalenger,hero,legendary,youtube
[pala_job]
# Default xp amount per job.
pala_job.default_xp (Default XP) int 0
[pala_mapgen]
# If disabled, no custom ores will be generated.
pala_mapgen.generate_ores (Custom ores generation) bool true
# If disabled, no trixium ores will be generated.
# If the pala_mapgen.generate_ores is set to false, trixium will neither be generated
pala_mapgen.generate_trixium (Trixium generation) bool true
[pala_server]
# Is custom anticheat enabled.
pala_server.anticheat (Anticheat) bool true
# Is PvP enabled at spawn.
pala_server.pvp_spawn (PvP at spawn) bool false
# PvP protection radius at spawn.
pala_server.pvp_spawn_radius (Disabled PvP radius at spawn) int 30
# Is clear lag enabled.
pala_server.clear_lag (Clear Lag) bool true
# Clear lag interval.
pala_server.clear_lag_interval (Clear Lag interval) int 300 60
[pala_tools]
# Time between each minage voidstone check.
# Increase for better performances
# Decrease for smoother gameplay.
pala_tools.minage_voidstone_interval (Minage Voidstone Interval) int 2 0 10
[advanced]
# Enable debug features
palamod.debug (Debug features) bool false
# Experimental features for testing purpose
palamod.experimental (Experimental features) bool false