Jump to content

DrPiggy

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by DrPiggy

  1. how would i check if hes inside an area if i only have the the xyz1 and xyz2 of the area? (Besides using getEntitiesWithinAABB)
  2. well yea, that's just using a tick handler that's what i thought will probably lag the server.
  3. Hey, i have a region type system, and i want to check whenever a player enters that region/area, and teleport him back(Basically not give him access to that area.), now i could just check with getEntitiesWithinAABB every tick but that sounds heavy on the tps and just pretty stupid, i wandered if there's some kind of event or better way to do that? thanks.
  4. ah, you shouldn't tell me that, i usually make mods for 1.9, its just my friend's group play on 1.7 and asked me to make them a mod so i said why not, what debugger are you talking about? (unless you mean just output to console by myself every variable and check :P)
  5. no reason, i can change that, but i am not sure it contributes to the problem, also if 1.7.10 is not supported, where should i ask?
  6. Hey, im trying to teleport players to another dimension when right clicking a sign, when the first guy right clicks the sign, its fine, he is teleported and everything, but after that, every time someone tries to use it, he gets an internal server error, BUT the guy who used it the first time can still use it! i have no idea what to do! the error doesn't even point to the dimension teleport! (i know its the dimension teleport because when i comment it out it doesn't crash). Code of the class: https://gist.github.com/DrPiggy/c9a21adbc9f879a983ff41bea5e2d21a Error that shows up in the server: https://gist.github.com/DrPiggy/9dc34110ead5bc28e31acdd303dd3dc6 Error in client: https://gist.github.com/DrPiggy/ce68b357f1ef07df8415f9a37840947f
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.