Enchantment Glow on Non Enchanted Items

Discussion in 'Archived: Plugin Requests' started by buck_eats_toast, Nov 8, 2013.

  1. Offline

    buck_eats_toast

    Hey,

    I would like a plugin to give items enchantment glows but not have an enchantment on the item.

    Thanks,

    Buck

    Im pretty sure its server-side in the item code because I have done it on SP before but I cant work it out :L

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
  2. Offline

    Mathias Eklund

    For what reason do you want that? :)
     
  3. Offline

    Commander9292

    You've done it in Single Player? Single Player is client side, not server side. That enchantment effect is handled client side. Correct me if I'm wrong.
     
  4. Offline

    buck_eats_toast

    Guys just saying streight up I want to for 1.6.4
    I dont like 1.7 and most of the plugins im using havent been updated yet

    Well im setting up a RP server so I would like ti for wands and other stuff
    wands = sticks/blazerods
    I dont want to just use an enchantment because that would be weird...
     
  5. Offline

    timtower Administrator Administrator Moderator

    And bukkit hasn't been updated either -.- go figure why the plugins aren't updated -.-
     
    drtshock and BillyGalbreath like this.
  6. Offline

    jkcclemens

    Message me on IRC (Esper) or PM me here.
     
  7. Offline

    Desle

    Not possible, I'm pretty sure.
     
  8. Offline

    AndyMcB1

    This is client side.
     
  9. Offline

    timtower Administrator Administrator Moderator

  10. Offline

    AndyMcB1

    Now that I think about, there is a hacky solution..
    edit:
    but still, the glow is client side :p
     
    timtower likes this.
  11. Offline

    Desle


    Hacky solution??
    Do you mean like.. making the enchantmentlore invisible?
    If so, how to do that? How to change en enchantmentlore or add one that looks like an enchantment?
    I saw a server did it and made it "Undropable I"
     
  12. Offline

    AndyMcB1

    Whenever the player isn't in the inventory, give it anything (maybe fortune 1, and then cancel the fortune part) and when they are in the inventory replace the item with a normal one..
     
  13. Offline

    Desle


    Hehe, that's one way
     
  14. Offline

    15987632

    I've seen servers do in the fact that they enchant the item with unknown lvl 1 it doesn't do anything but still gets the glow
     
  15. Offline

    Garris0n

    By that logic everything is client side. You can set it to have glow in the NBT data.
     
    timtower likes this.
  16. Offline

    Goblom

  17. Offline

    Garris0n

    Goblom That seems a bit excessive...I thought it was done like this. Does anybody know if that code still works (packages updated obviously)?
     
  18. Offline

    timtower Administrator Administrator Moderator

    Only 1 way to find out: by testing it :p
     
  19. Offline

    mattrick

    Garris0n
    His doen't use NBT data, making it work through many versions of Bukkit. He is literally making an enchantment instead of enchanting the item with nothing.
     
  20. Offline

    Desle


    Wow, thanks!
     
  21. Offline

    Garris0n

    I still feel like the nbt data is cleaner, but I see what you mean.
     
  22. Offline

    Goblom

    Garris0n The version you posted uses NBT so its Version dependent where as mine does not. What my AddGlow does is create a blank enchantment and apply that enchant to the item stack. Both classes are doing the same thing except one is not version dependent
     
  23. Offline

    timtower Administrator Administrator Moderator

    Converting to reflection won't take long for the NBT version :p
     
  24. Offline

    buck_eats_toast

    Thanks! now can someone turn it into a plugin?
     
  25. Offline

    AtomSponge

    buck_eats_toast With a command which just adds a glow to the item in hand?
     

Share This Page