25 lines
370 B
Lua
25 lines
370 B
Lua
data:extend({
|
|
|
|
|
|
-- PER PLAYER
|
|
|
|
{
|
|
type = "bool-setting",
|
|
name = "charxpmod_print_xp_user",
|
|
setting_type = "runtime-per-user",
|
|
default_value = true,
|
|
order = "ba"
|
|
},
|
|
|
|
|
|
{
|
|
type = "bool-setting",
|
|
name = "charxpmod_hide_xp_panel",
|
|
setting_type = "runtime-per-user",
|
|
default_value = false,
|
|
order = "ba"
|
|
},
|
|
|
|
|
|
|
|
}) |