mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Added help message to //load saying to use //paste.
This commit is contained in:
parent
e534a7a50e
commit
e1c1b2f134
@ -809,7 +809,7 @@ public class WorldEditListener extends PluginListener {
|
||||
} else {
|
||||
session.setClipboard(CuboidClipboard.loadSchematic(filePath));
|
||||
logger.log(Level.INFO, player.getName() + " loaded " + filePath);
|
||||
player.print(filename + " loaded.");
|
||||
player.print(filename + " loaded. Paste it with //paste");
|
||||
}
|
||||
} catch (DataException e) {
|
||||
player.printError("Load error: " + e.getMessage());
|
||||
|
Loading…
Reference in New Issue
Block a user