WeedPlugin

About
The Weed plugin allows you to smoke weed in minecraft. It adds four new kinds of weed you can smoke. To smoke just throw the weed into fire :D But there's also another way to smoke: You just need flint and steel in your inventory. Then right click with the weed in your hand, done!
Sure, you can make your own weed if you want. All is configurable in the config. :)
Have fun!
Weed Reloaded
There's also a newer, better and much more realistic version of WeedPlugin. Check it out at http://dev.bukkit.org/bukkit-plugins/weed-reloaded-by-bubbleguj/.
How to craft
All kinds of weed are crafted like this. The LONG_GRASS is always included in the recipies! The other item is configurable and can be found in the config!
Four kinds of weed are default. Silverhaze, Lemonhaze, Afghan Hash and Northern Lights. In the config stands how to craft them! ;)

As you can see, the properties and strongness is showen. To smoke the weed, throw it into fire! There'll be some smoke and you'll get high :D
IMPORTANT: There's a 0.5% chance that you'll die after smoking weed!
(but this can be disabled in the config)
Commands and permissions
The permission for smoking weed is always: weed.WEEDNAME
The weedname can be found in the config. It's not the displayed item name!
There's one command /weedreload which just reloads the config. Permission: weed.reload
Configuration
Here's a review of the configuration file:
# _ _ _ ______ _ _ ______ _______ # | | | | | | | ___ \ | (_) / ___ \ ( __ ) # | | | | ___ ___ __| |____| |_/ / |_ _ __ _ _ _ __ \/ \ \ | ( ) | # | |/\| |/ _ \/ _ \/ _` |____| __/| | | | |/ _` | | '_ \ ___) / | | / | # \ /\ / __/ __/ (_| | | | | | |_| | (_| | | | | | (___ ( | (/ /) | # \/ \/ \___|\___|\__,_| \_| |_|\__,_|\__, |_|_| |_| ) \ | / | | # __/ | /\___/ / _ | (__) | # |___/ \______/ (_)(_______) # Weed plugin by bubbleguj # Copyright 2013 - WeedPlugin # Don't steal any of my code # And, have fun :D # Start of the Configuration... Options: # Should there be a 1% chance to die when smoking weed? DeathChance: true Weeds: # The inofficial name of the weed. Write all with small letters and with no spaces! # Also this name will be the permission node, like weed.northernlights silverhaze: # This is the name of the weed, which will be displayed, when holding it in your hand Name: Silverhaze # This is the ID of the item with which the weed should be craftable. ALWAYS: long_grass + your_item # To use subid's, type for example: 351,3 CraftItem: 351,15 # This will be displayed as description while holding the weed in your hand Description: Weightlessness, Nervousness # This strenght will be displayed under the description. Please use one of the following words: Weak, Medium, Strong Strenght: Medium # Here you can add Effects. Use this list to write the effects right: http://jd.bukkit.org/rb/apidocs/org/bukkit/potion/PotionEffectType.html # The first number is the strength of the effect. This can be found here: http://www.minecraftwiki.net/wiki/Potions # For example, the effect SLOW has the following strengths: SLOW (1:30 min) , SLOW I (4:00 min) and SLOW II (reverted, 1:30 min) # The second number is the time in seconds, after which the effect should start. With this option you can start an effect after an configurable time # So the effects can be started postponed! # The third number is the time in seconds, how long the effect should hold on. Effects: # To add more effects just follow this pattern: # For example: # - BLINDNESS, 2, 20, 30 # This would add the effect blindness for 30 sec. after 20 seconds with the strenght of 2 # Go on! ;) - JUMP, 2, 10, 20 - NIGHT_VISION, 0, 0, 30 - CONFUSION, 1, 5, 5 # Some other drugs :D lemonhaze: Name: Lemonhaze CraftItem: 351,10 Description: Fast, Bewildering Strenght: Strong Effects: - NIGHT_VISION, 0, 0, 10 - SPEED, 2, 0, 60 - CONFUSION, 2, 20, 10 - DAMAGE_RESISTANCE, 0, 10, 5 northernlights: Name: Northern Lights CraftItem: 351,11 Description: Uplifting, Appetizing Strenght: Medium Effects: - NIGHT_VISION, 0, 0, 10 - SPEED, 2, 0, 25 - HEAL, 1, 5, 7 - HUNGER, 2, 20, 10 - CONFUSION, 0, 25, 5 - POISON, 1, 25, 5 afghanhash: Name: Afghan Hash CraftItem: 351 Description: Relaxing, Analgetic Strenght: Strong Effects: - REGENERATION, 0, 30, 30 - SLOW, 1, 10, 30 - SLOW_DIGGING, 2, 0, 60 - WATER_BREATHING, 1, 10, 40 - WEAKNESS, 0, 20, 10 - INVISIBILITY, 0, 50, 10
-
View User Profile
-
Send Message
Posted Aug 22, 2013I'm working on an update.
Release: 8. September
-
View User Profile
-
Send Message
Posted Aug 1, 2013None of the crafting sequences work.
-
View User Profile
-
Send Message
Posted Jul 20, 2013@hewdaily
Could you update the item values here? I don't know what thecrafting recepies are anymore
-
View User Profile
-
Send Message
Posted Jul 4, 2013@bubbleguj
Word up! Thanks, man.
-
View User Profile
-
Send Message
Posted Jul 1, 2013@hewdaily
@Kenchmeister
@flexxje
working on an update
-
View User Profile
-
Send Message
Posted Jun 27, 2013What @flexxje and @Kenchmeister said - I get it too. What's going on?
-
View User Profile
-
Send Message
Posted Jun 7, 2013Should add an option which allows us to change the weed item. Fern or Cactus Green looks more like Marijuana then the Dead Bush.
-
View User Profile
-
Send Message
Posted May 15, 2013@flexxje
Yeah I'm getting that too. Is there any way this can be fixed.
-
View User Profile
-
Send Message
Posted May 4, 2013Hello,
Every type of weed gives the effects of the last weed in the list. For example, when I throw northern lights in the fire I get the effects of the afghan hash according to the default config.
Also when I remove things like afghan hash, you can still craft them? My config looks like this at the moment:
Options:
DeathChance: true
Weeds:
amnesiahaze: Name: Amnesia Haze CraftItem: 40 Description: Amnesia & Confused Strenght: Strong Effects: - NIGHT_VISION, 0, 0, 60 - SLOW, 2, 0, 60 - CONFUSION, 2, 10, 10 - SLOW_DIGGING, 3, 0, 60 - WEAKNESS, 0, 0, 60 - JUMP, 0, 0, 60 But I can still create afghan hash and lemonhaze etc. while its not in my config. Let me know if you can fix this :)
Thanks
-
View User Profile
-
Send Message
Posted Apr 26, 2013@bubbleguj
and i use bPermissions
-
View User Profile
-
Send Message
Posted Apr 26, 2013@semirotta
Hmm, I'll see what i can do
-
View User Profile
-
Send Message
Posted Apr 25, 2013@bubbleguj
yes op's can
i have these in my permissions: - weed.afghanhash - weed.lemonhaze - weed.northernlights - weed.silverhaze
Theyre all the default weeds there is. OP can use them but others cant
-
View User Profile
-
Send Message
Posted Apr 19, 2013@semirotta
can op's use weed?
-
View User Profile
-
Send Message
Posted Apr 19, 2013permissions arent working. Donor ranks has these - weed.afghanhash - weed.lemonhaze - weed.northernlights - weed.silverhaze
they cannot burn them or anything, no effects bpermissions and 1.5.1 server
-
View User Profile
-
Send Message
Posted Apr 17, 2013@MrBrasta
kk, tell me if it works!
-
View User Profile
-
Send Message
Posted Apr 17, 2013@bubbleguj
no, no errors, just always the same potion effects, I'll try the latest update
-
View User Profile
-
Send Message
Posted Apr 13, 2013@Tacumoto
Added in the new version (need approval)! :)
-
View User Profile
-
Send Message
Posted Apr 7, 2013It needs a command to reload the config file.
-
View User Profile
-
Send Message
Posted Apr 1, 2013@MrBrasta
Any errors?
-
View User Profile
-
Send Message
Posted Mar 26, 2013if i throw any weed in the fire I get the same potions of the Afghan Hash