|
154 | 154 | "ftbchunks.claim_dimension_whitelist.tooltip": "Whitelist for dimension ID's where chunks may be claimed. If non-empty, dimension *must* be in this list (and also not in \"Dimension Blacklist\".\nSame syntax as for \"Dimension Blacklist\"", |
155 | 155 | "ftbchunks.no_wilderness": "Protect Unclaimed Regions", |
156 | 156 | "ftbchunks.no_wilderness.tooltip": "If true, chunks must be claimed before they can be built on", |
| 157 | + "ftbchunks.no_wilderness_dimensions": "Protect Unclaimed Regions Per-Dimension", |
| 158 | + "ftbchunks.no_wilderness_dimensions.tooltip": "List of dimension ID's where chunks must be claimed before modifying.\nE.g. add \"minecraft:the_nether\" to require chunks to be claimed in the Nether.\nWildcards are allowed, e.g. \"othermod:*\" matches all dimensions added by \"othermod\"", |
157 | 159 | "ftbchunks.force_disable_minimap": "Disable Minimap for Clients", |
158 | 160 | "ftbchunks.max_idle_days_before_unclaim": "Max Idle Days Before Unclaim", |
159 | 161 | "ftbchunks.max_idle_days_before_unclaim.tooltip": "If no team member logs in for this many days, the team's claims will be released.\nSetting this to 0 disables auto-unclaiming.", |
160 | 162 | "ftbchunks.max_idle_days_before_unforce": "Max Idle Days Before Unforceload", |
161 | 163 | "ftbchunks.max_idle_days_before_unforce.tooltip": "If no team member logs in for this many days, any force-loaded chunks will no longer be force-loaded.\nSetting this to 0 disables auto-unforceloading.", |
162 | 164 | "ftbchunks.long_range_tracker_interval": "Long Range Player Tracker Interval", |
163 | | - "ftbchunks.long_range_tracker_interval.tooltip": "Interval in ticks to send updates to clients with long-range player tracking data.\nLower values mean more frequent updates but more server load and network traffic;\n be careful with this, especially on busy servers.\nSetting this to 0 disables long-range tracking.", |
| 165 | + "ftbchunks.long_range_tracker_interval.tooltip": "Interval in ticks to send updates to clients with long-range player tracking data.\nLower values mean more frequent updates but more server load and network traffic; be careful with this, especially on busy servers.\nSetting this to 0 disables long-range tracking.", |
164 | 166 | "ftbchunks.protect_unknown_explosions": "Prevent Explosions from Unknown Sources", |
165 | 167 | "ftbchunks.protect_unknown_explosions.tooltip": "Some explosion sources (e.g. Ghasts) can't be determined in code.\nIf this setting is true, damage from these explosion is prevented in protected chunks.", |
166 | 168 | "ftbchunks.hard_team_claim_limit": "Hard Max Team Claim Limit", |
|
173 | 175 | "ftbchunks.require_game_stage.tooltip": "If true, players must have the 'ftbchunks_mapping' game stage (KubeJS and/or Gamestages required) to be able to open the map or see the minimap", |
174 | 176 | "ftbchunks.location_mode_override": "Override Team \"Location Visibility\"", |
175 | 177 | "ftbchunks.location_mode_override.tooltip": "If true, team \"Location Visibility\" settings are ignored, and all players can see each other anywhere on the map", |
| 178 | + "ftbchunks.max_prevented_log_age": "Fake Player Prevented Access Log Age", |
| 179 | + "ftbchunks.max_prevented_log_age.tooltip": "Age in days to keep logs of prevented fake player access\nNote: not fully implemented feature; will be used in future to display & control access by fake players to your claims", |
176 | 180 | "ftbchunks.claim_result": "Chunks modified: %d / %d", |
177 | 181 | "ftbchunks.claim_result.other": "Unknown issues", |
178 | 182 | "ftbchunks.claim_result.not_owner": "Not the chunk owner", |
|
0 commit comments