Rust Send message on craft

Discussion in 'Plugin Requests' started by Ideal, Apr 21, 2016.

  1. Hello,

    I need a simple plugin that outputs a message to the player when he is crafting a certain item but misses the resources to craft.

    For example I changed the amount of resources to craft a Pickaxe so you need 1 HQM but in the ingame GUI it is still listed with the vanilla ingredients instead. The player tries to craft it and the plugin will inform the player with the correct modified ingredients in text chat form.

    -

    Better Example (TL;DR):
    1. Server modified costs of Pickaxe to 1 High Quality Metal and 100 Wood
      but ingame GUI doesn't change for clients (Unity / Rust problem).


    2. Player wants to craft a Pickaxe and the ingame menu says it costs 50 Metal Fragments and 100 Wood.

    3. Here comes what the Plugin does now:
      Plugin informs Player that the recipe for Pickaxe got changed so he needs 1 High Quality Metal and 100 Wood via Text Chat (SendReply to Player)


    Even better if possible(!):
    Plugin overrides the ingame GUI with a custom text refering to the modified cost.