Jump to content

Checkmate128

Member
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Checkmate128

  1. I don’t think they do applications for that anymore.
  2. I won’t win the challenge but I might get some reputation points and get closer to veteran rank.
  3. You are supposed to wait at least 3 minutes between messages. Make an appeal if you think your punishment was unfair.
  4. This post was posted now in the current universe on our current planet from my current phone using my current internet connection because currently I am bored.
  5. Not only is the ‘/‘ not necessary, it will make the command not work. Overall, good work!
  6. You would need to use Skript. If a player is in a certain area, then do not keep their inventory, else keep the inventory. You may have to disable the gamerule for this method to work. This is not actual Skript code, just logic to work from.
  7. You will have to do your own research into accessing files within a Minecraft plugin. I cannot help you because I have never done this.
  8. Should be enough in my opinion. You can also afford MH20 by voting every day.
  9. It requires (current level + 1)^3 billions of cookies to gain one prestige level.
  10. I think it would be possible. You might have to look into making a custom plugin for that though.
  11. Use Skript-GUI: https://github.com/APickledWalrus/skript-gui Its syntax is very similar and will require very little code rewriting.
  12. I found a solution using some math so y'all can close this I guess. if {%loop-zombie%.state} is 4: broadcast "Should be moving toward %{%{%loop-zombie%.target}%.checkpointValue}%" set {_vector} to vector from location at loop-zombie and location at {%loop-zombie%.target} set vector length of {_vector} to 0.5 set {_x} to loop-zombie's x-coordinate set {_y} to loop-zombie's y-coordinate set {_z} to loop-zombie's z-coordinate add x component of {_vector} to {_x} add y component of {_vector} to {_y} add z component of {_vector} to {_z} teleport loop-zombie to position at {_x}, {_y}, {_z} in loop-zombie's world if distance between loop-zombie and {%loop-zombie%.target} is less than 1: set {%loop-zombie%.checkpoint} to {%{%loop-zombie%.target}%.checkpointValue} set {%loop-zombie%.state} to 3
  13. I am attempting to have one entity move towards another one. I have tried using the "push" event and directly modifying its vector but the entity will not move. Even teleporting the entity forwards will not move it. Can anyone explain why it will not move? if {%loop-zombie%.state} is 4: broadcast "Should be moving toward %{%{%loop-zombie%.target}%.checkpointValue}%" set {_vector} to vector from location at loop-zombie and location at {%loop-zombie%.target} set vector length of {_vector} to 5 set loop-zombie's velocity to {_vector} if distance between loop-zombie and {%loop-zombie%.target} is less than 1: set {%loop-zombie%.checkpoint} to {%{%loop-zombie%.target}%.checkpointValue} set {%loop-zombie%.state} to 3 This code runs inside a loop that loops through all zombies and has already checked to ensure that this is the zombie that is supposed to be moving and that the target is alive and exists. The entity has many attributes such as NoAI but none of those would seem to explain why it cannot be pushed or teleported. Thank you in advance!
  14. I would ascend after getting 3 prestige levels. Make sure you chain multiple golden cookies to try and stack frenzy + building buff + click frenzy to get crazy cookies per second and crazy cookies per click. Make sure you use the formulas on the wiki to help you make decisions.
  15. I have an idea: Every day at 9:00 AM EST, a moderator rolls two fair six-sided dice. If they both roll 6, the topic is locked. I don’t know, I’m just not sure how we could declare a winner. Let me know what you think.
  16. Would make more sense if you could toggle whether incoming messages were filtered.
  17. Ultimately, the value to the community that a producer provides should always be a function of the quality of the product. However, harassment is not okay. It’s okay to not like people, or not like their products, but it is most definitely not okay to engage in toxic attacks against individuals. In general, I find it very easy to believe the staff would mess up and mute the person defending themself. It’s also common in real life, to punish the defender and not the attacker usually inadvertently. I hope the staff do the right thing and crack down on the harassment and toxicity.
  18. It’s worth it if I gain forums reputation points from it.
  19. It was a problem with many java programs which could include website backends. Browsers are not made in java so it wouldn’t affect your browser or device.
  20. “The good warrior knows which battles are worth fighting” -Sun Tzu, The Art of War
  21. The 1 gigabyte of RAM challenges you to be as efficient as possible and write good code. Deal with it or pay for something better (or vote everyday to get the credits). Appeal that punishment because it sounds really dumb.
×
×
  • Create New...