Plugin Help MultiVerse Inventories

Discussion in 'Plugin Help/Development/Requests' started by icepegasus, Jul 20, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    icepegasus

    Hello, i have a problem with mvinv If anyone can help me

    Log:

    Code:
    [21:01:44] [Server thread/ERROR]: Could not pass event PlayerChangedWorldEvent to Multiverse-Inventories v2.5-b335
    org.bukkit.event.EventException
       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.PlayerList.moveToWorld(PlayerList.java:662) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.craftbukkit.v1_10_R1.entity.CraftPlayer.teleport(CraftPlayer.java:471) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.craftbukkit.v1_10_R1.entity.CraftEntity.teleport(CraftEntity.java:226) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at com.onarandombox.MultiverseCore.utils.SimpleSafeTTeleporter.safelyTeleport(SimpleSafeTTeleporter.java:216) [Multiverse-Core-2.4.jar:?]
       at com.onarandombox.MultiverseCore.commands.TeleportCommand.runCommand(TeleportCommand.java:159) [Multiverse-Core-2.4.jar:?]
       at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) [Multiverse-Core-2.4.jar:?]
       at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) [Multiverse-Core-2.4.jar:?]
       at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) [Multiverse-Core-2.4.jar:?]
       at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:476) [Multiverse-Core-2.4.jar:?]
       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at org.bukkit.craftbukkit.v1_10_R1.CraftServer.dispatchCommand(CraftServer.java:625) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1296) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1156) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_65]
       at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_65]
       at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:690) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:646) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:550) [craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getHealth()I
       at com.onarandombox.multiverseinventories.api.share.Sharables$7.updateProfile(Sharables.java:163) ~[?:?]
       at com.onarandombox.multiverseinventories.ShareHandler.updateProfile(ShareHandler.java:114) ~[?:?]
       at com.onarandombox.multiverseinventories.ShareHandler.completeSharing(ShareHandler.java:77) ~[?:?]
       at com.onarandombox.multiverseinventories.ShareHandler.handleSharing(ShareHandler.java:60) ~[?:?]
       at com.onarandombox.multiverseinventories.InventoriesListener.playerChangedWorld(InventoriesListener.java:189) ~[?:?]
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
       at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
       at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[craftbukkit-1.10-R0.1-SNAPSHOT-latest.jar:git-Bukkit-10c10b3]
       ... 28 more
    [21:02:57] [Server thread/INFO]: Darklazer4133 lost connection: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
    [21:02:57] [Server thread/INFO]: Darklazer4133 left the game.
    [21:06:16] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3274ms behind, skipping 65 tick(s)
    [21:10:48] [pool-5-thread-1/INFO]: GroupManager - INFO -  Data files refreshed.
    [21:11:10] [Server thread/INFO]: <[0;34;22m[[0;31;22mPlayer[0;34;22m][0;37;1m [0;31;22mxXDarkManXx[m> a[m
    [21:11:16] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2015ms behind, skipping 40 tick(s)

    Config File:

    Code:
    # Multiverse-Inventories Settings[/SIZE][/SIZE][/SIZE][/SIZE]
    [SIZE=4][SIZE=5][SIZE=4][SIZE=5]
    
    locale: en
    
    first_run: false
    
    use_bypass: false
    
    default_ungrouped_worlds: false
    
    save_load_on_log_in_out: false
    
    use_game_mode_profiles: false
    
    optionals_for_ungrouped_worlds: false
    
    use_optionals:
    
    - economy
    
    # ===[ Multiverse Inventories Config ]===
    settings:
    
      # This is the locale you wish to use.
      locale: en
    
      # If this is true it will generate world groups for you based on MV worlds.
      first_run: true
    
      # If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
      use_bypass: false
    
      # If set to true, any world not listed in a group will automatically use the settings for the default group!
      default_ungrouped_worlds: false
    
      # The default and suggested setting for this is FALSE.
      # False means Multiverse-Inventories will not attempt to load or save any player data when they log in and out.
      # That means that MINECRAFT will handle that exact thing JUST LIKE IT DOES NORMALLY.
      # Changing this to TRUE will have Multiverse-Inventories save player data when they log out and load it when they log in.
      # The biggest potential drawback here is that if your server crashes, player stats/inventories may be lost/rolled back!
      save_load_on_log_in_out: false
    
      # If this is set to true, players will have different inventories/stats for each game mode.
      # Please note that old data migrated to the version that has this feature will have their data copied for both game modes.
      use_game_mode_profiles: false
    
    shares:
    
      # When set to true, optional shares WILL be utilized in cases where a group does not cover their uses for a world.
      # An example of this in action would be an ungrouped world using last_location.  When this is true, players will return to their last location in that world.
      # When set to false, optional shares WILL NOt be utilized in these cases, effectively disabling it for ungrouped worlds.
      optionals_for_ungrouped_worlds: true
    
      # You must specify optional shares you wish to use here or they will be ignored.
      # The only built in optional share is "economy"
      use_optionals: []


    Edit: Can someone help me please? Its important for my server.
     
    Last edited: Jul 21, 2016
  2. @icepegasus
    It's the old classic.. Using ints for health. I assume you are not using an up-to-date version of this plugin. If that is the case, update the plugin, if not, contact the plugin author for help.
     
  3. Offline

    icepegasus

    @AlvinB oh, i was sure its the latest update, Thanks!
    Ill test it right away

    Edit: I think it is the latest version, I don't see any update.

    Also, i tried some different plugins for different inventories and they all didn't work (for me)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 21, 2016
Thread Status:
Not open for further replies.

Share This Page