Adventure mode exceptions

Discussion in 'Plugin Development' started by CountVFD, Aug 11, 2012.

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

    CountVFD

    If someone could please assist me with some Java. I need to know how to make exceptions to the Adventure mode rule about placing blocks. If someone could show me how I should start, I'd really be in debt.

    This is for a plugin I am trying to make.
     
  2. Offline

    agd555

    There is no easy/normal way to do it. However, you can use onPlayerAction event, detect block and side that it was clicked, and place another block on this side. Maybe it is not complicated, but may be laggy.
     
  3. Offline

    CountVFD

    Wow, I understand what you are suggesting, but as a person who literally tried to just pick up Java writing, this is impossible with the limited knowledge I have now
     
Thread Status:
Not open for further replies.

Share This Page