Search results

  1. H

    Auto /c l

    An option for auto turning on /c l if you are not at node spawn.
  2. H

    Player Trigger Sculk Shrieker Event

    title
  3. H

    Programming How to read my text translations of DF code

    Part I: Blocks Player Events, Entity Events, Functions, and Proccesses (so the ones that start code lines) are written like this: Event Name (Parameters) #Tags > If Player, If Entity, If Game, If Variable, and Repeat blocks are written like this: Event Name (Parameters) #Tags { -- Stuff...
  4. H

    Custom Crafting for Nons

    First, make sure your plot crafting table is replaced with a barrel. This can be ignored if you have emperor and can use chest menus, but this is FOR NONS! Make sure to create a "recipe" item that will be used in the crafting "table" to craft your item. Then, add the following code to your...
  5. H

    How do I get the name of an item?

    title
  6. H

    Disable selector axe in /play

    This prevents any ranked player from breaking anything with a wooden axe, which could lead to rank gates that can only be bypassed without a rank.
  7. H

    How do I make light in hand while holding certain items?

    For example, when holding a torch, you act as a light source.
  8. H

    My Player Sneak events don't work

    When I use a Player Sneak event, nothing happens
  9. H

    Fix "Show Title Text" item

    It says unlocked with emperor, but it's unlocked with noble
  10. H

    Remove obsolete special spawn eggs

    Iron Golem, Snow Golem, Ender Dragon, and Wither spawn eggs were added to Minecraft (finally), so their special spawn eggs no longer need to exist. So why not remove them? (The bosses are /give exclusive but that's why /i material exists.) This should probably happen when 1.20 comes out so we...
  11. H

    How to Code

    [GARBAGE WARNING] So, first, you gotta go to your plot, then type /code in chat. Done that? 'K, now see the blocks in your inventory? Place one down, then place another after the stone. Congrats. You coded!
  12. H

    [SOLVED] How do I check if a player has a saved inventory?

    I want players to get starter gear only if they don't have an inventory saved already.
  13. H

    Upgrading plots

    If you have a plot of a bigger size available, you can upgrade plots.
  14. H

    Turning off "___ played on ___" messages

    Whenever someone leaves a plot, DiamondFire sends the owner a chat message saying "(player) played on (plot)", notifying the owner that someone played their plot. But not every plot owner wants to see these.
  15. H

    Thread that exists because I'm stupid

    Sending a chat that, when hovered over, displays more than 1 line of hover text. EDIT: (newline) does this, this post only exists because I am an idiot.
  16. H

    Saving inventories shouldn't be Noble exclusive

    There is an extremely easy workaround for unranked players, so the Noble-exclusive code block is just a shortcut. If you don't know the workaround, learn it! Save inventory workaround: fn(SaveInv): %default SavedInv = gameValue(InventoryItems) %default SavedArmor = gameValue(ArmorItems)...
  17. H

    How do I check if the player has an empty inventory?

    Simply, checking if the player has nothing in their inventory. How?
  18. H

    [deleted]

    [deleted]
Top Bottom