-
Posts
407 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Checkmate128
-
-
If a cow runs at 20 miles per hour, how fast does the cow run in centimeters per micro second? If another cow 100 meters behind the first cow is running at 55 meters per second, will the second cow catch the first cow? If so, after how many seconds?
-
I have been spending most of my time working on my Mario kart-themed server. Hopefully it can be released before summer.
-
9 hours ago, AgentGamerPro said:
theres no prize lol
The prize is glory. Pure glory to bask in. Win and be remembered for 5 seconds.
-
2 hours ago, ES63 said:
if you reply, i will susumanogffus you
Ok lol
-
Yeah just lock it
-
19 hours ago, AgentGamerPro said:
im not asking if its possible im asking if i were to apply if apps were open do you think id be accepted
Possibly
-
They don't do applications for that anymore so it would be impossible.
-
-
I don’t think they do applications for that anymore.
-
I won’t win the challenge but I might get some reputation points and get closer to veteran rank.
-
1
-
-
You are supposed to wait at least 3 minutes between messages. Make an appeal if you think your punishment was unfair.
-
1
-
-
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.
-
Not only is the ‘/‘ not necessary, it will make the command not work. Overall, good work!
-
6 hours ago, skeleton said:
Hey I was just wondering I have a box server and I'm adding a different zone because its keep inv and I want one zone unkeep inv and I was just wondering if anyone knows how to do that because I have NO IDEA
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.
-
-
Don’t necropost
On 4/16/2022 at 10:14 PM, JishDaFish said:i mean i wouldnt hate pro rank
-
22 hours ago, Isaac_Chow said:
So do I make my own plugin with code or download it in the market?
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.
-
Should be enough in my opinion. You can also afford MH20 by voting every day.
-
7 hours ago, victor11 said:
It requires (current level + 1)^3 billions of cookies to gain one prestige level.
-
What????
-
I think it would be possible. You might have to look into making a custom plugin for that though.
-
Use Skript-GUI: https://github.com/APickledWalrus/skript-gui
Its syntax is very similar and will require very little code rewriting.
-
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 -
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 3This 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!


Best methods of advertising your server.
in General
Posted
I would recommend voting every day and waiting for a sale to minimize the amount of real money you will need to spend. I got legend just from voting and the massive unleashed sale.