# How to install a plugin
Please keep in mind that these plugins are fully client side and therefore work on most servers. They can be considered hacks or unfair advantages, so be careful when using them.
- Open the compiled client
- Open options
- Click 'Plugins'
- Click 'Add New'
- Paste in the .js url.
- Optional: Refresh the GUI to see if the plugin loaded correctly.
Here is a sample plugin that prevents you from taking fall damage:
https://raw.githubusercontent.com/EaglerReborn/reborn/main/exampleplugins/nofall.js
And one that allows you to step up 9.5 blocks:
https://raw.githubusercontent.com/EaglerReborn/reborn/main/exampleplugins/step.js
And finally, a grappling hook mod!:
https://raw.githubusercontent.com/EaglerReborn/reborn/main/exampleplugins/grapplehook.js