Unsign β
The signature is removed by Left Click on a grindstone if the player holds an item with a signature in the main hand
NOTE
A player can only remove their own signature
βοΈ Setting β
π Path message.yml β contact.unsign
βοΈ Default
β
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
block
β
The block that must be clicked to remove the signature
cooldown
β
Usage cooldown
Field | Type | Explanation |
---|---|---|
enable | boolean | Enables the cooldown functionality |
duration | long | How 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:
cooldown:
enable: true
duration: 60
sound
β
Sound playback
Field | Type | Explanation |
---|---|---|
enable | boolean | Enables sound functionality |
volume | float | Sound volume from 0 to 1.0 |
pitch | float | Sound pitch from 0 to 1.0 |
category | String | Category from MASTER , MUSIC , RECORD , WEATHER , BLOCK , HOSTILE , NEUTRAL , PLAYER , AMBIENT , VOICE |
name | String | Sound 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:
sound:
enable: true
volume: 1.0
pitch: 1.0
category: "HOSTILE"
name: "minecraft:entity.llama.spit"
π Permissions β
π Path permission.yml β message.contact.unsign
βοΈ Default
β
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
Type | Explanation |
---|---|
TRUE | Available for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |
cooldown-bypass
β
Permission to bypass the cooldown between uses
sound
β
Permission to use sound