Admin
Players are the out-of-character representation of a game account. A Player can potentially control any number of in-game character Objects (depending on game).
{% endif %}| Player | {% else %}Player | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
|---|
Game entities
{% for app in app_list %} {% if app.name in evennia_entityapps %} {% if app.name == 'Comms' %}This defines entities that has an in-game precense or effect of some kind.
{% endif %}| {{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
|---|
Website
{% for app in app_list %} {% if app.name in evennia_websiteapps %} {% if app.name == 'Flatpages' %}Miscellaneous objects related to the running and managing of the Web presence.
{% endif %}| {{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
|---|
{% trans "You don't have permission to edit anything." %}
{% endif %}