Instruments

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Instruments

Hello everyone! This is my first plugin posted to BukkitDev, called Instruments. Making an instrument is simple, all you have to do is edit the config.yml to include some information about the item's name, the item's type, the sound you want to play, and the pitches you want to play at certain points.

Here is an example of an instrument made in the config.

##This is the display name of the item
Drum:
    ##This is the item type
    Item: leather
    ##This is the sound that the instrument will play at different pitches.
    Sound: NOTE_SNARE_DRUM
    Volume: 5
    Pitches:
         ##if the player right clicks, normally
         standard_right_click: 1.5
         ##if the player left clicks, normally
         standard_left_click: 0
         ##if the player right clicks, while sneaking
         sneak_right_click: 2
         ##if the player right clicks, while sneaking
         sneak_left_click: 1

Here is the reference to the ITEM types to be used in the config

Here is the reference to the SOUND types to be used in the config

To play different pitches of your instrument, you need to go into different positions. There are currently four positions: left clicking, right clicking, sneaking and left clicking, and sneaking and right clicking. All of these will play a different configured pitch(see above for the configuration example).

As I said, this is my first plugin posted publicly, which means that there is going to be approximately 2 million bugs. Please message me @xlr20ice on BukkitDev or comment here for bug fix requests.

Thank you, and enjoy!

~Xlr~


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    95199
  • Created
    Sep 24, 2015
  • Last Released File
    Sep 24, 2015
  • Total Downloads
    213
  • License

Categories

Members

Recent Files

Bukkit