Filled Unfixable Gknife

Discussion in 'Plugin Requests' started by DaNiEl_PL, Sep 23, 2016.

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

    DaNiEl_PL

    Name: Unfixable Gknife
    Permissions:
    gknife.give = Give the user the gknife (/gknife give (user)
    gknife.use(Default) = Lets the user use the gknife
    What I want:
    * A golden knife with sharpness 1000 (1 Hit) With a lore saying 'Unfixable' Here is a example: http://i.imgur.com/CQkii2t.png
    * After someone kills a person with it I would like it to broadcast a message saying 'User1 Used their gknife to kill User2' (User1 = Gknife User) (User2 = Killed)

    When I'd like it by: I dont really mind, take your time :)
    Download link: <Edit by Moderator: Redacted bit url>
     
    Last edited by a moderator: Feb 8, 2017
  2. Offline

    9UjtOAtcBA

    I think you can do this with vanilla nbt tags. I believe there is a tag RepairCost or something along those lines, that increases the repair cost of an item. Since survival players can only repair up to 30 or 40 level expensive items, setting said tag to 40 or more will cause the item to be unfixable. From mc wiki:

    " RepairCost: Number of enchantment levels to add to the base level cost when repairing, combining, or renaming this item with an Anvil"

    Code:
    /give <player> gold_sword 1 0 {ench:[{id:16,lvl:1000}],RepairCost:100,display:{Lore:[{§cUnfixable}]}}
    
    Not entirely sure regarding the Lore section, been ages since last used lore for anything, but otherwise it should fulfill all of your needs. Minecraft servers already by default broadcast kills with items in the format:

    "<killed> was slain by <killer> using <item>"

    In this case

    "Player1 was slain by ThisGuy using Gknife"

    Additionally players can hover in chat over the "Gknife" or either player to see their description. UUID for players, Enchants and lore for the items.
     
  3. Offline

    EndureBlackout

    Do you want it only with the /gknife command to give them the knife?
     
  4. Offline

    EndureBlackout

    Hey @DaNiEl_PL the team I am currently apart of and I are going to take this request I will link you to the plugin when it is finished.
     
  5. Offline

    DaNiEl_PL

    Thanks, I can't wait to see it :D
     
  6. Offline

    JanTuck

  7. Offline

    EndureBlackout

  8. Offline

    DaNiEl_PL

  9. Offline

    EndureBlackout

    With essentials or with an anvil?


    Sent from my iPhone using Tapatalk
     
  10. Offline

    DaNiEl_PL

    essentials
     
  11. Offline

    EndureBlackout

    Ok I will fix this once I get home tonight and repost. thanks for letting me know
     
  12. Offline

    DaNiEl_PL

    also make it at 0 durability so you can only use it 1 time :)
     
  13. Offline

    EndureBlackout

    It is only usable one time. I can try to make it set to 0 durability.
     
  14. Offline

    DaNiEl_PL

    As long as you can only use it once its good :)
     
  15. Offline

    JanTuck

    Swords:
    Breaking a block that breaks instantly counts as 0 uses.

    Breaking other blocks counts as 2 uses.

    Hitting a mob counts as 1 use.

    Proper use of tools will maximize their durabilities. Assuming a player uses a tool appropriately, the following list shows the maximum durabilities for tools of each material type.

    Gold - 33 uses

    Try setting durability to 1


    Sent from Tapatalk
     
  16. Offline

    DaNiEl_PL

    If it at 1/33 then it has 1 uses left. 0/33 means its at its last hit.
     
  17. Offline

    JanTuck

    Ahh k

    Sent from Tapatalk
     
  18. Offline

    EndureBlackout

  19. Offline

    DaNiEl_PL

    Thanks :D I love you <3
     
  20. Offline

    EndureBlackout

    Lol if this request is complete please mark the thread as filled


    Sent from my iPhone using Tapatalk
     
  21. Offline

    DaNiEl_PL

    How do I do that? Im new :)

    Dont worry, I done it :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 29, 2016
Thread Status:
Not open for further replies.

Share This Page