Mods

From MultiplayerPiano Wiki
Jump to navigation Jump to search

Mods are client side mods operated by users for select purposes. They are often created as an exercise of one's coding abilities while simultaneously giving the occupants of MPP something to do, as in the case of mods which play MIDIs based upon the commands they receive or buttons pressed.

Anyone using a mod are often doing so through one of 3 means:
[edit | edit source]
  • Copy-paste JS: People will copy and paste the entire pure javascript code, and paste it into the web dev console to activate it on Multiplayer Piano.
  • Bookmarklet: If a mod has a bookmarklet made, one can add it to their own bookmarks, and click it to activate on Multiplayer Piano
  • User-script: If a user-script extension (such as Tampermonkey or Greasemonkey) is used, and the mod has a user-script, loading it mod on Multiplayer Piano can be done automatically when entering the site (most mods are created this way).
Known Mods On MPP
Name Commands About
MIDI Player This mod was made by TheAlienDrew, and is has three different ways it could be loaded in (Tampermonkey, Bookmarklet, or Pure JS). Made with just good old Javascript. It's used primarily to play MIDI files from your local computer, or from the internet.

Template:MPP