Inactive [ADMN/RPG] Jail - Jail bad players

Discussion in 'Inactive/Unsupported Plugins' started by matejdro, Jan 24, 2011.

  1. Offline

    matejdro

    Jail

    This plugins adds Jail to your minecraft server. Admins can define several jails and then jail/unjail people or jail them on time basis. Plugin also offers wide variety of protections, so players won't escape out of your jail.



    See BukkitDev page for more information and download links: http://dev.bukkit.org/server-mods/jail/
    (you can use your minecraft forum username and password on BukkitDev)
     
  2. am i installing it wrong or something i get this win my cmd. i wrote the error below as it doesnt come up in my log for some reason please help
    Code:
    severe: coloud not load plugins\jail.jar in plugins: null org.bukkit.plguni.invalidpluginexception
    at org.bukkit.plugin.java.javapluginloader.loadplugin<javapluginloaderjava:79>
    at org.bukkit.plugin.simplepluginmanager.loadplugin<simplepluginmanagerjava:117>
    ccaused by:java.lang.nosuchmethonexecption: com.matejdro.bukkit.jail.jail <init><org.bukkit.plugin.pluginloader, org.bukkit.server, java.io.file java.io.file java.lang.classloader
    8 more
     
  3. Offline

    Spathizilla

    After minecraft.net finally coming back online - It appears as though you need to do a restart of the server for a newly created jail to take effect and actually jail the player.

    Otherwise you get the exceptions listed in my previous post.

    Old versions of jail will also throw exceptions and fail to load the plugin unless the old db is deleted.
     
  4. Offline

    bevso

    does this version work with the newest bukkit?
     
  5. Offline

    matejdro

  6. Offline

    TheMap

    I cant get it to work at all with the new bukkit.
     
  7. Offline

    matejdro

    What happens. Any error messages?
     
  8. Code:
    2011-02-22 01:26:41 [SEVERE] Exception in thread "Thread-6"
    2011-02-22 01:26:41 [SEVERE] java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    2011-02-22 01:26:41 [SEVERE]     at com.matejdro.bukkit.jail.Jail.setupPermissions(Jail.java:104)
    2011-02-22 01:26:41 [SEVERE]     at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:71)
    2011-02-22 01:26:41 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
    2011-02-22 01:26:41 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
    2011-02-22 01:26:41 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    2011-02-22 01:26:41 [SEVERE]     at org.bukkit.earth2me.hotswap.PluginCommand$1.run(PluginCommand.java:131)
    2011-02-22 01:26:41 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    2011-02-22 01:26:41 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    2011-02-22 01:26:41 [SEVERE]     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    2011-02-22 01:26:41 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-02-22 01:26:41 [SEVERE]     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    2011-02-22 01:26:41 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    2011-02-22 01:26:41 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    2011-02-22 01:26:41 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    2011-02-22 01:26:41 [SEVERE]     ... 7 more
    
    Im getting this when booting server, im using GroupManager but it should not be any diffrent from permissions?

    EDIT:
    Im using the latest build of bukkit #403
     
  9. Offline

    GameFAQsRolo

    Still running 0.5 on my live server with CB #325, but cannot update to Jail 0.5.1. None of the commands will work and it throws no errors. I do my updates on Thursdays so I figured I would go ahead and throw 0.5.1 on my test server. Test server is running CB #406 and I created a fresh jail folder and deleted my jail db on mysql and created a new jail and jail db. When trying to jail an offline player (I don't know if this applies to online players since my test server usually just has me on it) it throws the following error in the client:
    "An internal error occured while attempting to perform this command"

    This is the error in the console
    Code:
    2011-02-21 17:06:26 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail
    ' in plugin Jail v0.5.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:21)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    71)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:623)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:587)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:580)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:67)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:325)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:240)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NullPointerException
            at com.matejdro.bukkit.jail.InputOutput.InsertPrisoner(InputOutput.java:
    268)
            at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:446)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:19)
            ... 12 more
     
  10. Offline

    murphmaster01

    Craft bukkit 325 with the following plugins:
    -AutoRepair
    -Essentials
    -LoginMessage
    -MyWarp
    -Permissions
    -WorldEdit & WorldGuard

    gives this error.
    Code:
    SEVERE: Could not load plugins\Jail.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:79)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:117)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:82)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: com.matejdro.bukkit.jail.Jail.<init>
    (org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.PluginDesc
    riptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
            ... 8 more
     
  11. Offline

    matejdro

  12. Tho i have tested permissions and it still wont work :/
     
  13. Offline

    Slippy Toad

    This.

    2011-02-22 13:21:44 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-22 13:21:44 [WARNING] **** NOT ENOUGH RAM!
    2011-02-22 13:21:44 [WARNING] To start the server with more ram, launch it as "j
    ava -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-02-22 13:21:44 [INFO] Loading properties
    2011-02-22 13:21:44 [INFO] Starting Minecraft server on *:25565
    2011-02-22 13:21:45 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-441-g1d7f86b-b415jnks (MC: 1.2_01)
    2011-02-22 13:21:45 [INFO] Preparing level "world"
    2011-02-22 13:21:45 [INFO] Preparing start region
    2011-02-22 13:21:46 [INFO] Preparing spawn area: 24%
    2011-02-22 13:21:47 [INFO] Preparing spawn area: 52%
    2011-02-22 13:21:48 [INFO] Preparing spawn area: 73%
    2011-02-22 13:21:49 [SEVERE] Could not load plugins\Permissions.jar in plugins:
    null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:85)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:129)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:94)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:178)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:217)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:77)
    ... 8 more
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<reader>", line 68, column 1:

    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:360)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:510)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry.pro
    duce(ParserImpl.java:502)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:73)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:178)
    at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:41)
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    74)
    ... 13 more
    2011-02-22 13:21:49 [INFO] [Jail] Loaded 0 jail zones.
    2011-02-22 13:21:49 [INFO] [Jail] Loaded 0 prisoners.
    2011-02-22 13:21:49 [SEVERE] [Jail] You need Permission plugin for the Jail plug
    in! See http://forums.bukkit.org/threads/permissions-revolutionizing-the-group-s
    ystem.1403
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [WARNING] Plugin 'Jail' (ver 0.5.1) is registering events be
    fore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-22 13:21:49 [INFO] Done! For help, type "help" or "?"



    I have deleted my server folder, completely started anew, first plugin was Permissions, then I got SQL Lite. Placed Jail.jar and Jail folder in plugins, ran the server, and this happened. I added the permissions, but realized that '*' would allow me to use everything, so I undid that. Any thoughts?

    EDIT: I think I broke my config.yml file.
     
  14. Offline

    matejdro

    Do you use notepad++ for the permissions? Notepad++ will automatically use tabs when entering new line. Delete those tabs and replace them with spaces in permissions config.
     
    Slippy Toad likes this.
  15. Offline

    Slippy Toad

    Ta
    Thank you :D
    I do use Notepad++, I added a line and somehow screwed it up. Maybe I should actually learn how to use it before I change things >_<'

    It works fine now!
     
  16. Offline

    TDJP

    I have a suggestion to add to the plugin. Add a resaon why they where jailed
     
  17. Offline

    Spathizilla

    While 0.51 loads fine with b431 (beta 1.3), it doesnt seem to jail anyone when using /jail

    No errors show up in the logs.

    Edit: After switching from Permissions 2.1 to GroupManager (with FakePermissions) it spits out:

     
  18. Offline

    kazeen

    does it have to have permissons i dont care for that plugin
     
  19. Offline

    SxeBeast

    It CLEARLY states it needs permissions.
     
  20. Offline

    Xander4399

    I want to do but look what i get [watch it in 1080p & full screen then is it good to see]

     
  21. so just run it and its failing i have done everything right but am gettting this
    Code:
    [SEVERE] java.lang.ClassNotFoundException: org.sqlite.JDBC
    2011-02-24 18:04:02 [SEVERE]     at java.net.URLClassLoader$1.run(Unknown Source)
    2011-02-24 18:04:02 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-02-24 18:04:02 [SEVERE]     at java.net.URLClassLoader.findClass(Unknown Source)
    2011-02-24 18:04:02 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    2011-02-24 18:04:02 [SEVERE]     at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-02-24 18:04:02 [SEVERE]     at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-02-24 18:04:02 [SEVERE]     at java.lang.Class.forName0(Native Method)
    2011-02-24 18:04:02 [SEVERE]     at java.lang.Class.forName(Unknown Source)
    2011-02-24 18:04:02 [SEVERE]     at com.matejdro.bukkit.jail.InputOutput.createConnection(InputOutput.java:55)
    2011-02-24 18:04:02 [SEVERE]     at com.matejdro.bukkit.jail.InputOutput.getConnection(InputOutput.java:42)
    2011-02-24 18:04:02 [SEVERE]     at com.matejdro.bukkit.jail.InputOutput.PrepareDB(InputOutput.java:391)
    2011-02-24 18:04:02 [SEVERE]     at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:68)
    2011-02-24 18:04:02 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
    2011-02-24 18:04:02 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
    2011-02-24 18:04:02 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    2011-02-24 18:04:02 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:76)
    2011-02-24 18:04:02 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:57)
    2011-02-24 18:04:02 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
    2011-02-24 18:04:02 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
    2011-02-24 18:04:02 [SEVERE]     at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
    2011-02-24 18:04:02 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
    2011-02-24 18:04:02 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-24 18:04:02 [SEVERE] null (Is it up to date?)
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.InputOutput.PrepareDB(InputOutput.java:392)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:68)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:76)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:57)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  22. Offline

    GameFAQsRolo

    I'm running Jail 0.5.1 with MySQL on CB #440 [and GroupManager 0.99b] and the only immediate problem I'm having is that any player can break jail blocks. So far everything else seems to be working fine.
     
  23. Offline

    Nieksas

    update please?
     
    Ola likes this.
  24. Offline

    Ola

    Agree with Nieksas [​IMG] [​IMG]
     
  25. Offline

    blista77

    i have jail installed and commands in permisson folder and when i put /jailcreate notting pops up at all

    C:\Users\Brandon\Documents\minecraftsever2>java -Xms1024M -Xmx1024M -jar craftbu
    kkit-0.0.1-SNAPSHOT.jar nogui
    2011-02-25 18:20:17 [INFO] Starting minecraft server version Beta 1.3
    2011-02-25 18:20:17 [INFO] Loading properties
    2011-02-25 18:20:17 [INFO] Starting Minecraft server on 5.222.148.187:25565
    2011-02-25 18:20:17 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    2011-02-25 18:20:17 [INFO] Preparing level "world"
    2011-02-25 18:20:17 [SEVERE] java.io.IOException: Not in GZIP format
    2011-02-25 18:20:17 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unkn
    own Source)
    2011-02-25 18:20:17 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown
    Source)
    2011-02-25 18:20:17 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown
    Source)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(
    SourceFile:8)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile
    :49)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.WorldLoaderServer.a(Sour
    ceFile:73)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:126)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.d(Minecr
    aftServer.java:120)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:227)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-02-25 18:20:17 [INFO] Preparing start region
    2011-02-25 18:20:17 [SEVERE] java.io.IOException: Not in GZIP format
    2011-02-25 18:20:17 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unkn
    own Source)
    2011-02-25 18:20:17 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown
    Source)
    2011-02-25 18:20:17 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown
    Source)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.CompressedStreamTools.a(
    SourceFile:8)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.PlayerNBTManager.c(Sourc
    eFile:84)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.World.<init>(World.java:
    69)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.WorldServer.<init>(World
    Server.java:24)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:134)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.d(Minecr
    aftServer.java:120)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:227)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-02-25 18:20:17 [SEVERE] java.lang.NullPointerException
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.Entity.e(Entity.java:851
    )
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.EntityTypes.a(SourceFile
    :97)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ChunkLoader.a(SourceFile
    :171)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ChunkRegionLoader.a(Sour
    ceFile:38)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ChunkProviderServer.e(Ch
    unkProviderServer.java:126)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ChunkProviderServer.d(Ch
    unkProviderServer.java:58)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ChunkProviderServer.b(Ch
    unkProviderServer.java:109)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.World.c(World.java:202)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.World.getTypeId(World.ja
    va:145)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.World.isEmpty(World.java
    :149)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.World.a(World.java:117)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.WorldProvider.a(SourceFi
    le:51)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.World.<init>(World.java:
    97)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.WorldServer.<init>(World
    Server.java:24)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:134)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.d(Minecr
    aftServer.java:120)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:227)
    2011-02-25 18:20:17 [SEVERE] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-02-25 18:20:18 [INFO] AppleTree activated.
    2011-02-25 18:20:18 [INFO] [Jail] Loaded 0 jail zones.
    2011-02-25 18:20:18 [INFO] [Jail] Loaded 0 prisoners.
    2011-02-25 18:20:18 [INFO] [Permissions] version [2.1] (Handler) loaded
    2011-02-25 18:20:18 [INFO] [SpawnControl]: No global spawn found, setting global
    spawn to world(0) spawn.
    2011-02-25 18:20:18 [INFO] [SpawnControl] version [0.6.3] loaded
    2011-02-25 18:20:18 [INFO] Done (1544508182ns)! For help, type "help" or "?"
    2011-02-25 18:20:42 [INFO] 143 recipes
    2011-02-25 18:20:42 [INFO] blista77 [/5.222.148.187:52622] logged in with entity
    id 238
    2011-02-25 18:20:42 [INFO] Loaded world: world
    2011-02-25 18:20:42 [SEVERE] Could not pass event PLAYER_JOIN to SpawnControl
    java.lang.NullPointerException
    at com.aranai.spawncontrol.SCPlayerListener.onPlayerJoin(SCPlayerListene
    r.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:130)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:97)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-25 18:21:11 [INFO] josep45 [/5.228.170.203:49478] logged in with entity
    id 360
    2011-02-25 18:21:11 [SEVERE] Could not pass event PLAYER_JOIN to SpawnControl
    java.lang.NullPointerException
    at com.aranai.spawncontrol.SCPlayerListener.onPlayerJoin(SCPlayerListene
    r.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:130)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:97)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-25 18:21:22 [INFO] blista77 issued server command: setjail
    2011-02-25 18:21:22 [INFO] Unknown console command. Type "help" for help.
    2011-02-25 18:22:39 [INFO] blista77 issued server command: set spawn
    2011-02-25 18:22:39 [INFO] Unknown console command. Type "help" for help.
    /jailcreate
    2011-02-25 18:23:13 [INFO] Unknown console command. Type "help" for help.
    jailcreate
    jailcreate bb
    2011-02-25 18:25:03 [INFO] Gatenby [/5.222.150.40:49703] logged in with entity i
    d 12125
    2011-02-25 18:25:03 [SEVERE] Could not pass event PLAYER_JOIN to SpawnControl
    java.lang.NullPointerException
    at com.aranai.spawncontrol.SCPlayerListener.onPlayerJoin(SCPlayerListene
    r.java:257)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:130)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:97)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  26. Offline

    iSushi

    And hey, add the date in the changelog too. It doesn't matter if it's just the most recent or the date for all your updates.
     
  27. Offline

    Spathizilla

    I was bored so I fixed the source last night.
     
  28. Offline

    blista77

    ya when i got and create a jailnotting pops up i have it set in permisson fikle or do i have something wrong?
    mod:
    default: false
    info:
    prefix:
    suffix: '&b'
    build: true
    inheritance:
    - member
    permissions:
    - 'general.items'
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'jail.command.jailcreate'
    - 'jail.command.jaildelete'
    - 'jail.command.jail'
    - 'jail.command.jailtransfer'
    - 'jail.command.jailtransferall'
    - 'jail.command.jailcheck'
    - 'jail.command.jailtelein'
    - 'jail.command.jailteleout'
    - 'jail.command.jaillist'
    - 'jail.command.unjailforce'
    - 'jail.command.jailclear'
    - 'jail.command.jailclearforce'
    - 'jail.command.jailbackup'
    - 'essentials.setspawn'
    - 'essentials.spawn'
     
  29. Offline

    spoonikle

    i think you are missing SQLlite. download the .jar and place it in your server directory.
     
  30. Offline

    captainbinary

    Hello using the newest build of CB 457 and it brings up this in the console whenever i start up the server.

    Code:
    19:51:52 [SEVERE] PLAYER_COMMAND loading Jail v0.5.1 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
            at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:73)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:117)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  31. in my lib folder i have mysql and sqlite isnt that what i need
     

Share This Page