Search results

  1. stinkey

    How can I make that when I put a block the others do not see it?

    pretty sure he literally said that in his message
  2. stinkey

    Optifine texture pack for diamondfire

    if you want this just make your own? with optifine I believe you can texture specific items based on names or lores or nbt and such so this wouldnt be a problem
  3. stinkey

    the frog retires

    what percentage of your server is staff?
  4. stinkey

    Skymines, Low Quality Plots, and You

    you have to spam their chat and send titles and play tons of dragon death sounds or else they act like they didn't see a single thing
  5. stinkey

    the frog retires

    frog bog nepotism :ROFLMAO:
  6. stinkey

    How do you disable fall damage?

    Player Event Take Damage: If Variable Equals ( Game Value Damage Event Cause, "fall" ) { Game Action Cancel Event }
  7. stinkey

    The state of diamond fire

    insane
  8. stinkey

    Fix Teleport: Keep current rotation

    You could try setting a location variable to the X, Y, and Z coordinates of the desired location while using the player's pitch and yaw as the pitch and yaw values of the variable, then teleport to the variable, but I agree that this should be fixed If you have a rank, you can force the player...
  9. stinkey

    Gravity Blocks

    Game Action: Spawn Falling Block
  10. stinkey

    More Code unlockable with tokens

    many things are still possible without a rank no concepts are rank locked. but still, jere can't just do this for free. he can't just host a server with sometimes hundreds of players and not be able to take donations no they dont; jimmy_the_knight's games look great but werent made with ranks...
  11. stinkey

    question

    who is premium and why is he a server at a restaurant?
  12. stinkey

    Arsenal Update!

    wtf, chungus? as in big chungus? thats kinda pog i am your #1 fan :chung:
  13. stinkey

    [OUTDATED] Dev Blog: What's in store for the future?

    this is great (also see my signature)
  14. stinkey

    Identifying specific enchantments on items

    stackoverflow but df
  15. stinkey

    ban appeal

    This doesn't seem like the right place to appeal. You can appeal for a punishment here.
  16. stinkey

    Infinite Items baffles me

    I forced myself to play for half an hour because I was impressed how polished it looked, but I got bored and even if I appreciate the builds it doesn't make it any less mundane and repetitive
  17. stinkey

    How to give players random items

    edge case scenarios where two players execute code at the same time and the variables are swapped this isnt a great example of where that could happen but given the vague variable name (could be used elsewhere) and just general good practice it would be good to make it a local variable
  18. stinkey

    How to give players random items

    You should have used local variables. Also, considering this is a tutorial, better variable naming (ie changing the variable name to "random item") would definitely help the viewer actually understand what is happening.
  19. stinkey

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

    You cannot spawn mobs with spawn eggs directly; you have to use code.
Top Bottom