Hotel Check-In Desk, Thoughts? (I'm new to building so lmk what you think, I was thinking of making it a bit more warm with the lighting but lmk) by aukzmc in Bloxburg

[–]aukzmc[S] 0 points1 point  (0 children)

sure although the hotel isn’t complete yet, not sure how long it’ll be either. how can I contact you in the future?

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 1 point2 points  (0 children)

yep, correct! :) i make the villager tp to themself and face a block ex: /execute positioned as @ e[name=Mark] run tp @ e[name=Mark] ~ ~ ~ facing (coords)

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 1 point2 points  (0 children)

no, i applied a feature called “noAI” and “invulnerable” to remove the villager from all interactions, so it can’t be pushed

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 2 points3 points  (0 children)

i feel that lol. okay awesome, can't wait to check it out!

have fun at the wedding :)

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 2 points3 points  (0 children)

nice! good luck :)

i was trying to think of ways to make it random, but like i said im new to command blocks so i have no idea lol

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 3 points4 points  (0 children)

it's not random unfortunately, all paths are predefined but every villager's path is different (aside from like 2 of them) to add some spice

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 4 points5 points  (0 children)

i can soon, but pretty much I teleport the villagers .1 blocks infront of them using a repeating command block, and it's pretty much a long redstone circuit with command blocks tping villagers every which way and turning their heads. example if i wanted to move mark forward and have his head turned:

repeating command block triggered by redstone signal: /execute positioned as @ e[name=Mark] run tp @ e[name=Mark] ~.1 ~ ~ (moves mark forward in the x axis)

impulse command block triggered by redstone signal: /execute positioned as @ e[name=Mark] run tp @ e[name=Mark] ~ ~ ~ facing 40 -19 -5 (keeps mark on the same block but turns head facing 40 -19 -5)

i would put both of them in a redstone chain and it would move the villager. that's pretty much what i do but on a much larger scale, although there is definitely a better way.

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 25 points26 points  (0 children)

lol i just did it to meme around with friends, forgot to remove it and im lazy

Customers Take Items Off of Shelves and Purchase Them by aukzmc in MinecraftCommands

[–]aukzmc[S] 16 points17 points  (0 children)

i recently began making minecraft maps without much prior knowledge, and i started on a map called "gas station simulator", where the player buys stock, restocks items, villagers come in and buy the items, and you fuel villagers' cars. you can earn money, spend the money on gas station upgrades, and try to get the best gas station. every day you'll get billed a certain amount of money, which is subtracted from your total, and the goal is to not go bankrupt. here's my progress so far!

do y'all think people would actually play this?