Changes

Statistics

Statistics

⚙️ config.json new options (🟢 Green = new)

  "hierarchy_protection": true,
+ "default_duty": true,
  "branding": {

Database Changes

Execute the following code to update your database and add missing structure

ALTER TABLE `luxu_admin_groups` ADD COLUMN `sprite` LONGTEXT NULL;

🗣️ New Locales

  "staff_sprite": "Staff Sprite",
  "width": "Width",
  "height": "Height",
  "change": "Change",
  "change_staff_sprite": "Change Staff Sprite",
  "set_the_staff_url_or_base64": "Set the staff url or base64",
  "invalid_image_url": "Invalid image url",
  "sprite_preview": "Sprite Preview",
  "sprite": "Sprite",
  "load": "Load",
  "size": "Size",
  "birthday": "Birthday",
  "show_sprite": "Show Sprite",
  "join_voice_channel": "Join Voice Channel",
  "leave_voice_channel": "Leave Voice Channel",
  "join": "Join",
  "leave": "Leave",
  "in_voice_channel": "In Voice Channel",
  "not_in_voice_channel": "Not in Voice Channel"