Configuration - access.xml

This file contains all configuration settings for the player access control system that's provided by plugin.access.php. The control mechanism is inspired by Apache's mod_access module and is configured via the following directives:
  • the Order section, defining the order in which the other two sections are processed

  • the Allow section, containing one or more From fields to specify nations/zones that are allowed access

  • the Deny section, containing one or more From fields to specify nations/zones that are denied access

  • the From values are case-sensitive, upper- and lowercase characters must match exactly with the players' nations/zones you want to control

  • the catch-all value for either the Allow or Deny section is 'all' (lowercase), and in that case this section cannot contain other From fields

  • for more information and examples on these directives, see the comments in access.xml and the aforementioned mod_access page
On TMF/TM², a match on a specified zone will also match its subzones, e.g. a match on "Netherlands" will include all Dutch provinces too.

Lastly, this file contains a couple of message strings for plugin.access.php which can be customized or localized into other languages.
Last updated: 2022-12-12