Makes sure blacksmith messages include all arguments

This commit is contained in:
2022-10-07 16:05:36 +02:00
parent 7d682c93b4
commit 878ad3aa67
3 changed files with 74 additions and 24 deletions

@ -92,7 +92,6 @@ public class BlacksmithPlugin extends JavaPlugin {
// default value as the current value if the current value is null, as it's effectively the actual value.
// Additionally, this would allow NPC settings to update when the default is changed, as long as no custom
// value has been set.
//TODO: For messages, all arguments need to be combined (joined using spacebar) to make things work properly
}
/**