Rust Watermark GUI

Discussion in 'Plugin Requests' started by Asenjota, Sep 17, 2016.

  1. I need a plugin to add name of the server on top-right screen
     
  2. I messed around for a long time.
    The best way to do this is to use InfoPanel. Custom config is all you need. But if you already use this plugin then you will need to reconfigure an unused Dock.
    I used the default plugin for everything except my logo. Highly customised config.
    I then duplicated the plugin. Renamed it and changed all commands to not conflict..
    In the second version config. I purely had the logo. And made its own commands so users can hide/show logo without hiding InfoPanel...

    I believe there is 3rd party way to do this also. I just didn't go down that path..