Help with my crates!

Status
This thread has been locked.

Pyxled

Banned
Feedback score
0
Posts
2
Reactions
0
Resources
0
So i am making a crates plugin and i ran into some issues where i needed to check if the player was clicking in a SPECIFIC location i have already checked that it was the certain block (before adding the specific location) and it worked 100% with no errors but once i added the specific location code it seemed to not work. I do not know if i am using the right code with checking a location or not.
Code
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Stockfish

Sometimes a software developer
Premium
Feedback score
2
Posts
185
Reactions
100
Resources
0
Create a location object and assign it your desired values.
Code:
Location specificLoc = new Location(p.getWorld, x, y, z);
 
Status
This thread has been locked.
Top