FastAsyncWorldEdit
FastAsyncWorldEdit copied to clipboard
Make schematic command messages configurable
Server Implementation
Paper
Server Version
1.19.4
Describe the bug
The message fawe.worldedit.schematic.schematic.saved from strings.json is not used. The first message cannot be set.
We have 5 x TODOS in this class about message transfer.
/worldedit-core/src/main/java/com/sk89q/worldedit/command/SchematicCommands.java#L927-L929
TextComponent filesizeNotif = TextComponent.of( //TODO - to be moved into captions/translatablecomponents
SCHEMATIC_NAME + " size: " + String.format("%.1f", filesizeKb) + "kb", TextColor.GRAY);
actor.print(filesizeNotif);
To Reproduce
- //copy
- //schem save
Expected behaviour
Messages like the configuration.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
Fawe Version
FAWE, build 639
Checklist
- [X] I have included a Fawe debugpaste.
- [X] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response