Multiverse / Multiverse-Core

The original Bukkit Multi-World Plugin!
BSD 3-Clause "New" or "Revised" License
947 stars 297 forks source link

Error forcing players to spawn on login #380

Closed Jogeta closed 12 years ago

Jogeta commented 12 years ago

[SEVERE] Could not pass event PLAYER_JOIN to Multiverse-Core java.lang.NoSuchMethodError: org.bukkit.entity.Player.hasPlayedBefore()Z at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.onPlayerJoin(MVPlayerListener.java:114) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:265) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339) at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129) at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113) at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39) at net.minecraft.server.NetworkListenThread.a(SourceFile:94) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

I get the above error when a player logs in, they are then moved to spawn while briefly seeing their previous location. Happens every player, every login. Using the latest dev build of Multiverse-core as of right now.

Jogeta commented 12 years ago

And CB1597

main-- commented 12 years ago

No. Your CraftBukkit has to be outdated. Update it and this will be fixed.

Jogeta commented 12 years ago

Ok sorry you were right, I hadn't updated my test servers CB. But our live server is 1597 and that is where the problem was occurring. Disregarding the error message because there is none now that i updated to 1597 we still have the problem of players being moved to spawn everytime they login. The problem goes away if I downgrade back to the last AB of Multiverse core and comes back whenever i update to the dev build.

main-- commented 12 years ago

Well, I think that the error message is related to your problem. It tells me that a method wasn't found. But that method exists in CB since build 1597, so I can be sure that you are using an older build.

Jogeta commented 12 years ago

But the problem has originally occurred on our live server which is running 1597. We never had the console error on there and when it appeared on the test server i assumed it was because of the particular console our host uses not showing all of the server log.

main-- commented 12 years ago

Now I understand what you mean.

But I still need the information listed here.

Jogeta commented 12 years ago

Ok no problem. Sorry completely missed that.

Problem: Whenever players login they are moved from their last saved position to spawn.

Link http://pastie.org/private/pig3wa70fy9fpfqduo7l5q

Startup Log

2012-01-07 00:21:29 [INFO] Starting minecraft server version 1.0.1
2012-01-07 00:21:29 [INFO] Loading properties
2012-01-07 00:21:29 [INFO] Starting Minecraft server on 64.79.109.230:25565
2012-01-07 00:21:29 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
2012-01-07 00:21:30 [INFO] Starting Minequery server on 64.79.109.230:25566
2012-01-07 00:21:31 [INFO] [PermissionsEx] sql backend registered!
2012-01-07 00:21:31 [INFO] [PermissionsEx] file backend registered!
2012-01-07 00:21:31 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-01-07 00:21:31 [INFO] [PermissionsEx] p2compat backend registered!
2012-01-07 00:21:31 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
2012-01-07 00:21:32 [INFO] MCBans: Starting..
2012-01-07 00:21:34 [INFO] [PermissionsEx] Initializing file backend
2012-01-07 00:21:35 [INFO] [Spout] Spout 644 has been initialized
2012-01-07 00:21:35 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-01-07 00:21:35 [INFO] [Vault][Economy] iConomy 5 found: Waiting
2012-01-07 00:21:35 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-01-07 00:21:35 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-01-07 00:21:35 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-01-07 00:21:35 [INFO] [Vault] Enabled Version 1.2.3-b000
2012-01-07 00:21:35 [INFO] Preparing level "huxston"
2012-01-07 00:21:35 [INFO] Default game type: 0
2012-01-07 00:21:35 [INFO] Preparing start region for level 0 (Seed: -1299360788)
2012-01-07 00:21:36 [INFO] Preparing spawn area: 44%
2012-01-07 00:21:37 [INFO] Preparing start region for level 1 (Seed: -6377406213107229101)
2012-01-07 00:21:37 [INFO] Preparing spawn area: 20%
2012-01-07 00:21:38 [INFO] [ FalseBook Core ] using PermissionsEx for Permissions!
2012-01-07 00:21:38 [INFO] [ FalseBook Core ] FalseBookCore v0.91alpha by GeMo enabled!
2012-01-07 00:21:38 [INFO] SimpleAnnounce version 0.5.2 enabled!
2012-01-07 00:21:39 [INFO] [iConomy] Logging is currently disabled.
2012-01-07 00:21:40 [INFO] [iConomy] v5.01 (Eruanna) loaded.
2012-01-07 00:21:40 [INFO] [iConomy] Developed by: [Nijikokun]
2012-01-07 00:21:40 [INFO] [Vault][Economy] iConomy 5 hooked.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston) Single session is enforced.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston) TNT ignition is blocked.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston) Lighters are PERMITTED.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston) Lava fire is blocked.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston) All fire spread is disabled.
2012-01-07 00:21:40 [INFO] WorldGuard: Loaded configuration for world 'huxston"
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston_the_end) Single session is enforced.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston_the_end) TNT ignition is blocked.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston_the_end) Lighters are PERMITTED.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston_the_end) Lava fire is blocked.
2012-01-07 00:21:40 [INFO] WorldGuard: (huxston_the_end) All fire spread is disabled.
2012-01-07 00:21:40 [INFO] WorldGuard: Loaded configuration for world 'huxston_the_end"
2012-01-07 00:21:40 [INFO] WorldGuard: 76 regions loaded for 'huxston'
2012-01-07 00:21:40 [INFO] WorldGuard: 2 regions loaded for 'huxston_the_end'
2012-01-07 00:21:40 [INFO] WEPIF: Updated config file
2012-01-07 00:21:40 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-01-07 00:21:40 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
2012-01-07 00:21:40 [INFO] WorldGuard 5.2.2 enabled.
2012-01-07 00:21:41 [INFO] Loaded Essentials build 2.7.2 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
2012-01-07 00:21:41 [INFO] Essentials: Using config based permissions. Enable superperms in config.
2012-01-07 00:21:41 [INFO] [Essentials] Payment method found (iConomy version: 5)
2012-01-07 00:21:41 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-01-07 00:21:41 [INFO] [RebuildPlugin] RebuildPlugin activé.
2012-01-07 00:21:42 [INFO] []
2012-01-07 00:21:42 [INFO] [RebuildPlugin] Loaded data.
2012-01-07 00:21:42 [INFO] Turnstile 2.1.0 is enabled!
2012-01-07 00:21:42 [INFO] [Turnstile] Successfully linked with iConomy 5!
2012-01-07 00:21:42 [INFO] MushroomJump is enabled!
2012-01-07 00:21:42 [INFO] PluginSpy version 1.1 is now running.
2012-01-07 00:21:42 [INFO] Gamemode Changer 1.1: Enabled.
2012-01-07 00:21:42 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
2012-01-07 00:21:42 [INFO] [Runecraft] Rune blacklist with 1 runes loaded.
2012-01-07 00:21:42 [INFO] [Runecraft] Loaded:
2012-01-07 00:21:42 [INFO] [Runecraft]  - 54 waypoints, 116 teleporters
2012-01-07 00:21:42 [INFO] [Runecraft]  - 0 position runes
2012-01-07 00:21:42 [INFO] [Runecraft]  - 0 rune pads
2012-01-07 00:21:42 [INFO] [Runecraft]  - 0 logic pads
2012-01-07 00:21:42 [INFO] [Runecraft]  - 2 player data sets
2012-01-07 00:21:42 [INFO] [Runecraft]  - 41 block runes
2012-01-07 00:21:42 [INFO] [Runecraft] World 'huxston': id 4
2012-01-07 00:21:42 [INFO] [Runecraft] Runecraft 2.10.1 initialized.
2012-01-07 00:21:42 [INFO] [Runecraft] World 'huxston_the_end': id 0
2012-01-07 00:21:42 [INFO] Runecraft plugin version 0.81 is enabled!
2012-01-07 00:21:42 [INFO] [mcMMO] PermissionsEx found, using PermissionsEx.
2012-01-07 00:21:42 [INFO] Loading Config File...
2012-01-07 00:21:46 [INFO] mcMMO version 1.2.07 is enabled!
2012-01-07 00:21:46 [INFO] [ FalseBook Block ] 3100 Books loaded!
2012-01-07 00:21:46 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded.
2012-01-07 00:21:46 [INFO] [ FalseBook Block ] FalseBookBlock v0.91alpha by GeMo enabled
2012-01-07 00:21:46 [INFO] NSCommand 0.2 enabled.
2012-01-07 00:21:46 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.2.3)
2012-01-07 00:21:46 [INFO] Lockette: Detected craftbukkit build [1597] ok.
2012-01-07 00:21:46 [INFO] [PermissionsCompat] Compatibility layer enabled.
2012-01-07 00:21:46 [INFO] Essentials: Using Permissions 2 based permissions.
2012-01-07 00:21:46 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-01-07 00:21:46 [INFO] [HeroChat] Permissions 2.7.7 found.
2012-01-07 00:21:46 [INFO] [iConomy] hooked into Permissions.
2012-01-07 00:21:46 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
2012-01-07 00:21:46 [INFO] Lockette: Linked to Towny plugin version 0.77.1.27
2012-01-07 00:21:46 [INFO] Lockette: Ready to protect your containers.
2012-01-07 00:21:46 [INFO] WorldEdit 5.0 enabled.
2012-01-07 00:21:46 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-01-07 00:21:47 [INFO] [ConsoleName] Plugin enabled.
2012-01-07 00:21:47 [INFO] JukeboxControl has been enabled.
2012-01-07 00:21:47 [INFO] [PermissionsEx] Superperms support enabled.
2012-01-07 00:21:47 [INFO] [PermissionsEx] v1.17 enabled
2012-01-07 00:21:47 [INFO] Essentials: Using PermissionsEx based permissions.
2012-01-07 00:21:47 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-01-07 00:21:47 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-01-07 00:21:47 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
2012-01-07 00:21:47 [INFO] [Turnstile] Successfully linked with PermissionsEx!
2012-01-07 00:21:47 [INFO] DeathCube v0.60 enabled!
2012-01-07 00:21:47 [INFO] [Questioner] v0.4 - Enabled
2012-01-07 00:21:47 [INFO] [Multiverse-Core] - Version 2.2-b423 (API v10) Enabled - By Rigby, fernferret, lithium3141 and main--
2012-01-07 00:21:47 [INFO] [AllPay] - Version 3.0 - hooked into iConomy 5 for Multiverse-Core v2.2-b423
2012-01-07 00:21:47 [INFO] [Multiverse-Core] Loading World & Settings - 'huxston_the_end' - THE_END with seed: -6377406213107229101
2012-01-07 00:21:48 [INFO] [Multiverse-Core] Loading World & Settings - 'huxston' - NORMAL with seed: -1299360788
2012-01-07 00:21:49 [INFO] [Multiverse-Core] Loading World & Settings - 'nether' - NETHER with seed: 6601073559938192975
2012-01-07 00:21:49 [INFO] Preparing start region for level 2 (Seed: 6601073559938192975)
2012-01-07 00:21:50 [INFO] Preparing spawn area for nether, 65%
2012-01-07 00:21:50 [INFO] [Runecraft] World 'nether': id 3
2012-01-07 00:21:50 [INFO] [Multiverse-Core] Loading World & Settings - 'Carnival' - NORMAL with seed: 7774459393185211589
2012-01-07 00:21:50 [INFO] Preparing start region for level 3 (Seed: 7774459393185211589)
2012-01-07 00:21:51 [INFO] Preparing spawn area for Carnival, 69%
2012-01-07 00:21:51 [INFO] [Runecraft] World 'Carnival': id 1
2012-01-07 00:21:51 [INFO] WorldGuard: (Carnival) Single session is enforced.
2012-01-07 00:21:51 [INFO] WorldGuard: (Carnival) TNT ignition is blocked.
2012-01-07 00:21:51 [INFO] WorldGuard: (Carnival) Lighters are PERMITTED.
2012-01-07 00:21:51 [INFO] WorldGuard: (Carnival) Lava fire is blocked.
2012-01-07 00:21:51 [INFO] WorldGuard: (Carnival) All fire spread is disabled.
2012-01-07 00:21:51 [INFO] WorldGuard: Loaded configuration for world 'Carnival"
2012-01-07 00:21:52 [INFO] [Multiverse-Core] Loading World & Settings - 'huxston_the_end' - THE_END with seed: -6377406213107229101
2012-01-07 00:21:52 [INFO] [Multiverse-Core] 4 - World(s) loaded.
2012-01-07 00:21:52 [INFO] Ender Pearl TP blocking enabled.
2012-01-07 00:21:52 [INFO] [Modifyworld] Modifyworld enabled!
2012-01-07 00:21:52 [INFO] MCBans: Core loaded successfully!
2012-01-07 00:21:52 [INFO] MCBans: Loading language file: en-us
2012-01-07 00:21:52 [INFO] MCBans: Log file disabled!
2012-01-07 00:21:52 [INFO] MCBans: Permissions plugin found!
2012-01-07 00:21:52 [INFO] MCBans: Fetching backup.
2012-01-07 00:21:52 [INFO] MCBans: Starting MCBans online check.
2012-01-07 00:21:52 [INFO] MCBans: Connection throttling operating normally!
2012-01-07 00:21:52 [INFO] MCBans: Task ID: 18
2012-01-07 00:21:52 [INFO] MCBans: Throttle Connect Limit: 2
2012-01-07 00:21:52 [INFO] MCBans: Started and operating normally!
2012-01-07 00:21:52 [INFO] [Multiverse-Portals] - Version 2.2-b427 Enabled - By Rigby and fernferret
2012-01-07 00:21:54 [INFO] [Multiverse-Portals]  27 - Portals(s) loaded
2012-01-07 00:21:55 [INFO] [ FalseBook IC ] FalseBookIC v0.91alpha by GeMo enabled
2012-01-07 00:21:55 [INFO] [VoxelSniper] Config loaded
2012-01-07 00:21:55 [INFO] VoxelSniper version 5.019 is enabled! Snipe away.
2012-01-07 00:21:55 [INFO] FalseBookCart v0.91alpha by GeMo enabled
2012-01-07 00:21:55 [INFO] Loaded EssentialsSpawn build 2.7.2 by: essentials team
2012-01-07 00:21:55 [INFO] ====================      Towny      ========================
2012-01-07 00:21:56 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
2012-01-07 00:22:06 [INFO] [Towny] Using: PermissionsEX v1.17, iConomy v5.01, Questioner v0.4
2012-01-07 00:22:06 [INFO] [Towny] Time until a New Day: 4 hours, 37 minutes, 53 second
2012-01-07 00:22:06 [INFO] =============================================================
2012-01-07 00:22:06 [INFO] [Towny] Version: 0.77.1.27 - Mod Enabled
2012-01-07 00:22:06 [INFO] =============================================================
2012-01-07 00:22:06 [INFO] WorldBorder version 1.5.0 loading
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 3.0 blocks, and timer delay of 40.
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] World "huxston" has border radius 6000 at X: -1489.7 Z: 228.6
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] World "Carnival" has border radius 158 at X: 94.4 Z: 248.4
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] World "nether" has border radius 1000 at X: 53.5 Z: 70.5
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 4000 at X: -317.0 Z: -214.0
2012-01-07 00:22:06 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7
2012-01-07 00:22:06 [INFO] For reference, the main world's spawn location is at X: -1490 Y: 80 Z: 227
2012-01-07 00:22:07 [INFO] [Citizens] NPC types loaded: trader, quester, guard, wizard, healer, blacksmith
2012-01-07 00:22:09 [INFO] [Citizens] Permissions system found (PermissionsEx v1.17)
2012-01-07 00:22:09 [INFO] [Citizens] version [devBuild-] loaded.
2012-01-07 00:22:09 [INFO] [Citizens] Economy plugin found (iConomy v5)
2012-01-07 00:22:09 [INFO] [ChestShop] Permissions version 2.7.7 loaded.
2012-01-07 00:22:09 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
2012-01-07 00:22:09 [INFO] [ChestShop] Towny version 0.77.1.27 loaded.
2012-01-07 00:22:09 [INFO] [ChestShop] WorldGuard version 5.2.2 loaded.
2012-01-07 00:22:09 [INFO] [ChestShop] version 3.3 initialized!
2012-01-07 00:22:09 [INFO] [ChestShop] iConomy 5 loaded.
2012-01-07 00:22:10 [INFO] [VirtualChest] (version 5.2)
2012-01-07 00:22:10 [INFO] [VirtualChest] Chests loaded !
2012-01-07 00:22:10 [INFO] [VirtualChest] Successfully linked with PermissionsEX
2012-01-07 00:22:10 [INFO] [VirtualChest] Successfully linked with mcMMO.
2012-01-07 00:22:10 [INFO] [VANISH] Version 1.8.8 enabled.
2012-01-07 00:22:10 [INFO] [MobArena] Payment method found (iConomy version: 5)
2012-01-07 00:22:10 [INFO] [MobArena] v0.94.3.24 enabled.
2012-01-07 00:22:10 [INFO] Done (3.540s)! For help, type "help" or "?"
2012-01-07 00:22:10 [INFO] [ FalseBook Block ] 0 Areas loaded.
2012-01-07 00:22:10 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded.
2012-01-07 00:22:10 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
2012-01-07 00:22:10 [INFO] [ FalseBook Block ] 218 protected gateblocks successfully loaded.
2012-01-07 00:22:13 [INFO] [Citizens] Loaded 71 NPCs.
2012-01-07 00:22:13 [INFO] [Citizens] Loaded 12 quests.
2012-01-07 00:22:14 [INFO] DeathCube is UpToDate
2012-01-07 00:22:16 [INFO] [ FalseBook IC ] Loaded selftriggered ICs: 0 done
2012-01-07 00:22:16 [INFO] [ FalseBook IC ] Failed selftriggered ICs: 0 failed
main-- commented 12 years ago

Please use one of the newest Multiverse-builds located at http://ci.onarandombox.com/ and check if the issue persists.

Jogeta commented 12 years ago

Hmm ok seems to be fixed using the very latest builds of core and portals. Thankyou very much :D Sorry for being such a mess.!

main-- commented 12 years ago

Read #355 for details about this issue. Closing.