The Methode "setCustomWorldSetting" from the AdvancedCreator-Object now uses the Bukkit "BlockData" instead of the NMS-Value "IBlockData":
You can create your own BlockData with 'Bukkit.createBlockData(Material)'
While creating the CustomDimensionSettings, you have to specify a Bukkit-Tag as Tag for Infinity-Burning-Blocks instead of a MinecraftKey(NMS) and also for the WorldEffects you now have to choose one of the WorldEffects-Enum instead of a MinecraftKey(NMS)
Bug-Fixes:
CustomDimensionSettings had switched variables -> doBedWorks and respawnAnchorWorks were switched