Dans Grocery #2

Closed
opened 2023-11-28 17:20:11 -05:00 by sickprodigy · 4 comments
Owner

Can't buy items rn for some reason. Right clicking does nothing on the signs, need to go through and reset those up.

I think this is what we used

https://www.zrips.net/itemshop/

I think at first i was using this:
https://www.zrips.net/cmi/dynamic-signs/

but turns out dynamic sign is not what I was looking for. Need to find my documentation on that part.

Can't buy items rn for some reason. Right clicking does nothing on the signs, need to go through and reset those up. I think this is what we used https://www.zrips.net/itemshop/ I think at first i was using this: https://www.zrips.net/cmi/dynamic-signs/ but turns out dynamic sign is not what I was looking for. Need to find my documentation on that part.
Author
Owner

I have quite a few interactive commands setup already.
https://www.zrips.net/cmi/commands/interactive-commands/

Just can't remember how they were implemented. For some reason i disabled all dynamic signs and it is still giving bread on that 1 sign in dans grocery. Nothing else works.

In interactiveCommands.yml

bread-shop:
Locations:

  • world1;-1063.0;71.0;-552.0

That's why it's working

I have quite a few interactive commands setup already. https://www.zrips.net/cmi/commands/interactive-commands/ Just can't remember how they were implemented. For some reason i disabled all dynamic signs and it is still giving bread on that 1 sign in dans grocery. Nothing else works. In interactiveCommands.yml bread-shop: Locations: - world1;-1063.0;71.0;-552.0 That's why it's working
Author
Owner

In order to fix interactive commands had to

the regex is wrong on default. config.yml > InteractiveSigns > SignRegex: ([ic:([a-zA-Z0-9-]+)]) # was missing dash after 9
< ^ this is new updated line in case goes bad again, it was able to find the ic name i was using ^>

So now you can just use [ic:sug-s]
before it couldn't have a dash.

In order to fix interactive commands had to the regex is wrong on default. config.yml > InteractiveSigns > SignRegex: (\[ic:([a-zA-Z0-9-]+)\]) # was missing dash after 9 < ^ this is new updated line in case goes bad again, it was able to find the ic name i was using ^> So now you can just use [ic:sug-s] before it couldn't have a dash.
Author
Owner

Now, would be nice to get the npc standing outside again. Was cool before.

Now, would be nice to get the npc standing outside again. Was cool before.
Author
Owner

Mostly setup just going to close this for now. can't remember how I got the npc to pop up.

Mostly setup just going to close this for now. can't remember how I got the npc to pop up.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SickGaming/minecraft-server#2
No description provided.