Command /spit
โ
Command to create spits
BE CAREFUL
This command will not work if the Spit
module is disabled
โ๏ธ Setting โ
๐ Path command.yml โ spit
โ๏ธ Default
โ
spit:
enable: false
aliases:
- "spit"
cooldown:
enable: false
sound:
enable: false
enable
โ
Enables or disables the functionality of the module
aliases
โ
List of aliases for using the command
ALIASES CAN BE ANYTHING
For example, newcommand
, ะฝะพะฒะฐัะบะพะผะฐะฝะดะฐ
, ban
, me
, etc.
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 โ command.spit
โ๏ธ Default
โ
spit:
name: "flectonepulse.module.command.spit"
type: TRUE
cooldown-bypass:
name: "flectonepulse.module.command.spit.cooldown.bypass"
type: OP
sound:
name: "flectonepulse.module.command.spit.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