Item Changer?

Discussion in 'Bukkit Discussion' started by M4yhem, Jul 29, 2013.

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

    M4yhem

    Hi guys
    I would like to be able to change the name of an item on my server so but not just one I hold in my hand I am looking for one that when its changed its changed for everyone and for every time that item is used anyone help me out here?
     
  2. Offline

    fussionzz97

  3. Offline

    M4yhem


    does this rename the item for the hole server? every time its seen or used?

    fussionzz97 I tried this plugin and yes it did rename the item I was holding but as soon as I got another item the same it did not have the new name is ther a way to change the item name for the hole server for good?

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

    fussionzz97

    M4yhem
    This is my config. Every time i pick up, spawn the item it gets instantly renamed to the one i have setup.
    Code:
    # LanguagePack Configuration
    autoupdate: true
    worlds:
      world: starwars
      story: starwars
    packs:
      starwars:
        '368':
          '0':
            name: Incendiary Grenade
            lore:
            - Small radius of fire on hit
            - Used by Troopers & Bounty-Hunters
        '344':
          '0':
            name: Ion Grenade
            lore:
            - Small radius of thunder on hit
            - Used by Troopers & Bounty-Hunters
        '332':
          '0':
            name: Thermal Detonator
            lore:
            - Explosive grenade
            - Used by Troopers & Bounty-Hunters
        '262':
          '0':
            name: Bullet
            lore:
            - Ammunition for the blaster
        '261':
          '0':
            name: Blaster
            lore:
            - Used by troopers or Bounty-Hunters
        '268':
          '0':
            name: Defender's Vibroblade
            lore:
            - The weakest Vibroblade
        '272':
          '0':
            name: Military Vibroblade
            lore:
            - An Average powered Vibroblade
        '267':
          '0':
            name: Elite Vibroblade
            lore:
            - The strongest Vibroblade
        '276':
          '0':
            name: Lightsaber (Blue)
            lore:
            - The weapon of a Jedi-Knight
        '283':
          '0':
            name: Lightsaber (Yellow)
            lore:
            - The weapon of a Jedi
        '294':
          '0':
            name: Lightsaber (Red)
            lore:
            - The weapon of a Sith
     
  5. Offline

    M4yhem

    [QUOTE@M4yhem
    This is my config. Every time i pick up, spawn the item it gets instantly renamed to the one i have setup.][/QUOTE]
    This is what im using to test it out and it does not seem to work? fussionzz97
     
  6. Offline

    fussionzz97

    M4yhem Have you assigned the item pack to the world? /renamer set world [world_name] [pack_name]

    Could you also pastebin your config and link it here.
     
  7. Offline

    M4yhem

    ive pasted my config in the last post and its still not working :-( fussionzz97
     
  8. Offline

    fussionzz97

    M4yhem I need to see that the config is setup properly and pastebin displays it nicer then just pasting it here :p
     
  9. Offline

    M4yhem

  10. Offline

    fussionzz97

    M4yhem I cant find anything that is wrong :( what's your worlds name? also is there any errors in the console from the plugin?
     
  11. Offline

    M4yhem

    I am running 3 worlds on my server and as far as I can tell there are no errors in the console when I load that up umm strange fussionzz97
     
  12. Offline

    fussionzz97

    M4yhem Add all your worlds into the config replace your current two:
    Code:
    worlds:
      world: example
      world2: example
      world3: ExampleIsTheNameOfTheItemNamePack
     
Thread Status:
Not open for further replies.

Share This Page