Does not work with world Edit
Opened this issue ยท 4 comments
With this mod in a server worldedit does not work with error Java.lang.IllegalArgumentException: can't have a block ID above 4095 (4483 Given) and I figured to post it here as there is no way to get ahold of the world edit dev
Are you using the mod or the plugin or.......? We need to know this to check. Also, if you're using mods, WorldEdit should tell you to use the block ID and meta, not the numerical ID in any command.
we tried using //cut and that would spam the console its also the forge mod variant
Thanks for the report, WorldEdit's check that block IDs are <4096 needs to be disabled.
According to a post link here https://github.com/fewizz/NotEnoughIDs/issues/37 , this is what is causing the Worldedit problem and someone found a quick fix.