Drugs
----------------------------
Ever wanted drugs for your prison server, but couldn't find any useful plugins or had many limitations?
This drug is perfect for your needs!
Features
----------------------------
- List of default drugs
- Configuration options to create virtually unlimited drugs!
- Sign support to sell your drugs
- Vault support
- Drug permission support
- Drug cost support
- Overdose support
Config
----------------------------
Code (Text):
### Drugs default config ###
#Enable this to load the default drugs that come with the plugin
enable-default-drugs: true
#Customize your own drugs here!
drugs:
#This is the ID of your drug, used in commands
CustomDrug:
#The drug's item name
name: '&cCustomDrug'
#The drug's item ID (id:data)
item: '322:1'
#The cost of the drug (Requires Vault, negative values pay player)
cost: 50
#The amount of uses guaranteed before an overdose
overdose: 3
#Your list of effects when the drug is taken, all fields are optional, but if 'effects' is present, there must be at least one effect
effects:
#This gives the player Poison I for 30 seconds
- 'effect: 19:30:1'
#This sets the player's health to 20 (positive values set health, negative damages the player)
- 'health: 20'
#This removes 4 hunger from the player (positive values set hunger, negative removes hunger)
- 'hunger: -4'
#This sets the player's saturation to 10 (positive values set saturation, negative removes saturation)
- 'saturation: 10'
Commands
----------------------------
- /drug <drug> [player] - Gives yourself or another player a stack of a specific drug
- /drug effect <drug> [player] - Give yourself or another player the effects of a drug as if they used it
- /drug list - Show yourself the list of drugs
- /drug reload - Reload the plugin's configuration
Feedback
----------------------------
Feedback on this resource would be much appreciated! It helps me to think of new features and you guys to get credit for additions that I may add!

Drugs 1.1
A whole new drug experience for prison servers!