ContentPackagesConfigFields
public void ContentPackagesConfigFields(String filename, boolean isEnabled, String name, List<String> customInfo, String downloadLink, ContentPackagesConfigFields.DungeonSizeCategory dungeonSizeCategory, String worldName, World.Environment environment, Boolean protect, String teleportLocationString, String startLocationString, int dungeonVersion, String playerInfo, String regionEnterMessage, String regionLeaveMessage, List<String> rawDungeonObjectives, String dungeonConfigFolderName, int contentLevel, boolean allowExplosions)
public void ContentPackagesConfigFields(String filename, boolean isEnabled, String name, List<String> customInfo, String downloadLink, String worldName, World.Environment environment, Boolean protect, String teleportLocationString, int dungeonVersion, String playerInfo, String regionEnterMessage, String regionLeaveMessage, String dungeonConfigFolderName, boolean allowExplosions)
public void ContentPackagesConfigFields(String filename, boolean isEnabled, String name, List<String> customInfo, String downloadLink, List<String> containedPackages)
Used by meta packages
Parameters
filename
Filename of the dungeon
isEnabled
If the dungeon is enabled
name
Human name of the dungeon
customInfo
Info displayed to players in menus
downloadLink
Download link for the dungeon
public void ContentPackagesConfigFields(String filename, boolean isEnabled, String name, List<String> customInfo, String downloadLink, ContentPackagesConfigFields.DungeonSizeCategory dungeonSizeCategory, String worldName, World.Environment environment, Boolean protect, String teleportLocationString, int dungeonVersion, String playerInfo, String regionEnterMessage, String regionLeaveMessage, String dungeonConfigFolderName, boolean allowExplosions)
Used by the world-based open dungeons
Parameters
filename
Filename of the dungeon
isEnabled
If the dungeon is enabled
name
Human name of the dungeon
customInfo
Info displayed to players in menus
downloadLink
Download link for the dungeon
dungeonSizeCategory
Size of the dungeon
worldName
Name of the world in the Minecraft files
environment
World environment, is shared with the wormhole world
protect
If the dungeon should be protected with WorldGuard
teleportLocationString
Location to teleport players to
dungeonVersion
Version of the dungeon
playerInfo
Additional custom info for players
regionEnterMessage
Message upon entering the region
regionLeaveMessage
Message upon leaving the region