Help Making a Trading Sign Plugin

Discussion in 'Plugin Development' started by jcan89, Jan 25, 2013.

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

    jcan89

    Can someone help me understand how to identify when a player clicks a sign and how to set up a trading system.
    Example:
    I need to make signs that trade items for goldnuggets
     
  2. Offline

    RealDope

    PlayerInteractEvent check if right / left clicked on block, check if block is a sign. If it is, check if they have needed item, if they do, remove from inventory and give them whatever they trade for.

    If you plan to make this substantially big, you'll want to learn with something else before jumping into complex stuff.
     
Thread Status:
Not open for further replies.

Share This Page