Provide a warning when an invalid property is entered rather than failing. Fixes WorldEdit entirely failing on new MC versions.

This commit is contained in:
Matthew Miller
2019-04-25 22:48:15 +10:00
parent db4871f022
commit f70557e3da
2 changed files with 14 additions and 5 deletions

View File

@ -52,7 +52,7 @@ public class BukkitImplLoader {
"**\n" +
"** When working with blocks or undoing, chests will be empty, signs\n" +
"** will be blank, and so on. There will be no support for entity\n" +
"** and biome-related functions.\n" +
"** and block property-related functions.\n" +
"**\n" +
"** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters\n" +
"**********************************************\n";