Skip to content

Configuration

ExplodingBottle edited this page Jul 13, 2021 · 4 revisions

Considerations

For compatibility reasons, this plugin uses an active worlds system. That means that if you want this plugin to be enabled on your world, you need to add it as an active world. That means too that your configuration is only applied on active worlds.

Secondly, to avoid encoding problems, the character used in formatting codes of Minecraft, §, has been replaced by &.

Configuration

This page is not a tutorial for YAML language. If you want to learn YAML basics, go here.

  • active-worlds : List : A list containing all the worlds where this plugin is active.
  • prevent-player-damages : Boolean : If player damages should be removed.
  • height-when-failed : Number : The Y position where it is considered that the player has failed.
  • time-before-block-deletes : Number : The time in ticks before a block placed by a player is removed.
  • time-before-first-knockback : Number : The time in ticks before the player get knockback after hitting the armor stand.
  • cancel-weather-changes : Boolean : If we need to cancel each weather changes.
  • jump-force : Decimal number : The jump force applied for knockback.
  • knockback-force : Decimal number : The knockback force applied for knockback.
  • blocks-allowed : Number : The radius of the zone centered on the spawn where you can't place blocks.

ClutchesPractice Plugin

Clone this wiki locally