Skip to content

JackNoordhuis/AutoInv-PocketMine

Repository files navigation

AutoInv PocketMine Plugin

Reduce the number of item entities on your PocketMine-MP server!

Poggit-CI

About

AutoInv is a PocketMine-MP plugin that aims to reduce the amount of lag caused by item entities on your server. This is achieved by adding items directly to players' inventories when they break a block, kill another player or are near an explosion. All of these options are easily configurable in the Settings file that is automatically generated by the plugin when it is first installed. By default, AutoInv will only add items directly to players inventories when they break blocks (explosion and death drops can be enabled in the config too.)

Installation

  1. Go to the Release Page and download a .phar file from there.
  2. Copy the downloaded .phar to the plugins folder in your server folder.
  3. Now simply start/restart the server and the plugin should be working.

Experimental Builds

You can grab the latest development .phar builds of AutoInv over on poggit!

Issues

Found a problem with AutoInv? Make sure to open an issue on the issue tracker and we'll get it sorted!

NOTE

This plugin has been tested only on PocketMine-MP. Compatibility with third party modified versions can sometimes be found, but no support whatsoever will be provided for use with a non-official variant of PocketMine-MP.

License

JackNoordhuis/AutoInv-PocketMine is open-sourced software licensed under the MIT license.

MIT License

Copyright (c) 2016-2023 Jack Noordhuis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.