Skip to content

Unsign ​

The signature is removed by Left Click on a grindstone if the player holds an item with a signature in the main handunsign

NOTE

A player can only remove their own signature

βš™οΈ Setting ​

πŸ“‚ Path message.yml β†’ contact.unsign

βš–οΈ Default ​

yml
unsign:
  enable: false
  drop-dye: true
  block: "GRINDSTONE"
  cooldown:
    enable: false
  sound:
    enable: false

enable ​

Enables or disables the functionality of the module

drop-dye ​

Enables dropping the dye that was used in the signature unsign

block ​

The block that must be clicked to remove the signature

cooldown ​

Usage cooldown

FieldTypeExplanation
enablebooleanEnables the cooldown functionality
durationlongHow many ticks must pass between uses

HOW TO USE COOLDOWN?

Replace false with true and restart FlectonePulse using the /flectonepulse reload command. Additional cooldown settings will appear AFTER RELOADING.

The cooldown configuration will look like this:

yaml
cooldown:
  enable: true
  duration: 60

sound ​

Sound playback

FieldTypeExplanation
enablebooleanEnables sound functionality
volumefloatSound volume from 0 to 1.0
pitchfloatSound pitch from 0 to 1.0
categoryStringCategory from MASTER, MUSIC, RECORD, WEATHER, BLOCK, HOSTILE, NEUTRAL, PLAYER, AMBIENT, VOICE
nameStringSound name, for example minecraft:entity.llama.spit

HOW TO USE SOUND?

Replace false with true and restart FlectonePulse using the /flectonepulse reload command. Additional sound settings will appear AFTER RELOADING.

The sound configuration will look like this:

yaml
sound:
  enable: true
  volume: 1.0
  pitch: 1.0
  category: "HOSTILE"
  name: "minecraft:entity.llama.spit"

πŸ” Permissions ​

πŸ“‚ Path permission.yml β†’ message.contact.unsign

βš–οΈ Default ​

yml
unsign:
  name: "flectonepulse.module.message.contact.unsign"
  type: TRUE
  cooldown-bypass:
    name: "flectonepulse.module.message.contact.unsign.cooldown.bypass"
    type: OP
  sound:
    name: "flectonepulse.module.message.contact.unsign.sound"
    type: TRUE

name ​

Permission name

type ​

Permission type

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)

cooldown-bypass ​

Permission to bypass the cooldown between uses

sound ​

Permission to use sound