Drugs 1.3 *ID Fixes*

Details

  • Filename
    Drugs.jar
  • Uploaded by
  • Uploaded
    Mar 29, 2013
  • Size
    11.62 KB
  • Downloads
    1,632
  • MD5
    a2b9d3eb71e36e7a1c9a0b97740cbf67

Supported Bukkit Versions

  • 1.5.1
  • 1.5.0
  • 1.4.7

Changelog

Usage:
Now use can use any item as a drug to your heart's content. The default config contains sugar, however you can edit it using the instructions in the config below.

Config:

#Drugs by OhYea777
 
# The Option will contain many settings, for now it
# just contains the:
# - Prefix
# This is what goes before the message in-game
# - Check_For_Updates
# This enables update checking when you join the server
Options:
  Prefix: "&0(&aDrugs&0)&f"
  Check_For_Updates: true
# This is the important part, here you can customize
# what the drugs are, their effects and strengths
# It uses the following format:
# Drugs:
#   <item id of drug>:
#     Effects:
#       <effect name>:
#         Duration: <duration of effect, in seconds>
#         Strength: <strength of effect>
# If you're using an item with a data value simply
# set it up like below MAKE SURE IT HAS THE '' or
# you WILL get errors
# Drugs:
#   '<id>:<value>':
#     Effects:
#       <effect name>:
#         Duration: <duration of effect, in seconds>
#         Strength: <strength of effect>
Drugs:
  353:
    Effects:
      Speed:
        Duration: 10
        Strength: 5
      Haste:
        Duration: 10
        Strength: 5    
      Strength:
        Duration: 10
        Strength: 1
      Poison:
        Duration: 20
        Strength: 5
  '351:2':
    Effects:
      Hunger:
        Duration: 10
        Strength: 2
      Slow:
        Duration: 10
        Strength: 2
      SlowDigging:
        Duration: 10
        Strength: 2
# You can configure these messages to your liking
# You can also use colour codes in these messages,
# for a list of colour codes, see - http://ess.khhq.net/mc/
# Use {drug} to get the name of the drug used, doesn't
# work with "Reload"
Message:
  Reload: "Config Reloaded!"
  No_Perm: "&4You Don't Have Permission!"
  Drug_Use: "You Have Just Used {drug}"

None :D