Search results

  1. F

    Remove the requirements for code if you meet them

    If you have a rank and you are using a code block that requires a rank it shouldn’t still say “requires rank” at the bottom.
  2. F

    Option to set /rc to default.

    Add a command that sets /rc automatically when you enter dev mode.
  3. F

    Tutorial changes

    Most players, specifically younger players, probably aren’t as willing to watch a youtube video. Servers like hypixel get incredibly popular not because of the sweatier dedicated players but because of the mass amounts of casual players, so if you play their server you’ll notice they try to...
  4. F

    Bundle of Questons

    1. Left click action says it doesn't work on left clicks where the player does damage but if I punch an entity it still works. Why? Is there a workaround? 2. Is there a limit to the maximum amount of codespaces you can have? 3. How could I detect where an entity lands? Like for example if I want...
  5. F

    Removing self damage

    I'm trying to remove self damage because I don't want players to be able to "rocket jump". I setup a block of code that says on projectile damage player, if the shooter has name %victim cancel event. This doesn't work. Why? sorry for making so many help threads.
  6. F

    Variable problem

    I want to add a cooldown in my game shown in the actionbar. After unlocking the code thing I added it to my game. How it works is when you click/shift click if the variable %default is below 0, it fires the projectile and sets the %default variable to above 0, and it slowly ticks down. Cool...
  7. F

    Variable won't go below 0

    I tried using a subtract block and I but in var, var 1 to subtract 1 from the var everything this block runs. the odd thing is it doesn't go below 0. I can set it below 0 but it won't subtract there. I have other variables using the same setup that go below 0 so I don't know why this one's...
  8. F

    How to detect midair jump?

    I tried to add a double jump feature but the jump event only triggers when I jump from the ground. Is there a way to detect a midair jump press?
  9. F

    Reset Plots from lobby

    If you have an old plot you don't want to use anymore you should be able to reset it without having to break every block. (changed to be able to find this command from the lobby)
  10. F

    How do I detect if a specific mob exists?

    I tried doing select mob with name -> if entity exists not but that doesn't work for some reason. the check always fails.
  11. F

    Help with shooting projectiles

    As I can assume many of you probably did, the first thing I made when I joined was a fireball wand. Problem is when I'm moving at high speed launch location eye doesn't cut it. I end up going too fast and hitting myself in the back with my fireball. Is there a way to make the ball spawn 1 block...
  12. F

    How do I pull an entire block of code one block?

    I accidentally shift clicked and moved my entire code line one block over and I can't put it back, help.
  13. F

    There are random spots that won't accept code, why?

    occiasionally some code blocks get glitched and then I cant add anycode to that line. If I remove that line then I can never add code there again. Placing a code block says that it's in a bad spot even if it isnt. Fix?
  14. F

    #1 tag?

    I want to allow pvp but it's not working, and chest parameters says I need to put in a "#1 tag". What's that?
  15. F

    How do I keep players at full hunger (no saturation)

    I tried giving them steak but they can eat it to restore health. I don't want them to heal, I just want them to be full on hunger. Preferably without having to eat food.
  16. F

    How do I make dropped items not exist anymore

    I want to either make them not spawn or kill them every tick.
Top Bottom