Lift

585k Downloads

Tekkit

PsyNigh opened this issue · 5 comments

commented

2012-12-25 00:27:23 [SEVERE] Could not pass event PlayerInteractEvent to Lift
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:302)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:647)
at net.minecraft.server.Packet15Place.handle(SourceFile:39)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.NoSuchFieldError: WOOD_BUTTON
at net.croxis.plugins.lift.ElevatorManager.isValidShaftBlock(ElevatorManager.java:80)
at net.croxis.plugins.lift.ElevatorManager.createLift(ElevatorManager.java:44)
at net.croxis.plugins.lift.LiftPlayerListener.onPlayerInteract(LiftPlayerListener.java:39)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
... 13 more

Not sure what is going on. Lift.jar is in the plugins folder.

config.yml =

maxLiftArea: 16
lowScan: 0
highScan: 255
debug: false
autoPlace: false
preventEntry: false
preventLeave: true
checkGlass: false
floorBlock: GLASS
baseBlockSpeeds:
IRON_BLOCK: 0.5
STRING_oneFloor: There is only one floor silly.
STRING_currentFloor: 'Current Floor:'
STRING_dest: 'Dest:'
STRING_cantEnter: Can't enter elevator in use
STRING_cantLeave: Can't leave elevator in use

groups.yml (bPermissions) =

default: Guest
groups:
Guest:
permissions:
groups:
meta:
prefix: '[Guest]'
priority: '10'
User:
permissions:
- flight.admin
- exactspawn.exactspawn
- exactspawn.setspawn
- lift.
- lift.change
groups:
meta:
prefix: '[User]'
priority: '20'
Admin:
permissions:
- bPermissions.admin
groups:
- User:
meta:
prefix: '[Admin]'
priority: '30'

commented

Which version of lift?
On Dec 24, 2012 5:22 PM, "Psyth88" [email protected] wrote:

Excuse me, the Lift.jar is in the plugins folder. Typo.


Reply to this email directly or view it on GitHubhttps://github.com//issues/78#issuecomment-11667756.

commented

30

From: croxis
Sent: Monday, December 24, 2012 8:32 PM
To: croxis/Lift
Cc: Psyth88
Subject: Re: [Lift] Tekkit (#78)

Which version of lift?
On Dec 24, 2012 5:22 PM, "Psyth88" [email protected] wrote:

Excuse me, the Lift.jar is in the plugins folder. Typo.


Reply to this email directly or view it on GitHubhttps://github.com//issues/78#issuecomment-11667756.


Reply to this email directly or view it on GitHub.

commented

Version 31 had been uploaded and waiting for mod approval. It will fix this
issue.
On Dec 24, 2012 5:37 PM, "Psyth88" [email protected] wrote:

30

From: croxis
Sent: Monday, December 24, 2012 8:32 PM
To: croxis/Lift
Cc: Psyth88
Subject: Re: [Lift] Tekkit (#78)

Which version of lift?
On Dec 24, 2012 5:22 PM, "Psyth88" [email protected] wrote:

Excuse me, the Lift.jar is in the plugins folder. Typo.


Reply to this email directly or view it on GitHub<
https://github.com/croxis/Lift/issues/78#issuecomment-11667756>.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/78#issuecomment-11667859.

commented

Thanks. I look forward to it.

From: croxis
Sent: Monday, December 24, 2012 8:48 PM
To: croxis/Lift
Cc: Psyth88
Subject: Re: [Lift] Tekkit (#78)

Version 31 had been uploaded and waiting for mod approval. It will fix this
issue.
On Dec 24, 2012 5:37 PM, "Psyth88" [email protected] wrote:

30

From: croxis
Sent: Monday, December 24, 2012 8:32 PM
To: croxis/Lift
Cc: Psyth88
Subject: Re: [Lift] Tekkit (#78)

Which version of lift?
On Dec 24, 2012 5:22 PM, "Psyth88" [email protected] wrote:

Excuse me, the Lift.jar is in the plugins folder. Typo.


Reply to this email directly or view it on GitHub<
https://github.com/croxis/Lift/issues/78#issuecomment-11667756>.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/78#issuecomment-11667859.


Reply to this email directly or view it on GitHub.

commented

Closing until further issues happen