Getting voters gear in 1.14...

Discussion in 'General Minecraft Discussion' started by ShelLuser, Oct 2, 2019.

  1. Hi gang!

    One of the promos I enjoy the most is the voters gear, I really love the way the armor got balanced out so that it doesn't become overpowered. So... although you can never lose it and it also can never be damaged the downside is that it doesn't provide the best protection in the game. Still... don't underestimate this gear either because it's definitely better than a standard leather setup.

    What I also enjoy is that it can actually help you to become a better player... think about it: if you can manage to survive the wilderness in this setup then wouldn't that almost make you invincible in god armor?

    So... I'm enjoying this so much that I also wanted to experience it in my own game. ... and if it could be helped with the full colorful names and lore.

    And what do you think? Mojang have definitely improved things over time; as it turns out the Lore property on 1.14 now also uses strict JSON formatting, meaning so much that we don't have to mess around with color or command codes; all we need is a typed out command.

    Well, guess what I've been doing this evening? :)

    Code:
    replaceitem entity @p armor.head minecraft:leather_helmet{display:{Name:"{\"text\":\"ShelLuser's Voters Helmet\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 3361970}, Unbreakable:true, HideFlags:4, Enchantments: [{lvl: 1s, id: "minecraft:protection"}, {lvl: 3s, id: "minecraft:respiration"}, {lvl: 5s, id: "minecraft:aqua_affinity"}]}
    
    
    replaceitem entity @p armor.chest minecraft:leather_chestplate{display:{Name:"{\"text\":\"ShelLuser's Voters Chest\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 6724056},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 3s, id: "minecraft:protection"}, {lvl: 1s, id: "minecraft:thorns"}]}
    
    
    replaceitem entity @p armor.legs minecraft:leather_leggings{display:{Name:"{\"text\":\"ShelLuser's Voters Legs\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 6724056},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 2s, id: "minecraft:protection"}]}
    
    
    replaceitem entity @p armor.feet minecraft:leather_boots{display:{Name:"{\"text\":\"ShelLuser's Voters Boots\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 8375321},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:protection"}, {lvl: 5s, id: "minecraft:feather_falling"}]}
    
    A good way to use these commands is in a function but a few command blocks will also do. It will forcefully replace your armor items (head, chest, legs and feet) with the voters armor. Although you obviously don't get a real soulbound item it will be fully indestructible.

    Another point of interest: I based these on my own voters gear, including the colors I gave it. If you want the default (white) color you have to replace the 'color' property. Heck, you're probably want to change the code anyway because it also has my name.

    Still, figured I'd share. Hope you can enjoy this...
  2. That is awesome! I gotta try this
  3. im a little confused, are you saying voter armor should be updated in 1.14?
  4. Small update... The code is now usable 'as is', but only with a command block. It will give the armor to the nearest player. We'll.. It'll enforce it on you 😬

    No, but the method to generate this most likely will. See.. A few years back the only way to add color to an item (stuff like item name and the lore) was to 'hack' using software like mcedit.

    Fast forward to 1.13 and you could add color codes to functions (as used in dat packs).

    But those codes no longer work in 1.14 because Mojang now allows us to add color to pretty much anything we'd like, and all using regular commands (as shown above).
    607 likes this.
  5. So those didn't work for me in my 1.14.4 SkyBlock game. I did get them to work by adding a '/' at the start and a '1' at the end. I was able to get all the tools as well: (Just replace my name with yours)

    Code:
    /give ThaKloned minecraft:sponge{display:{Name:"{\"text\":\"Empire Waffle\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unplaceable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]']}, HideFlags:1,Enchantments: [{lvl: 1s, id: "minecraft:unbreaking"}]} 1
    /give ThaKloned minecraft:leather_boots{display:{Name:"{\"text\":\"ThaKloned's Voters Boots\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 8375321},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:protection"}, {lvl: 5s, id: "minecraft:feather_falling"}]} 1
    /give ThaKloned minecraft:bow{display:{Name:"{\"text\":\"ThaKloned's Voters Bow\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:power"}, {lvl: 1s, id: "minecraft:infinity"}, {lvl: 3s, id: "minecraft:looting"}, {lvl: 1s, id: "minecraft:punch"}, {lvl: 1s, id: "minecraft:flame"}]} 1
    /give ThaKloned minecraft:leather_chestplate{display:{Name:"{\"text\":\"ThaKloned's Voters Chest\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 6724056},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 3s, id: "minecraft:protection"}, {lvl: 1s, id: "minecraft:thorns"}]} 1
    /give ThaKloned minecraft:diamond_axe{display:{Name:"{\"text\":\"ThaKloned's Voters Diamond Axe\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:diamond_hoe{display:{Name:"{\"text\":\"ThaKloned's Voters Diamond Hoe\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:diamond_pickaxe{display:{Name:"{\"text\":\"ThaKloned's Voters Diamond Pickaxe\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:diamond_shovel{display:{Name:"{\"text\":\"ThaKloned's Voters Diamond Shovel\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:diamond_sword{display:{Name:"{\"text\":\"ThaKloned's Voters Diamond Sword\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:sharpness"}, {lvl: 3s, id: "minecraft:looting"}, {lvl: 1s, id: "minecraft:fire_aspect"}]} 1
    /give ThaKloned minecraft:fishing_rod{display:{Name:"{\"text\":\"ThaKloned's Voters Fishing Rod\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 3s, id: "minecraft:luck_of_the_sea"}, {lvl: 3s, id: "minecraft:lure"}]} 1
    /give ThaKloned minecraft:leather_helmet{display:{Name:"{\"text\":\"ThaKloned's Voters Helmet\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 3361970}, Unbreakable:true, HideFlags:4, Enchantments: [{lvl: 1s, id: "minecraft:protection"}, {lvl: 3s, id: "minecraft:respiration"}, {lvl: 5s, id: "minecraft:aqua_affinity"}]} 1
    /give ThaKloned minecraft:iron_axe{display:{Name:"{\"text\":\"ThaKloned's Voters Iron Axe\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:iron_hoe{display:{Name:"{\"text\":\"ThaKloned's Voters Iron Hoe\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 1s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:iron_pickaxe{display:{Name:"{\"text\":\"ThaKloned's Voters Iron Pickaxe\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:iron_shovel{display:{Name:"{\"text\":\"ThaKloned's Voters Iron Shovel\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    /give ThaKloned minecraft:iron_sword{display:{Name:"{\"text\":\"ThaKloned's Voters Iron Sword\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:sharpness"}, {lvl: 3s, id: "minecraft:looting"}, {lvl: 1s, id: "minecraft:fire_aspect"}]} 1
    /give ThaKloned minecraft:leather_leggings{display:{Name:"{\"text\":\"ThaKloned's Voters Legs\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}'], color: 6724056},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 2s, id: "minecraft:protection"}]} 1
    /give ThaKloned minecraft:shears{display:{Name:"{\"text\":\"ThaKloned's Voters Shears\",\"color\":\"white\",\"italic\":false}",Lore:['{"text":"Unbreakable","color":"gold","bold":true,"underlined":true,"italic":false}','[{"text":"Soulbound","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Will not drop on death)","color":"white","bold":false,"underlined":false,"italic":true}]','[{"text":"Final","color":"gold","bold":true,"underlined":true,"italic":false},{"text":" (Can not be modified or repaired)","color":"white", "bold":false,"underlined":false,"italic":true}]','{"text":"Voting reward","color":"gold","bold":true,"underlined":true,"italic":false}']},Unbreakable:true, HideFlags:4,Enchantments: [{lvl: 1s, id: "minecraft:efficiency"}, {lvl: 3s, id: "minecraft:fortune"}]} 1
    Also made the waffle but the Thank You certificate wouldn't come out properly for me. As for the banners, I didn't know where to start with those :p
    Stnywitness and ShelLuser like this.