Ciggy
Add smoking to your Minecraft server
Ciggy
This plugin does not encourage smoking or consumption of any kind of drugs. Smoking will lead to permanent health issues. This plugin was made for entertainment purposes only.
This plugin requires a Paper 1.20 (or higher/compatible) server and a resource pack (Resource pack for 1.2 is in the change log)
Resource pack is no longer required as of 1.3, the plugin will prompt users to download one If you wish to disable this feature, set `ResourcePackURL` to `null` in the config.
Demo availabe on the femboy.pictures server (1.20.2)
To smoke, hold a cigarette in your hand and hold right click. Release right click to stop smoking The following items can be used as a cigarette: * Torch * Redstone Torch * Soul Torch * Blaze Rod * End Rod * Lightning Rod
Permissions
|Name|Description|Default| |---|---|---| |`ciggy.smoke`|Allows the player to smoke|true| |`ciggy.reload`|Allows the use of the `/ciggyreload` command|op|
Config
Config is located in `./plugins/Ciggy/config.yml`. To reload the config, run `/ciggyreload`. ```yml
Note: 20 ticks = 1 second
Amount of ticks to wait for the next interact packet
Lowering this value might make the plugin more responsive
but might lead players to stop smoking without releasing right click
Values under 7 are not recommended
GraceTickCount: 10
Amount of ticks of continuous smoking to wait to
Deal damage to smoking player
SmokeDamageRequirement: 200
Apply blindness effect
SmokeBlindnessRequirement: 140
Apply nausea effect
SmokeNauseaRequirement: 100
Cough after stopping smoking
CoughingRequirement: 100
Amount of ticks before player can smoke again after starting smoking
SmokeCooldown: 20
1.3 and above:
The URL to the resource pack. Set to null to disable pack downloading.
ResourcePackURL: "https://ryhn.link/_matrix/media/r0/download/ryhn.link/ca5df56e2a58414272123a8ca0241115080ed11f/CiggyPack.zip"
SHA-1 of the resource pack .zip
ResourcePackHash: "153e0690ceed3272341fd1bb1ea1074251650142" ```