Search results

  1. Jeremaster

    Ranks

    Many of the perks are listed at https://store.mcdiamondfire.com/category/ranks Here's the code blocks given by every rank. Note that you'll want to join our Discord and type "?rank [rank name]" to view the most up-to-date lists.
  2. Jeremaster

    How to get the location of a projectile

    You can get the location of any selected entity with Game Value: Location. Grab a game value item from the values ingot and right-click while holding it to see options. Shift + right-click while holding it to choose targets; if you're getting the location of a projectile involved in an event...
  3. Jeremaster

    retiring

    Thanks for all your work as an Expert and event manager! You put together some fantastic events that a lot of people enjoyed. And on a personal note, thanks for the CodeUtilities streamer mode! I look forward to seeing your future works, on DF or off.
  4. Jeremaster

    Why people don't like the staff team (and how it could be fixed)

    As was previously discussed on Discord, qorple was banned based on his actions on DF platforms. We did receive reports regarding his off-DF behavior, just as we've gotten many reports about various user's off-DF behavior. In qorple's case, and all those other cases, while we have had to consider...
  5. Jeremaster

    Dev Blog: Where we're at with world plots

    Hi all! As many of you know, we began testing world plots on Node Beta yesterday. Through this, we gained a lot of helpful user feedback, as well as important information on the server resource usage patterns of the world plots system. Background World plots have been planned for a long time as...
  6. Jeremaster

    DiamondFire at Snap!con 2021

    Hi all! I had the opportunity to present DiamondFire at Snap!con 2021, a virtual conference for computer science educators and researchers hosted by the University of California at Berkeley. Here's the video that was included in the presentation:
  7. Jeremaster

    the frog retires

    Thanks for being a great Expert frogqy! Though it's sad to see you retire, I support your decision and am glad to hear you'll still be around on DiamondFire. You've really helped improve this community both in your staff role and outside of it, and I look forward to seeing your influence...
  8. Jeremaster

    why does my plot keep crashing

    As of now, this issue has been resolved across all nodes.
  9. Jeremaster

    diamonds instead of inventory for code blocks

    For anyone's future reference: The command is /rc
  10. Jeremaster

    How Do I Make It To Where I Can Spawn Mobs?

    Use the Game Action code block to spawn mobs. When you place it down, right-click the sign and choose "Entity Spawning", then "Spawn Mob".
  11. Jeremaster

    Inventory saving and loading isn't working

    The fix for this is being rolled out, it should be on every node within the next 24 hours. EDIT: This has been fixed on all nodes.
  12. Jeremaster

    Bundle of Questons

    Entity Event: Falling Block Land Event /item get <item name> should allow you to obtain any item, including structure voids. Nope, not yet anyway. I'm probably not the best person to answer this but from what I've seen people like the ranks! If you're thinking about a specific rank, I know a...
  13. Jeremaster

    Lighting Glitches

    Try /plot fixlight
  14. Jeremaster

    #1 tag?

    PVP is enabled by default. "# 1 tag" or "# 2 tags" on a code action means that inside the chest there are 1 or 2 pre-filled items that represent certain properties. For Set Allow PVP, you can click the tag item to toggle between PVP enabled and PVP disabled.
  15. Jeremaster

    thanks for the memories

    I'm sad to see you go! You've been a premier creator on DiamondFire for a long time, and your games have provided hours of fun for literally thousands of people. Haters aside, I think I speak for most of DF when I say I appreciate the work that you've done here. Best of luck in your future...
  16. Jeremaster

    Remove Rule 4.4 (Alternate Account Abuse)

    To add on to General_Mudkip's clarification, the rule does not prohibit purchasing ranks, plots, or boosters on alternate accounts. The idea of this section of the rule is to prevent people from farming free plots by using many different accounts. (Imagine I join with 10 alts and "rent" all...
  17. Jeremaster

    Why I'm Leaving

    Seems like this thread is confusing people (titedog has returned and this thread got necroposted) so I'll go ahead and lock it. Friendly reminder to not reply to super old threads!
  18. Jeremaster

    Four Years

    Congratulations on the 4-year milestone!
  19. Jeremaster

    I want to buy something

    Go ahead and choose the "Credit or Debit" card option at checkout! It'll take you to a PayPal window, and at the bottom there's a gray button that says "Pay with Credit or Debit Card".
  20. Jeremaster

    add delay between projectiles.

    One easy way would be to use item cooldowns (like how ender pearls have a cooldown in vanilla). Before launching the fireball, add an "If Player: Item is Not on Cooldown" block and put the rod in the chest. Then, if the item is not on cooldown, launch the fireball and use "Player Action: Set...
Top Bottom