Hello All, I understand that you cannot, (so far impossible) to install your own skins or custom skins. However, I've noticed many skins on NPC's that I have not set. So I as wondering, why not make a list of all skins that are available if you put the right name? Here's what I've found out so far : Hey guys, I noticed that Citizens has some pre-built in Skins. I know you can't set your own skins, but is there some sort of list that I can have that shows all NPC's with skins? Also, would anyone care to share any skins? Here's my list : • <PlayerName> = Any player on the server's skin will be set as this. • Icarus = Looks like Ezreal from League of Legends • Dominus = James from Pokemon (Team Rocket) • Miner = A well skinned miner • Goblin = An orc/goblin. • Citizen = Original Skin (Even with texture pack.) • Maokai = Caveman. • Judge = Flash (Yes the Super Hero from DC Comics.) • Guard = Master Chief from the "Halo" series • Herobrine = The so called "Herobrine", a rumor of Minecraft. • God = A skin that resembles their image of God. • Notch = Notch, the creator of Minecraft. (Also includes his Mojang Cape!) • PigZombie = Mudkip from Pokemon. • Tree = Man with a blue robe, brown hair & beard. • HoneyDew = Honeydew's skin from Minecraft. • Xephos = A homeless person (grey ripped shirt.) • Israphel = A grey creeper face with dark coat. • Grim = Futuristic Cop/Black Armor with blue shades. • Ezreal = Looks like a boy with Goggles, blonde hair & green coat. • Jason = Full Creeper Skin (From wiki.) • Non = Grey/White skinned, Orange Hair & Shades with Red Shirt.(From wiki.) • Gazz = Domokun. (From wiki.) • Britannia = A green space military character. (From wiki.) • Little = Orange fox with Glasses. (From wiki.) • aPunch = aPunch (From wiki.) • Chris = Minecraft Guy with Denom Jacket. (From wiki.) • Joe = Red coated guy/wizard. (From wiki.) • Engel = Girl NPC with White hair & White/Grey clothes. (From wiki.) • Blockmann = Creeper with dark green/grey vest. (From wiki.) • Chef = Guy with clothes & 3-D glasses. (From wiki.) • Archer = Scottish guy (From wiki.) • CaptainSparklez = Batman (CaptainSparklez's Skin). • Kaikez - Soldier • Adventurer - link. Imporant : • Changing an NPC's color will remove it's skin. • Please identify any citizens that I cannot identify correctly. Please feel free to share your skins you've come across. I will then test them and add them to this list.
Yes, it's true that your player's that join the server can also be used as a skin. However, there are many pre-installed skins, ran off Minecraft.net. Which means yeah they can change. As you can test it on a fresh server/world & you will still have the skins listed above. EDIT : Added "God" , "Herobrine" , "Notch"
It's not a rumor, i saw Him, once. Well, you can add me, Kisei44, with a persistent thief skin and B3rcko, half-Devil half-Chtulu.
Why?? Why DO people keep putting damn numbers in their names?? Just use another name if its taken or... stuff. Its ugly... and if we return to the subject i don't want npcs named Kisei44 in my rpg themed server. Nice list though. I'll add one. Add Nemeruis for an old man skin. Oh and, nothing personal Kisei44 or jlu, was just saying my opinion about numbered names with your name.
Starrk, they are not pre built, but simply custom skins uploaded to minecraft.net by players. Those are their names in the game and what they log in with. I do have one to add, which is pretty cool: Police__Officer (hopefully I spelled it correctly, it's two underscores).
Yeah I'm trying to find things that would look like NPC's without numbers. People keep taking all the good names and not using them T.T
A good one to add to the list is "Rapist", whom has a skin of Skeletor from the old He-Man series. It's great, we drop him in random ppl's mines when they're not looking just to freak them out. Also, a cool character that has become a recurring NPC on our server is "Librarian", really cool skin.
We've made some accounts for our server so as to use custom skins. you can use them too. TraderNPC BankerNPC HealerNPC The skins may move if we find ones that fits them better. You can suggest a skin for those since I own them Enjoy.
Classic skins work? If so I'd make like 100 accounts. Damn people who take the best names don't use skins =.=
Well, all of those names up there are player's name, they aren't pre-build skins in Citizens (c.f. wiki) When a NPC is created, Minecraft check in minecraft.net if a skin corresponds to the NPC's name, so yes basicaly you can make some accounts to use their skins, even if those account will never visit the server.
If you were to put 'Shigan' as the NPC name, you would get my character skin. It isn't prebuilt skins, it is just minecraft.net looking for my name on their skins server. When they find my name on their servers they will pull my skin and place it into your server where you add the npc. It isn't pre built skins, it's my skin, and if I change it, then it will change on your server. Note: Don't use my name, or I will find out and be naughty.
McGruber is one. got it randomly and then spent 2 hours trying to figure out how I made it have a skin until i found this thread
lol XD citizens is awesome, i was messing around with it and never guess what ... mario from super mario bros turns up =D use the name "Jamie" minus the quotation marks, Happy Citizen-ing XD
you can also try this plugin from crash that i fixed for citizens 1.1...here is an example config. Code: creature: 'undeadmach1neX': skin: http://dl.dropbox.com/u/7/mc_skins/EVIL_undeadmach1ne.png cape: http://dl.dropbox.com/u/7/mc_skins/capes/udm_cape.png 'baconmanX': skin: http://dl.dropbox.com/u/7/mc_skins/baconmanX.png npc: '0': skin: http://dl.dropbox.com/u/7/mc_skins/peasant.png '1': skin: http://dl.dropbox.com/u/7/mc_skins/smithy.png cape: http://dl.dropbox.com/u/7/mc_skins/capes/smithy_cape.png the 'creature' section is for evil npcs that spawn at random. go into your mobs.yml to change their names (in this example the names are undeadmach1neX and baconmanX). for npcs their uid OR their name will work...so the first npc is '0' (his uid) and the second one is 'blacksmith' (his in game name). requires spout and spoutcraft!! edit - forgot to show how to add capes in cfg ^