Skip to content

Per-world player data (inventories, effects, hp, hunger etc) for PocketMine-MP

Notifications You must be signed in to change notification settings

BlockHorizons/PerWorldPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerWorldPlayer

Poggit-CI

Per-world player data (inventories, effects, hp, hunger etc) for PocketMine-MP

This plugin allows servers to separate out player data among worlds (or a group of worlds). It's based on PerWorldInventory and has a few things in similar.

Installation

It is mostly recommended to use released versions of the plugin, which can be found in the released version on Poggit. (once there is one) If you do decide you want the latest version of the plugin, it is recommended you fetch a pre-compiled phar file from Poggit-CI, which can be found below.

Configurables

  1. You can stop players from switching inventories per world by giving them the permission: per-world-player.bypass.
  2. You can group worlds so the same player data is shared among two (or more) worlds by configuring Bundled-Worlds in config.yml. This can be useful for creative mode servers.
  3. You can configure which player data you want to add multi-world support to by modifying Save-Data in config.yml.