• Outside of punishment appeals, these forums have been archived.
    We hope to see you on our Discord instead!
    Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.

Search results

  1. CoderElias

    Copying banners! plz help.

    You can use the game action: clone region. It copies the banners pattern and places it wherever you want!
  2. CoderElias

    Cancel villager trading menu [SOLVED]

    That is exactly what I tried, but that doesn't work.
  3. CoderElias

    Cancel villager trading menu [SOLVED]

    I am making a game containing NPC's, which are disguised villagers. The problem is that when I right-click them it opens the trading menu, I have tried almost everything like canceling the event, closing inventory menu, etc. I do want to use villagers just because they have the best AI, but if...
  4. CoderElias

    Can someone help me with texturepacks?

    You can change them by going into the file and changing certain items, you can also find tutorials on how to do this online.
  5. CoderElias

    Can someone help me with texturepacks?

    You can find template resource packs online which are easy to use/change.
  6. CoderElias

    Zoo Without Walls Code Help

    Maybe use barriers?
  7. CoderElias

    Help me with villagers

    Yes, there is a way to stop a menu opening when you right click a villager. Just place down a player event and select click entity, then an If entity, Is type. In the chest put a villager spawn egg. In the two brackets of if entity, place down a cancel event. It will also not shake his head when...
  8. CoderElias

    Sending player to a different plot

    I was browsing through the code in the beta node and saw an 'Send player to plot' action in player event, miscellaneous. Is this going to be added to the next patch?
  9. CoderElias

    Making a queue system

    You can find some good templates on code vault for a queue
  10. CoderElias

    How do I make items unstackable?

    I found a way to make an item unstackable but simply giving it a random generated tag, but because every item is different so I can't sell it. The menu saves the menu items to a list and looks if the given item is inside the list, but that method doesn't work. Idk how to go from here, so help...
  11. CoderElias

    How do I make items unstackable?

    How do i make items unstackable? I am working on a fishing game where you have to sell stuff, but the menu breaks if you put two or more stacked items in it. I thought about maybe putting an invisible item lore with a variable that keeps increasing, but my sell menu doesn't recognise this item...
  12. CoderElias

    how do i make a lobby lol

    Do you mean a queue? Cause if so I can help you with that! In a join event place a variable block and select 'increment number' put in any variable. Then do the exact same in a leave game event but change the variable event to 'decrement number'. Place a loop and inside of that place a 'if...
  13. CoderElias

    ore veins in terrain generation

    Hi im hear to help out! To start place a variable block that gets a random block loc in your mine/cave. After that place a if game event and select: if block equals, put the block in that the cave is made up of (for example stone) after that place a game event = spawn block. In that chest put...
  14. CoderElias

    Resource pack not working!

    Hi, I want to use custom music for my game. I put the resource pack on mediafire and copied the download link but if I use that link in Diamondfire it shows this: I don't know how to fix this and therefore reaching out to your guys. Btw, the pack is only 5 KB.
  15. CoderElias

    How to fix plot resource packs [SOLVED]

    No, its only 2.6 KB
  16. CoderElias

    How to fix plot resource packs [SOLVED]

    Hey, I am reaching out to you because I have the same problem but don't know how to fix it. Do you by any chance have an idea of how to fix this issue?
  17. CoderElias

    My Apology

    Why, just why did I fall for this....
  18. CoderElias

    How Do I Know When An Event Starts?

    How do i know when an event starts because i can't find anything that says when it will start or end? And i really want some prize tickets!
  19. CoderElias

    How to post a thread?

    Oh..... =(
Top Bottom