diff --git a/modules/triggers/triggers/embeds/list.json b/modules/triggers/triggers/embeds/list.json index 167b03f..2e467d1 100644 --- a/modules/triggers/triggers/embeds/list.json +++ b/modules/triggers/triggers/embeds/list.json @@ -735,5 +735,21 @@ "value": "https://luckperms.net/wiki/Installation#other-permission-plugins" } ] + }, + { + "name": "limit", + "aliases": ["editorlimit"], + "title": "Web Editor Player Limit (500 players)", + "description": "The LuckPerms web editor is limited to loading a maximum of 500 players at once for performance and storage reasons.", + "fields": [ + { + "key": "Need to edit a specific player?", + "value": "Use the in-game command:\n/lp user editor\n\nThis generates a direct link containing only that player." + }, + { + "key": "Need to mass-edit many users?", + "value": "Use the bulk update system instead:\nUse the in-game command: /lp bulkupdate\n\nWiki: https://luckperms.net/wiki/Bulk-Editing" + } + ] } ]