View difference between Paste ID: pgwHYMiM and LSsym1m6
SHOW: | | - or go back to the newest paste.
1
// Plugin has no problem loading.
2
2013-09-28 09:07:04 [INFO] [Skybank] Enabling Skybank v1.5.3b
3
2013-09-28 09:07:04 [INFO] [Skybank] Vault plugin found, using economy plugin: Craftconomy3
4
2013-09-28 09:07:04 [INFO] [Skybank] Skybank 1.5.3b is now enabled.
5
6
7
// Here is the error when someone tries to buy a bank.
8
2013-09-28 09:18:04 [SEVERE] [Skybank] An exception occured. Please notify the plugin developpers via a BukkitDev ticket.
9
2013-09-28 09:18:04 [SEVERE] [Skybank] Exception details: Title cannot be null
10
2013-09-28 09:18:04 [SEVERE] [Skybank] java.lang.IllegalArgumentException: Title cannot be null
11
	at org.apache.commons.lang.Validate.notNull(Validate.java:192)
12
	at org.bukkit.craftbukkit.v1_6_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:47)
13
	at org.bukkit.craftbukkit.v1_6_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:26)
14
	at org.bukkit.craftbukkit.v1_6_R3.CraftServer.createInventory(CraftServer.java:1309)
15
	at Neptuner.Bank.Plugin.emptyInv(Plugin.java:93)
16
	at Neptuner.Bank.Plugin.emptyInv(Plugin.java:90)
17
	at Neptuner.Bank.SlotLoader.createSlot(SlotLoader.java:138)
18
	at Neptuner.Bank.SlotLoader.buySlot(SlotLoader.java:121)
19
	at Neptuner.Bank.BankBlockListener.onChat(BankBlockListener.java:225)
20
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
22
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
23
	at java.lang.reflect.Method.invoke(Unknown Source)
24
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
25
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
26
	at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
27
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:478)
28
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463)
29
	at net.minecraft.server.v1_6_R3.PlayerConnection$4.evaluate(PlayerConnection.java:901)
30
	at org.bukkit.craftbukkit.v1_6_R3.util.Waitable.run(Waitable.java:24)
31
	at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:524)
32
	at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240)
33
	at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:483)
34
	at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:415)
35
	at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)