Is this line "*": 1000 in the config meant to limit total entitys for the player ? please explain.
Purpose of line with asterisk?Solved
* means universal key (everything will match)
Sorry to be dense but I am still not clear on what you mean. blelow is part of my config. I am trying to limit small stashes to 5. tool cupbords to 15 and mining quarrys to 2. does the "*": 1000 limit something ? total enitys for the player ?
"Permission cache time (seconds)": 700,
"Warn about limits every X entities": 50,
"Permissions": [
{
"Permission": "EntityLimit.default",
"Priority": 0,
"Limits Global": {
"small_stash_deployed": 5,
"cupboard.tool.deployed": 15,
"mining_quarry": 2,
"*": 1000
},
"Limits Building": {
"foundation": 2005,
"foundation.triangle": 2005,
"assets/prefabs/npc/autoturret/autoturret_deployed.prefab": 70
}
"Permission cache time (seconds)": 700,
"Warn about limits every X entities": 50,
"Permissions": [
{
"Permission": "EntityLimit.default",
"Priority": 0,
"Limits Global": {
"small_stash_deployed": 5,
"cupboard.tool.deployed": 15,
"mining_quarry": 2,
"*": 1000
},
"Limits Building": {
"foundation": 2005,
"foundation.triangle": 2005,
"assets/prefabs/npc/autoturret/autoturret_deployed.prefab": 70
}
" does the "*": 1000 limit something ? total enitys for the player ?"
Yes
Yes
Locked automatically