Need Help with codes

Discussion in 'Plugin Development' started by Pinoyskii, Oct 17, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Pinoyskii

    What is the code for pvp for making plugins. Right now I have blocklistener for my plugin but, I don't want blocklistener.
     
  2. Offline

    CorrieKay

    wait, what.

    Can you rephrase that? :confused:
     
  3. Offline

    Pinoyskii

    I want
    I want to change blocklistener to EntityDamageByEntityEvent and I don't what to put.
     
  4. Offline

    ZeusAllMighty11

    He wants to know the name of the event for damaging players.



    Pinoyskii, read the plugin tutorial that Bukkit has, it's very easy to figure out.


    @EventHandler
    public void onSomeMethod(SomeEventHere variable){
    }

    SomeEventHere should be like'EntityDamageEvent' or 'EntityDamageByEntityEvent'
     
  5. Offline

    Pinoyskii

    Where is the bukkit tutorial?
     
  6. Offline

    ZeusAllMighty11

Thread Status:
Not open for further replies.

Share This Page