Block Event!

Discussion in 'Plugin Development' started by DylewskiPL, Jul 14, 2013.

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

    DylewskiPL

    Welcome !
    I warning everyone that my english isn't good.
    Ok, lets start. I have a problem in my code.. I want make plugin which creates guilds.
    In code I want post argument which will by typing commands, assume guilds and under player,
    put the block. Additionally made protection about size 100 x 100 and marked this yellow wool.
    Any Player which join to guild will have permission responsible as protection.
    My Code :

    Thanks,
    DylewskiPL
     
  2. Offline

    Nitnelave

    And your question is....?
    We're not going to code your plugin for you (or that's a plugin request...), ask specific questions.
     
  3. Offline

    Harry5573

    You dont need the / for a command.

    Code:
    if(commandLabel.equalsIgnoreCase("zaloz")) {
    
     
  4. Offline

    DylewskiPL

    Harry5573
    Nitnelave
    Ok, but... How to make protection place around player (size: 100 x 100).
    And How to make permission corresponding for opportunity to build at guilds area...
     
  5. DylewskiPL Your English is better then most grammar nazis on here...
    For the protection place around the player; there are many threads on here on how to get a radius of blocks around a player; for the permission stuf: just if(player.hasPermission("urPerm")){}
     
Thread Status:
Not open for further replies.

Share This Page