PerWorldInventory
PerWorldInventory copied to clipboard
Spigot multi-world inventory management
when i press the join sign sometimes you bring inventoy inside the gamelobby, the lobby is in a seperate world and when you come out of game you lose your...
Hello, I found a "buggy-behavior" with this plugin. I wrote some conditions when it occured below. 1.Set spawn point in a world(call "WorldA"). 2.Go to the other world(WorldB) 3.Die in...
`07.12 20:27:56 [Server] WARN Task #440 for PerWorldInventory v1.9.0 generated an exception 07.12 20:27:56 [Server] INFO java.lang.NullPointerException 07.12 20:27:56 [Server] INFO at me.gnat008.perworldinventory.data.players.PWIPlayerManager.lambda$scheduleRepeatingTask$0(PWIPlayerManager.java:333) ~[?:?] 07.12 20:27:56 [Server] INFO at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)...
Using two different systems to store information about the player, as we discussed in the PR, is not that great. But it got me thinking about storing the PWIPlayerObjects themselves...
Would it be possible to add mysql support to store inventories ? It could be very cool because we will be able to access anyone inventory from a website for...
Simply add a setting for the worlds.xml that will override the seperate-gamemodes configuration per group. So you might have seperate gamemodes on but have it turned off for a creative...
I tried to use the API to add an item to the inventory while a player is in another world. `getAPI().getCachedPlayer().setInventory()` only works if the player has already visited the...
my server is 1.10 and runs pwi 1.7.6(im trying to update now) issue is as the title says the inventories are or, fully wiped or the inventory stays but u...
I recently discovered that with per world inventory that will give a player an old inventory if teleported when logging in. Example: Player is in world1 Player goes to world2...
The following floods my console from time to time. `Could not pass event PlayerGameModeChangeEvent to PerWorldInventory v1.8.3 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-16c940b-0805f60] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-16c940b-0805f60] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-16c940b-0805f60] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-16c940b-0805f60]...