Skip to content

Configuration

ExplodingBottle edited this page Jul 14, 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.
  • clutch-block : Block: The block that is given to the player to clutch.
  • clutch-blocks-amount : Number: The number of blocks that are given to the player to clutch.
  • blocks-allowed : Number : The radius of the zone centered on the spawn where you can't place blocks.
  • command-to-exec-joining : List : Commands to execute when the player join active worlds.
  • command-to-exec-leaving : List : Commands to execute when the player leave active worlds.
  • command-to-exec-leaving : List : Commands to execute when the player leave active worlds.
  • prevent-item-dropping : Boolean : If we deny players to drop items. Only operators can bypass this parameter.

Messages

You can translate every messages that are after the Messages commentary.

Commands

The main command of this plugin is clutchespractice or clp. This command have some options:

  • help : Show the help message that lists commands available
  • summonhelper Summon an helper ( armor stand )

ClutchesPractice Plugin

Clone this wiki locally