Search results

  1. H

    Something I found

    The donator ranks spell out OMEN Overlord Mythic Emperor Noble (non)
  2. H

    "Random Plot" option

    Goes to a random unwhitelist plot that has someone on it. Useful when you're bored and don't know what to do
  3. H

    How do I keep slimes from splitting?

    When a slime dies, it spawns 2-4 more of half its size. But I don't want that to happen!
  4. H

    If Player: Within Region

    Params: 2 Locations (region corners) If a player is within a region, do something.
  5. H

    Atack speed values

    If you want a custom weapon with a vanilla cooldown, here is the stuff. Punch: 4 (Attack speed for items without the attack speed attribute) Sword: 1.6 (-2.4) Axe: 0.8 (wood/stone), 0.9 (iron), 1 (others)
  6. H

    /p ad'ing other people's plots

    When you want to play a multiplayer plot but no one else is there: Need I say more?
  7. H

    Teleporting to Events

    If you try to place two of the same event, it should teleport you to the event you tried to duplicate.
  8. H

    Merge allow and disallow block editing

    It should just be a tag instead of two separate blocks.
  9. H

    Support ඞ in plot names

    Give me the among us character!!!!! ඞඞඞඞඞඞඞඞ
  10. H

    Worldedit Basically

    Just use this chart Command Function //wand or get a wooden axe Get a selector axe. Left-click to set position 1 and right-click to set position 2. //set {pattern} Fill the region between positons 1 and 2 with a block. For random fill, use //set {whatever%block1,whatever%block2}...
  11. H

    Auto /c l

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

    Player Trigger Sculk Shrieker Event

    title
  13. 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...
  14. 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...
  15. H

    How do I get the name of an item?

    title
  16. 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.
  17. H

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

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

    My Player Sneak events don't work

    When I use a Player Sneak event, nothing happens
Top Bottom