FabledSkyBlock/src/main/resources/settings.yml

174 lines
4.0 KiB
YAML
Raw Permalink Normal View History

Settings:
Visitor:
Destroy: false
Place: false
Anvil: false
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
ArmorStandUse: false
Beacon: false
Bed: false
AnimalBreeding: false
Brewing: false
Bucket: false
WaterCollection: false
Storage: false
Workbench: false
2020-05-27 15:57:20 +02:00
Trample: false
Door: false
Gate: false
Projectile: false
Enchant: false
Fire: false
Furnace: false
HorseInventory: false
MobRiding: false
MonsterHurting: false
MobHurting: false
MobTaming: true
Leash: false
LeverButton: false
Milking: false
Jukebox: false
2020-06-22 17:02:40 +02:00
Cauldron: false
PressurePlate: false
Redstone: false
Shearing: false
Trading: false
ItemDrop: false
ItemPickup: false
Fishing: false
DropperDispenser: false
SpawnEgg: false
Build 48 # Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island. # Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void. # Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal. # Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed. # Added the variable '%owner' for the player head display names in the leader board menu. # Added the alias '/island upgrades' to the command '/island upgrade'. # Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point. # Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled. # Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false. # Fixed scoreboard glitching when deleting an island. # Fixed TNT damage destroying hanging entities. # Change the 'ArmorStandPlacement' setting to 'EntityPlacement'. # Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 22:03:31 +01:00
HangingDestroy: false
Cake: false
DragonEggUse: false
2020-05-27 15:57:20 +02:00
Minecart: false
Boat: false
Portal: false
Hopper: false
Build 48 # Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island. # Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void. # Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal. # Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed. # Added the variable '%owner' for the player head display names in the leader board menu. # Added the alias '/island upgrades' to the command '/island upgrade'. # Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point. # Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled. # Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false. # Fixed scoreboard glitching when deleting an island. # Fixed TNT damage destroying hanging entities. # Change the 'ArmorStandPlacement' setting to 'EntityPlacement'. # Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 22:03:31 +01:00
EntityPlacement: false
Build 39 # Added tab completion to the commands '/island leaderboard', '/island setspawn', '/island sethologram', and '/island removehologram'. # Added the placeholder '%safety' to the Visit and Information menu to show if an island is safe for visitors. # Added the setting 'ExperienceOrbPickup' to the roles Visitor, Member, and Coop. # Added the option 'Island.Settings.KeepItemsOnDeath' to the configuration file. # Added the option 'Island.Settings.Damage' to the configuration file. # Added the option 'Island.Settings.PvP' to the configuration file. # Added the setting 'Damage' to the 'Island Settings' menu. # Added coop role to the 'Settings Editor' menu. # Fixed creation message being sent to the player on island creation when the error message is sent when the main spawn point hasn't been set. # Fixed new comments not being set in the configuration file (New comments however will appear at the end of a path). # Fixed the permission note 'skyblock.information' not working for the command '/island information'. # Fixed projectiles launched by players damaging entities when the setting 'MobHurting' is disabled. # Fixed players being able to tame entities at an island when the setting 'MobTaming' is disabled. # Fixed NPE generated by cobblestone generators when the index for the random material is zero. # Fixed some water problems with the ore generators caused by water physics. # Fixed '/island chat' enabling chat for other players on the island team. # Fixed messages not being translated when island chat is enabled. # Fixed custom entities not spawning in the island worlds. # Fixed projectiles being under the wrong setting. # Fixed a few mistakes in the 'language.yml' file. # Recoded the 'Settings Editor' menu.
2018-12-06 21:52:09 +01:00
ExperienceOrbPickup: false
2020-05-27 15:57:20 +02:00
Trapdoor: false
Noteblock: false
2020-06-19 22:48:26 +02:00
Damage: true
Member:
Destroy: true
Place: true
Anvil: true
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
ArmorStandUse: true
Beacon: true
Bed: true
AnimalBreeding: true
Brewing: true
Bucket: true
2020-06-22 17:02:40 +02:00
Cauldron: true
WaterCollection: true
Storage: true
Workbench: true
2020-05-27 15:57:20 +02:00
Trample: true
Door: true
Gate: true
Projectile: true
Enchant: true
Fire: true
Furnace: true
HorseInventory: true
MobRiding: true
MonsterHurting: true
MobHurting: true
MobTaming: true
Leash: true
LeverButton: true
Milking: true
Jukebox: true
PressurePlate: true
Redstone: true
Shearing: true
Trading: true
ItemDrop: true
ItemPickup: true
Fishing: true
DropperDispenser: true
SpawnEgg: true
2020-05-27 15:57:20 +02:00
Minecart: true
Boat: true
Build 48 # Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island. # Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void. # Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal. # Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed. # Added the variable '%owner' for the player head display names in the leader board menu. # Added the alias '/island upgrades' to the command '/island upgrade'. # Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point. # Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled. # Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false. # Fixed scoreboard glitching when deleting an island. # Fixed TNT damage destroying hanging entities. # Change the 'ArmorStandPlacement' setting to 'EntityPlacement'. # Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 22:03:31 +01:00
HangingDestroy: true
Cake: true
DragonEggUse: true
Portal: true
Hopper: true
Build 48 # Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island. # Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void. # Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal. # Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed. # Added the variable '%owner' for the player head display names in the leader board menu. # Added the alias '/island upgrades' to the command '/island upgrade'. # Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point. # Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled. # Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false. # Fixed scoreboard glitching when deleting an island. # Fixed TNT damage destroying hanging entities. # Change the 'ArmorStandPlacement' setting to 'EntityPlacement'. # Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 22:03:31 +01:00
EntityPlacement: true
Build 39 # Added tab completion to the commands '/island leaderboard', '/island setspawn', '/island sethologram', and '/island removehologram'. # Added the placeholder '%safety' to the Visit and Information menu to show if an island is safe for visitors. # Added the setting 'ExperienceOrbPickup' to the roles Visitor, Member, and Coop. # Added the option 'Island.Settings.KeepItemsOnDeath' to the configuration file. # Added the option 'Island.Settings.Damage' to the configuration file. # Added the option 'Island.Settings.PvP' to the configuration file. # Added the setting 'Damage' to the 'Island Settings' menu. # Added coop role to the 'Settings Editor' menu. # Fixed creation message being sent to the player on island creation when the error message is sent when the main spawn point hasn't been set. # Fixed new comments not being set in the configuration file (New comments however will appear at the end of a path). # Fixed the permission note 'skyblock.information' not working for the command '/island information'. # Fixed projectiles launched by players damaging entities when the setting 'MobHurting' is disabled. # Fixed players being able to tame entities at an island when the setting 'MobTaming' is disabled. # Fixed NPE generated by cobblestone generators when the index for the random material is zero. # Fixed some water problems with the ore generators caused by water physics. # Fixed '/island chat' enabling chat for other players on the island team. # Fixed messages not being translated when island chat is enabled. # Fixed custom entities not spawning in the island worlds. # Fixed projectiles being under the wrong setting. # Fixed a few mistakes in the 'language.yml' file. # Recoded the 'Settings Editor' menu.
2018-12-06 21:52:09 +01:00
ExperienceOrbPickup: true
2020-05-27 15:57:20 +02:00
Trapdoor: true
Noteblock: true
2020-06-19 22:48:26 +02:00
Damage: true
Operator:
Invite: true
Kick: true
Ban: true
Unban: true
Visitor: true
Member: true
Island: false
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
Coop: true
CoopPlayers: true
MainSpawn: false
VisitorSpawn: true
Border: true
Biome: true
Weather: true
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
Coop:
Destroy: true
Place: true
Anvil: true
ArmorStandUse: true
Beacon: true
Bed: true
AnimalBreeding: true
Brewing: true
Bucket: true
WaterCollection: true
Storage: true
Workbench: true
Crop: true
Door: true
Gate: true
2020-06-22 17:02:40 +02:00
Cauldron: true
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
Projectile: true
Enchant: true
Fire: true
Furnace: true
HorseInventory: true
MobRiding: true
MonsterHurting: true
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
MobHurting: true
MobTaming: true
Leash: true
LeverButton: true
Milking: true
Jukebox: true
PressurePlate: true
Redstone: true
Shearing: true
Trading: true
ItemDrop: true
ItemPickup: true
Fishing: true
DropperDispenser: true
SpawnEgg: true
MinecartBoat: true
Build 48 # Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island. # Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void. # Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal. # Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed. # Added the variable '%owner' for the player head display names in the leader board menu. # Added the alias '/island upgrades' to the command '/island upgrade'. # Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point. # Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled. # Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false. # Fixed scoreboard glitching when deleting an island. # Fixed TNT damage destroying hanging entities. # Change the 'ArmorStandPlacement' setting to 'EntityPlacement'. # Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 22:03:31 +01:00
HangingDestroy: true
Build 38 # Added Console support to the command '/island admin delete', '/island admin owner', '/island admin reload', '/island admin removehologram', and '/island admin setsize'. # Added a check when creating an island that checks if the spawn point has been set and if not an error message will be sent to the player. # Added the setting 'ArmorStandPlacement' to the roles Visitor, Member, and Coop. # Added the option to the configuration file to disable Island Coop. # Added 'Coop Settings' to the 'Settings' menu. # Added the setting 'Edit Coop Settings' to the 'Operator Settings' menu. # Fixed players inventory not updating when interating with an item that is cancelled at an island if the player doesn't have permission. # Fixed cobblestone generators not forming cobblestone when there are no generators or no materials in a generator. # Fixed island operators being able to edit the island settings when they permission for that to do so has been disabled. # Fixed NPE when a player doesn't have permission to change the permission of a setting when they've been removed access. # Fixed the command '/island admin setsize' setting the size of the senders island when the target player is online. # Fixed the command '/island admin owner' getting the island owner of the sender when the target player is online. # Fixed the command '/island admin delete' deleting the senders island rather than the targets. # Fixed NPE when a chance of a material for a generator is set to zero. # Changed the unban item in the 'Operator Settings' menu from a name tag to a rose rose. # Changed the setting name for 'ArmorStand' to 'ArmorStandUse'.
2018-12-04 20:21:46 +01:00
Cake: true
DragonEggUse: true
Portal: true
Hopper: true
Build 48 # Added the option 'Island.Portal.Island' to the configuration file to teleport the player to the end or nether world rather than the island world when they enter a portal at their island. # Added the option 'Island.Void.Teleport.Island' to the configuration file that teleports the player to either the main or island spawn point when the player falls into the void. # Added the path 'Island.Portal.Destination.Message' to the configuration file that sends a message to the player if there's no world available when entering a portal. # Added a check to the confirmation command when a player wants to delete their island that requires their island to be closed. # Added the variable '%owner' for the player head display names in the leader board menu. # Added the alias '/island upgrades' to the command '/island upgrade'. # Fixed upgrades now being removed from a player when they die at an island and are teleported to the main spawn point rather than the island spawn point. # Fixed players being able to place hanging entities at an island when the setting 'EntityPlacement' is enabled. # Fixed TNT damaging players or entities when the 'Explosion Damage' setting is set to false. # Fixed scoreboard glitching when deleting an island. # Fixed TNT damage destroying hanging entities. # Change the 'ArmorStandPlacement' setting to 'EntityPlacement'. # Removed the check that prevents the main spawn point being set in an island world. Keep in mind this will cause issues if the island you have set the main spawn point at doesn't exist.
2018-12-14 22:03:31 +01:00
EntityPlacement: true
Build 39 # Added tab completion to the commands '/island leaderboard', '/island setspawn', '/island sethologram', and '/island removehologram'. # Added the placeholder '%safety' to the Visit and Information menu to show if an island is safe for visitors. # Added the setting 'ExperienceOrbPickup' to the roles Visitor, Member, and Coop. # Added the option 'Island.Settings.KeepItemsOnDeath' to the configuration file. # Added the option 'Island.Settings.Damage' to the configuration file. # Added the option 'Island.Settings.PvP' to the configuration file. # Added the setting 'Damage' to the 'Island Settings' menu. # Added coop role to the 'Settings Editor' menu. # Fixed creation message being sent to the player on island creation when the error message is sent when the main spawn point hasn't been set. # Fixed new comments not being set in the configuration file (New comments however will appear at the end of a path). # Fixed the permission note 'skyblock.information' not working for the command '/island information'. # Fixed projectiles launched by players damaging entities when the setting 'MobHurting' is disabled. # Fixed players being able to tame entities at an island when the setting 'MobTaming' is disabled. # Fixed NPE generated by cobblestone generators when the index for the random material is zero. # Fixed some water problems with the ore generators caused by water physics. # Fixed '/island chat' enabling chat for other players on the island team. # Fixed messages not being translated when island chat is enabled. # Fixed custom entities not spawning in the island worlds. # Fixed projectiles being under the wrong setting. # Fixed a few mistakes in the 'language.yml' file. # Recoded the 'Settings Editor' menu.
2018-12-06 21:52:09 +01:00
ExperienceOrbPickup: true
2020-06-19 22:48:26 +02:00
Damage: true
Owner:
NaturalMobSpawning: true
2020-07-08 08:04:13 +02:00
MobGriefing: true
Explosions: true
2020-07-28 23:47:14 +02:00
ProtectorDamage: true
FireSpread: true
LeafDecay: true
2020-07-11 12:03:01 +02:00
KeepItemsOnDeath: false