Kaos1337 / SimpleSpleef-Evolution

SimpleSpleef Evolution
Other
7 stars 12 forks source link

Player join #7

Open kustomcraft2 opened 12 years ago

kustomcraft2 commented 12 years ago

On player join this error shows...

29.08 10:09:45 [Server] INFO ... 14 more 29.08 10:09:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) 29.08 10:09:45 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601) 29.08 10:09:45 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 29.08 10:09:45 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 29.08 10:09:45 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 29.08 10:09:45 [Server] INFO at net.kaoslabs.simplespleef.game.GameHandler.onPlayerJoin(GameHandler.java:618) 29.08 10:09:45 [Server] INFO at net.kaoslabs.simplespleef.game.GameStandard.onPlayerJoin(GameStandard.java:937) 29.08 10:09:45 [Server] INFO Caused by: java.lang.NullPointerException 29.08 10:09:45 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) 29.08 10:09:45 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) 29.08 10:09:45 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) 29.08 10:09:45 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) 29.08 10:09:45 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) 29.08 10:09:45 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29) 29.08 10:09:45 [Server] INFO at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44) 29.08 10:09:45 [Server] INFO at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:41) 29.08 10:09:45 [Server] INFO at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:121) 29.08 10:09:45 [Server] INFO at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:92) 29.08 10:09:45 [Server] INFO at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:161) 29.08 10:09:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) 29.08 10:09:45 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) 29.08 10:09:45 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 29.08 10:09:45 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332) 29.08 10:09:45 [Server] INFO org.bukkit.event.EventException 29.08 10:09:45 [Server] SEVERE Could not pass event PlayerJoinEvent to SimpleSpleef

My plugins: 29.08 10:12:04 [Server] INFO Plugins (49): Orebfuscator, bPermissions, JoinMessage, PqShout, FindLand, Websend, SpamGuard, Vault, Multiverse-Core, PlayerTimer, Rebalance Villagers, bChatManager, SkinList, EndReset, DynamicMOTD, DisguiseCraft, AntiAd, MultiCommand, BiomeBrush, KcNoFly, SkylandsPlus, Votifier, CommandBlocker, MobArena, EnjiinShopBridge, WorldEdit, NoCheatPlus, PqWelcome, Skybank, LogBlock, Paintball, WorldGuard, boosCooldowns, InfinitePlots, KcNoTp, CasinoSlots, SignEdit, PqPlots, Lockette, ScheduledAnnouncer2, SimpleSpleef, InfiniteClaims, Essentials, CreativeControl, Enjin Minecraft Plugin, Protection, ChestShop, EssentialsSpawn, V10FenceRegios

My config:

Simple Spleef configuration

Note on materials: If you use numbers for IDs and data values, make sure that you use an amount! E.g.: 1:35:5 or WOOL:5 works, but not 35:5!

RED_WOOL does not work! Use WOOL:14 instead!

Also, if you use single item ids (like 42 for iron block, make sure to suround them with ' - e.g. '42'. If you forget to do this, Bukkit

will interpret the value as integer and bug SimpleSpleef...

Material ids/names can be found at https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java

Version number of configuration - do not touch! It is used for automatic updates of configuration settings.

version: 3 language: en settings: updateNotificationOnStart: true updateNotificationOnLogin: true defaultArena: default enableSigns: true useSignPermissions: true signsFirstLine: '[Spleef]' signsOnlyRightClick: false announceGame: false announceJoin: true announceTeam: false announceReady: false announceStart: false announceStop: false announceDelete: false announceCountdown: false announceLose: false announceWin: false announcePrize: false announcementRadius: -1 sendMessagesToConsole: true preventTeleportingDuringGames: true keepOriginalLocationsSeconds: 3600 changeGameModeBackToCreative: true enableStatistics: true statisticsModule: file statisticsSettings: false arenas: default: name: Spleef type: standard enabled: true minimumPlayers: 2 maximumPlayers: 0 remainingPlayersWin: 1 announceOnJoin: true spleeferStart: true teamCommand: false teamBlockMaterialBlue: WOOL:11 teamBlockMaterialRed: WOOL:14 teamJoiningAlsoReadies: true useReady: false readyAutoStart: true readyBlockMaterial: '42' readyTimeout: 0 emptyInventoryToJoin: false emptyInventoryToSpectate: false clearInventory: true addToInventory: false addInventoryItems: entryFee: 1.0 entryFeeGoesToPlayer: Zorox111 entryFeeAmountToPlayer: 5.0 giveItemPrizes: true itemPrizes:

Kaos1337 commented 12 years ago

Hi, can you try if happen with this dev version too? http://www.mediafire.com/?h5xrrx1l91x3al5 Regards.