Recent content by ChocoPlays

  1. ChocoPlays

    How to make a backstab?

    Thanks for this! Previously I had tried to use raycasts, but that didnt work to well. This was helpful!
  2. ChocoPlays

    How to make a backstab?

    Im working on a spy kit for my game, and I needed to know how to backstab like how it works in sputt time.
  3. ChocoPlays

    How to make 2 of the same projectile do different things?

    For this you can either set the snowball's name when launching the projectile, and then detect the name by using If Entity , you could also use UUID's and variables but the naming is the simplest option.
  4. ChocoPlays

    Anvil Items

    Thanks for the help, this will be useful.
  5. ChocoPlays

    Anvil Items

    I'm trying to make a naming system for my plot, and i'm trying to use an anvil for it, but I cant seem to put an item into the anvil via code. Anyway to do this?
  6. ChocoPlays

    EnableBlocks code is glitched for me

    Thanks for pointing that out, didn't think of that!
  7. ChocoPlays

    EnableBlocks code is glitched for me

    You can try to do [Player Event{Place Block}] > [Game Action{Event Manipulation{Uncancel Event}}]
  8. ChocoPlays

    World generation issue

    There is an issue with world gen im experiencing where whenever its generating the seed it just sets it to 0 and doesnt generate anything. This is the DFonline link for people curious what the code is https://dfonline.dev/edit/?template=q3lt3ecj2oo713ppxs7q
  9. ChocoPlays

    How to detect proximity to a block type ?

    This method is a bit more laggy i feel like but you could get 2 corners of the players location however many blocks apart and then use Repeat: On Grid
  10. ChocoPlays

    Snowy Weather

    ah thx man
  11. ChocoPlays

    Snowy Weather

    I have overlord I just cant find the code piece
  12. ChocoPlays

    Snowy Weather

    I think your correct but I cant find any way to change the biome
  13. ChocoPlays

    Snowy Weather

    I have been trying to figure out how to make it snow but i cant figure out how to do it. Does anyone know how to make snowy weather in plots?
  14. ChocoPlays

    List Duplicating Issue

    Tried that its not working. It seems like it duplicates the list by however many players are in the plot.
  15. ChocoPlays

    List Duplicating Issue

    heres the DF online template https://dfonline.dev/edit/?template=qm4jedo3l4q1zfv11gb7
Top Bottom