Jump to content

Русский Ниндзя

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Русский Ниндзя

  1. You have a bug with Jet Pack, people walk through walls. Standing against the wall , you can put on clothes and fly against the wall . Here's what they write to me word for word: it's just a shame that someone can get into people's hut on the server with a bug, no matter what it is , because you need to jet packs at point-blank range, go to any object, the command block is uneven and use the jet pa Solving the problem for developers in the plugin is possible (enable/activate) standing close to any objects – walls, command blocks, etc. Now, most likely, when trying to put on a jetpack next to a wall, nothing happens or a message is issued about a ban. Why is this happening The JetPack plugin has a built-in IsPlayerAtHome check, which does not allow you to put on a jetpack if the player is near buildings (walls, foundations, etc.). The check is done by beams in all directions at a distance of 2 meters along the layers of building blocks. If the beam hits something, it is considered that you are "at home", and activation is blocked. What can be done You can disable this check manually. Find the IsPlayerAtHome method in the file (line approximately 500-520) and either comment out all its contents or change it so that it always returns false. Example: ``csharp private static bool IsPlayerAtHome(BasePlayer player) { return false; // always allowed to put on } `` add a parameter like "DisableHomeCheck" to the config: true or change the code yourself (if possible). You owe me a gift)
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.9k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.