Custom Drugs brings you the ability to create you own drugs and
add you own crafting recipes all with an easy-to-use configuration.
Commands
/drugs - View the list of drugs, drugs recipes, and get the drug.
Permissions
customdrugs.commands.drugs
Allows access to view drugs and their recipes.
customdrugs.commands.drugs.spawn
Allows players to spawn in drugs using the GUI.
Custom Drugs is easy for you and your players to use with an in-game GUI to view drugs, drug recipes, and get the drugs.
Full Potion Effect List: https://tinyurl.com/effectTypes
Full Material List: https://tinyurl.com/spigotMaterials
Code (YAML):
# The ID to store the drug under.
#example:
# # The duration of the drug in seconds.
# duration: 60
# # The name of the in-game item.
# displayName: '&fExample'
# # The material of the in-game item.
# material: 'PAPER'
# # The lore text of the in-game item.
# lore:
# - "&7Example Lore"
# # Applied to the player when consumed
# potionEffects:
# - "effect:duration:amplifier"
# # Applied to the player when worn off
# negativeEffects:
# - "effect:duration:amplifier"
marijuana:
duration
: 60
displayName
: '&2Marijuana'
material
: 'GREEN_DYE'
lore
:
-
"&c⚠ Contains THC ⚠"
-
"&cKeep out of reach of children and pets."
potionEffects
:
-
"damage_resistance:60:2"
-
"regeneration:25:2"
negativeEffects
:
-
"slow:20:1"
crafting-ingridients
:
[
"FERN",
"POTION"
]
If you have suggestions, complains, or bug reports you can contact me on discord at
michadev#5263.