mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Improved some error messages.
This commit is contained in:
parent
b00b0bc786
commit
c1d8402db4
@ -167,9 +167,9 @@ public class SMWorldEditListener extends PluginListener {
|
|||||||
} catch (IncompleteRegionException e2) {
|
} catch (IncompleteRegionException e2) {
|
||||||
modPlayer.sendMessage(Colors.Rose + "The edit region has not been fully defined.");
|
modPlayer.sendMessage(Colors.Rose + "The edit region has not been fully defined.");
|
||||||
} catch (UnknownItemException e3) {
|
} catch (UnknownItemException e3) {
|
||||||
modPlayer.sendMessage(Colors.Rose + "Unknown item.");
|
modPlayer.sendMessage(Colors.Rose + "Block name was not recognized.");
|
||||||
} catch (DisallowedItemException e4) {
|
} catch (DisallowedItemException e4) {
|
||||||
modPlayer.sendMessage(Colors.Rose + "Disallowed item.");
|
modPlayer.sendMessage(Colors.Rose + "Block not allowed (see WorldEdit configuration).");
|
||||||
} catch (MaxChangedBlocksException e5) {
|
} catch (MaxChangedBlocksException e5) {
|
||||||
modPlayer.sendMessage(Colors.Rose + "The maximum number of blocks changed ("
|
modPlayer.sendMessage(Colors.Rose + "The maximum number of blocks changed ("
|
||||||
+ e5.getBlockLimit() + ") in an instance was reached.");
|
+ e5.getBlockLimit() + ") in an instance was reached.");
|
||||||
|
Loading…
Reference in New Issue
Block a user