Skip to content

1.75

Choose a tag to compare

@tsebring tsebring released this 26 Nov 16:52

Added wild creatures and wild creature statistics to the server view.

New access control configuration settings

{
  "accessControl": {
    "server": {
      "wildcreatures": [ "guest" ],
      "wildcreatures-basestats": [ "guest" ],
      "wildcreatures-ids": [ "guest" ],
      "wildcreatures-statistics": [ "guest" ]
    }
  }
}