New Items database menu, improved staff controls, fixed many bugs.
New Discord bot ( will be adding advanced features for 1.0.5 )
Installation of the bot: Discord bot setup
The discord bot replaces webhooks. use /log
to register a channel to receive the desired logs
There’s an issue with older version’s sql regarding foreign keys which wouldn’t allow you to remove staff that have given bans in the past.
Please edit your luxu_admin_bans
table to On Delete → SET NULL, as the following picture suggests:
Screenshot from Heidisql
🔑 New config/api.json
options
"discord_bot": {
"enabled": true,
"client_id": "REPLACE_ME",
"token": "REPLACE_ME",
"guild_id": "REPLACE_ME"
}
🗣️ New Locales
"are_you_sure_you_want_to_delete_this_file": "Are you sure you want to delete this file?",
"irreversible_action_confirmation": "This action is irreversible",
"items": "Items",
"amount": "Amount",
"items_database": "Items Database",
"players_with": "Players With",
"select_an_item_to_view_players_with_it": "Select an item to view players with it",
"view_all_your_registered_items_and_who_has_them": "View all your registered items and who has them",
"staff_members_can_pull_you_to_a_private_call_channel_where_you_two_can_chat_without_other_players_hearing_your_conversation": "Staff members can pull you to a private call channel where you two can chat without other players hearing your conversation"
📂 Files changed