

Ciggy
Important Warning: This plugin does not encourage smoking or consumption of any kind of drugs. Smoking leads to permanent health issues. This plugin was created for entertainment purposes only.
Requirements: The plugin requires a Paper server version 1.20 or higher (compatible).
How to Use
To start smoking, hold a cigarette in your hand and hold down the right mouse button. To stop smoking - release the button.
The following items can be used as cigarettes:
- Torch
- Redstone Torch
- Soul Torch
- Blaze Rod
- End Rod
- Lightning Rod
Configuration
The configuration file is located at ./plugins/Ciggy/config.yml
. To reload the configuration, use the /ciggyreload
command.
# Note: 20 ticks = 1 second
# Number of ticks to wait for the next interaction packet
# Decreasing this value may make the plugin more responsive
# but may lead to premature smoking cessation
# Values below 7 are not recommended
GraceTickCount: 10
# Number of ticks of continuous smoking for:
# Dealing damage to the player
SmokeDamageRequirement: 200
# Applying blindness effect
SmokeBlindnessRequirement: 140
# Applying nausea effect
SmokeNauseaRequirement: 100
# Coughing after stopping smoking
CoughingRequirement: 100
# Number of ticks before smoking again
SmokeCooldown: 20
# Resource pack URL. Set to null to disable pack downloading.
ResourcePackURL: "https://ryhn.link/_matrix/media/r0/download/ryhn.link/ca5df56e2a58414272123a8ca0241115080ed11f/CiggyPack.zip"
# SHA-1 hash of the resource pack .zip
ResourcePackHash: "153e0690ceed3272341fd1bb1ea1074251650142"
Permissions
Permission | Description | Default |
---|---|---|
ciggy.smoke |
Allows the player to smoke | true |
ciggy.reload |
Allows using the /ciggyreload command |
op |