CE 2.0+ Config

CE 2.1e Config

Global:

Updates:

  • ShowPercentageOnUpdate: true - Whether or not to show the progress of an update

Logging:

  • Enabled: false - Set this to true to enable logging, this allows you to see whether certain events/items/enchantments have performance issues
  • MinimumMsForLog: 1000 - The minimum Milliseconds that is required to log something, this can be used to reduce spam to the console
  • LogEvents: true - This enables logging of events, i.e. players moving, block breaking, etc.
  • LogItems: true - This enables logging of the usage and processing of items
  • LogEnchantments: true - This enables logging of the usage and processing of enchantments

Enchantments:

  • CEnchantmentColor: ITALIC;DARK_RED - The colors of the Custom Enchantments, multiple colors are seperated by a ';', check the list of colors here
  • CEnchantmentTable: true - Set this to true to allow players to receive Custom Enchantments through the Enchantment Table
  • CEnchantingProbability: 10 - This is the chance of a player to get Custom Enchantments when enchanting
  • MaximumCustomEnchantments: 1000 - The maximum number of Custom Enchantments an item can have at a given time
  • UseCustomEnchantmentProbability: false - If set to false, any of your inputs of an individual enchantments enchanting probability will be ignored and a calculated value will be used (Every possible enchantment then has the same chance of getting applied when enchanting)
  • RequirePermissions: true - Set this to true to require permissions in order for players to use Custom Enchantments and Custom Items
  • RepeatPotionEffects: true - Set this to true to repeat applying potion effects of enchantments/items with the given RepeatDelay Deprecated
  • RepeatDelay: 1000 - The Delay to reapply PotionEffects at if it is enabled. The duration of repeated potion effects will always be 5 seconds higher than this value Deprecated

Enchantments:

Most enchantments have special config entries, check them here. Beyond those entries, all enchantments have the same basic entries:

  • Enabled - Defines whether this enchantment is enabled or not
  • DisplayName - The display name of the enchantment
  • EnchantmentProbability - The probability of a player obtaining this enchantment via the enchantment table
  • EnchantmentMaxLevel - The maximum level of this enchantment that players can obtain via the enchantment table
  • OccurenceChance - The chance of the enchantment occuring when it is triggered
  • Cost - The cost of the enchantment in /ce menu

Items:

Most items have special config entries, check them here. Beyond those entries, all items have the same basic entries:

  • Enabled - Defines whether this item is enabled or not
  • DisplayName - The displayname of the item
  • Color - The color of the item's name
  • Description - The item's description, multiple lines are seperated by ';'
  • Cooldown - The item's cooldown
  • Cost - The cost of the item in /ce menu