Auto Named Sword With Creator's Name

Discussion in 'Archived: Plugin Requests' started by tvo258789, Feb 25, 2014.

  1. Offline

    tvo258789

    Plugin category: Fun or Informational

    Suggested name: SwordOwner

    What I want: I'd like to see a plugin where when someone creates a sword, their name is automatically added to the "lore" part of the item.

    I want this plugin because there's a prison server where we have "prison staffs" confiscate swords. They can turn it in for points. But I don't want them to create their own swords and turn those in and say they confiscate those.

    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: swordowner.bypass When someone have this permission, their name will not be printed on the sword.

    When I'd like it by: Whenever :) No hurry.

    If there's already a plugin like this, please tell me.

    Thank you in advanced.
     
  2. Offline

    RRServer

    Let me give this a shoot!
     
  3. Offline

    reider45

    So when a player crafts a sword, their name is printed on it?
     
  4. Offline

    Konkz

    That is what he is requesting, so just listen in to what item player is crafting (make sure at this point to check if they have appropiate permission) and if it is a sword (Wood, Stone, Iron or Diamond) then just set the lore to

    Code:java
    1. p.getName() + "'s sword";


    It is very easy to do.

    reider45
    RRServer
     
  5. Offline

    reider45

Share This Page