Skip to content

Commit bdd55ee

Browse files
committed
refactor: update spawner action logger shutdown message and modify embed title format
1 parent 84d605e commit bdd55ee

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

core/src/main/java/github/nighter/smartspawner/logging/SpawnerActionLogger.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,5 @@ public void shutdown() {
237237
if (discordLogger != null) {
238238
discordLogger.shutdown();
239239
}
240-
241-
plugin.getLogger().info("Spawner action logger shut down successfully");
242240
}
243241
}

core/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ logging:
327327
# Discord Embed Configuration
328328
embed:
329329
# Embed title (supports placeholders)
330-
title: "🔔 Spawner Action Log"
330+
title: "SmartSpawner Log - {event_type}"
331331

332332
# Embed description (supports placeholders)
333333
# Available placeholders: {description}, {event_type}, {player}, {world}, {x}, {y}, {z}, {location}, {entity}, {time}

0 commit comments

Comments
 (0)