About Entity Lists
Entity Lists shows you all living entities on your server in an organized user friendly UI. Can view the name, health, location, ID, and alive time for each entity and includes group permissions where you can create different groups that can only see certain lists. Includes admin controls to teleport to a specific player/entity, teleport them to your location, and/or kill that entity.
Features:
- UI with lists of all Entities
- Details of each entity (name, ID, location, alive time, health)
- Group Permissions
- Options to show/hide each list per group
- Option to allow locations per group
Admins:
- Adjust all settings in game using UI
- Teleport to entity
- Teleport entity to you
-
Kill entity
Config:
{ "Settings": { "openui": "elist", "requireperms": true, "refreshtime": 10 }, "Permission Groups": { "ELGroup1": { "groupname": "EL Group 1", "players": true, "sleepers": true, "npcs": false, "animals": false, "frankenstein": false, "locations": false }, "ELGroup2": { "groupname": "EL Group 2", "players": true, "sleepers": true, "npcs": true, "animals": true, "frankenstein": false, "locations": false } } }
Language:
{
"EL_admin_001": "Admin Settings",
"EL_menu_001": "Menu",
"EL_menu_002": "Main",
"EL_menu_003": "Admin",
"EL_menu_004": "Save",
"EL_001": "Entity Lists",
"EL_002": "Players",
"EL_003": "Sleepers",
"EL_004": "Scientists",
"EL_005": "Tunnel Dwellers",
"EL_006": "Underwater Dwellers",
"EL_007": "Animals",
"EL_008": "Scarecrows",
"EL_009": "Zombies",
"EL_010": "Name",
"EL_011": "Health",
"EL_012": "ID",
"EL_013": "Location",
"EL_014": "Time Alive",
"EL_015": "{0} mins",
"EL_016": "{0} hours",
"EL_020": "You do not have permission to view Entity Lists",
"EL_021": "Information Panel",
"EL_022": "(Click any Entity to view details here)",
"bear": "Bears",
"polarbear": "Polar Bears",
"wolf": "Wolves",
"stag": "Stags",
"boar": "Boars",
"ridablehorse2": "Horses",
"shark": "Sharks",
"chicken": "Chickens",
"close": "Close",
"pageprev": "Prev",
"pagenext": "Next",
"EL_admin_002": "Open UI Chat Command",
"EL_admin_003": "Require Permissions",
"EL_admin_004": "Turning this off will allow everyone to view all UI pages and entities.",
"EL_admin_005": "Permission Groups",
"EL_admin_006": "Create Group",
"EL_admin_007": "Require Permissions Disabled",
"EL_group_001": "Permission Groups",
"EL_group_002": "Editing Group: {0}",
"EL_group_003": "Group Name",
"EL_group_004": "View Options",
"EL_017": "NPCs",
"EL_admin_008": "Refresh Timer",
"EL_admin_009": "⇧ Teleport ⇧",
"EL_admin_010": "⇩ Teleport ⇩",
"EL_admin_011": "Kill"
}