1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Mob Commands

Discussion in 'Requests' started by CaptainDoju, Feb 20, 2014.

  1. CaptainDoju

    CaptainDoju New Member

    Basecly what the plugin need to do is with cmd's spawn a mob(wich you can define in the cmd), and than with another cmd let the mob run a cmd when you right click it. If someone could make such a plugin I would be very thankful.
    I ask this because I didn't find any plugin that could do what I want.
    Thx
  2. The_Zip

    The_Zip Active Member Resource Contributor

    This isn't the entirely right community to post this in. However, SgtCaze has a great tutorial on it: or you can do somewhat of pre made one and go with http://dev.bukkit.org/bukkit-plugins/citizens/ and http://wiki.citizensnpcs.co/Denizen making a simple script like:

    Code (text):
    "RigthClick":                    
        type: assignment          

    'Greeting':          
        type: interact

        steps:
            'Spreading the Word*':  

                click trigger:      
                    script:
                    - narrate 'Hey there!'

     

Share This Page