Inactive [CHAT] CellMod v3.0.1 - Basic cell phones in Minecraft [1337]

Discussion in 'Inactive/Unsupported Plugins' started by instipod, Jul 3, 2011.

  1. Offline

    instipod

    I know it is. Please post your console error log.
     
  2. Offline

    mindystorm

    is this one? it has the cellmod thing on the bottom 10-10 19:48:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-10 19:48:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-10 19:48:50 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cell' in plugin CellMod v2.2.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at nnet.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at et.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.instipod.cellmod.commands.CellCmd.onCommand(CellCmd.java:30)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)


    or is it
    [SEVERE] Could not pass event PLAYER_JOIN to CellMod
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler

    or is it
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cell' in plugin



    there are so many different type of errors that i stopped looking for them.
    the only things i changed in the config was spout-support=true (i have spout) and tower-material=35
    thats it

    P.S if you want my entire log i'll give you a download link
     
  3. Offline

    instipod

    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler. You cannot use Bukkit perms for this plugin. It requires you have a permissions plugin.
     
  4. Offline

    mindystorm

    i need a permissions plugin? OH... can you put a dependencies tab?

    oh and can you make it default to ops if it doesnt sense permissions?
    thx

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  5. Offline

    KingPin

    can you add a config option to set the range of cell towers? thanx.
     
  6. Offline

    Kalkarzin

    Can you maybe added a command to remove cell towers, and set the range of each tower when making them. Plus could you fix the properties file so that you can set it to show up on login and change it for HTC Craft to something else. Sorry for being so needy but a lot of people on my server voted for that :D
     
  7. Offline

    instipod

    A. You can make it show up on login in config.properties
    B. You can change the HTC Craft title in lang.properties
    C. I may in the future add the configuration option to change the range.
     
  8. Offline

    Kalkarzin

    Thanks for making my post look better :D
    D. Please make the config file into .yml format
     
  9. Offline

    EvilJackCarver

    Alright, another question, this time I know for sure is not a blunder on my part. The server my brother gave me will not let me modify the contents in PermissionsEX - including upload the permissions.YML file that is missing. So, here's the question:

    If the PERMISSIONS.YML file in PermissionsEX is missing/blank, would the mod still work?

    The reason I am asking is simple: The mod isn't one of those that is needed to sustain life, however I've tried it on the server based on my computer and it worked like a charm; and even though the server might not let me modify the files (citing something about a permission level of 755 - I've filed a support ticket on that already) I'm thinking it's possible that [that] might not be the only problem.

    Edit - Scratch that. Upon further investigation, it turns out CONFIG.YML is also blank on the server. Time to see why this is and maybe get it ported to EssentialsChat.

    Edit 2 - Is there anything I need to modify to get this to work in Essentials?
     
  10. Offline

    instipod

    Nope. It should work out of the box with Essentials.
     
  11. Offline

    EvilJackCarver

    Hm. That's odd. Maybe I need to update Essentials.

    Edit - Gonna wipe the entire PLUGINS directory and start from there. Wish me luck. XD

    Edit 2 - Yeah, didn't think it'd work. I'm looking at the console log now, and it came with its own log! HOW CONVENIENT

    Code:
    2011-10-16 11:32:15 [SEVERE] Error occurred while enabling CellMod v2.2.1 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.instipod.cellmod.CellMod.setupPermissions(CellMod.java:214)
        at com.instipod.cellmod.CellMod.onEnable(CellMod.java:175)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-16 11:32:19 [INFO] EvilJackCarver [/99.135.250.116:53576] logged in with entity id 183 at ([world] -22.747127529610317, 75.0, -1.3000000119209267)
    2011-10-16 11:32:19 [SEVERE] Could not pass event PLAYER_JOIN to CellMod
    java.lang.NullPointerException
        at com.instipod.cellmod.playerListener.onPlayerJoin(playerListener.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:260)
        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:121)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
        at net.minecraft.server.Packet1Login.a(SourceFile:59)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Edit 4 - Re-reading the log, in the top line it asks if PermissionsEX is enabled - it is.
     
  12. Offline

    instipod

    Do you have GroupManager enabled as well?
     
  13. Offline

    EvilJackCarver

    Yes. Still says internal error. I can't view the details from the console without fetching a 30-meg log, so...
     
  14. Offline

    instipod

    You cannot use both. You must use one or the other. That is likely the error.
     
  15. Offline

    EvilJackCarver

    It's still not working.

    Eh, I suppsoe I'll have to live without.
     
  16. Offline

    instipod

    Alright, just remember it was a problem with Permissions.
     
  17. Offline

    EvilJackCarver

    Either that or a version incompatibility.

    Edit: What's the minimum Bukkit version needed?

    Edit 2: If ithelps any, here's the entire log where I just tried the command /cell (as well as the McMyAdmin bypasses) between when I booted the server, tried the commands, and killed the server.

    Code:
    2011-10-16 20:04:54 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-16 20:04:54 [INFO] Loading properties
    2011-10-16 20:04:54 [INFO] Starting Minecraft server on *:3219
    2011-10-16 20:04:54 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-16 20:04:54 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-16 20:04:54 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-16 20:04:54 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-16 20:04:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126-g35eac7a-b1317jnks (MC: 1.8.1)
    2011-10-16 20:04:54 [INFO] [PermissionsEx] sql backend registered!
    2011-10-16 20:04:54 [INFO] [PermissionsEx] file backend registered!
    2011-10-16 20:04:54 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-16 20:04:54 [SEVERE] class ru.tehkode.permissions.config.Configuration$ConfigurationRepresenter overrides final method representData.(Ljava/lang/Object;)Lorg/yaml/snakeyaml/nodes/Node; initializing PermissionsEx v1.14 (Is it up to date?)
    java.lang.VerifyError: class ru.tehkode.permissions.config.Configuration$ConfigurationRepresenter overrides final method representData.(Ljava/lang/Object;)Lorg/yaml/snakeyaml/nodes/Node;
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:221)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at ru.tehkode.permissions.bukkit.PermissionsEx.loadConfig(PermissionsEx.java:189)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:71)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-16 20:04:54 [INFO] Preparing level "world"
    2011-10-16 20:04:54 [INFO] Default game type: 0
    2011-10-16 20:04:54 [INFO] Preparing start region for level 0 (Seed: -6175675043059069709)
    2011-10-16 20:04:55 [INFO] Preparing start region for level 1 (Seed: 1531820293425469340)
    2011-10-16 20:04:55 [INFO] Preparing spawn area: 32%
    2011-10-16 20:04:56 [SEVERE] Error occurred while enabling PermissionsEx v1.14 (Is it up to date?): null
    java.lang.NullPointerException
        at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:79)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-16 20:04:56 [INFO] [CellMod] SQLite Initializing
    2011-10-16 20:04:56 [INFO] [CellMod] 0 towers loaded.
    2011-10-16 20:04:56 [INFO] [CellMod] Permission system not detected
    2011-10-16 20:04:56 [INFO] [CellMod] CellMod version 2.2.1 is enabled!
    2011-10-16 20:04:56 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-16 20:04:56 [INFO] Done (0.186s)! For help, type "help" or "?"
    2011-10-16 20:04:57 [INFO] EvilJackCarver [/99.135.250.116:65528] logged in with entity id 187 at ([world] -45.00487248930557, 78.0, -6.5138750759544015)
    2011-10-16 20:04:57 [SEVERE] Could not pass event PLAYER_JOIN to CellMod
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at com.instipod.cellmod.playerListener.onPlayerJoin(playerListener.java:37)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:260)
        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:121)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
        at net.minecraft.server.Packet1Login.a(SourceFile:59)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 14 more
    2011-10-16 20:04:57 [INFO] [Server] Welcome back, EvilJackCarver
    2011-10-16 20:04:57 [INFO] New max size: 484
    2011-10-16 20:04:57 [INFO] New max size: 784
    2011-10-16 20:04:58 [INFO] [CONSOLE->EvilJackCarver] ZedgearGamers' Server, 1 ONLINE
    2011-10-16 20:04:58 [INFO] §7CONSOLE whispers ZedgearGamers' Server, 1 ONLINE
    2011-10-16 20:05:01 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cell' in plugin CellMod v2.2.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at com.instipod.cellmod.commands.CellCmd.onCommand(CellCmd.java:30)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 14 more
    2011-10-16 20:05:04 [INFO] <EvilJackCarver> !cell
    2011-10-16 20:05:13 [INFO] <EvilJackCarver> !/cell
    2011-10-16 20:05:24 [INFO] <EvilJackCarver> !god
    2011-10-16 20:05:57 [INFO] EvilJackCarver lost connection: disconnect.quitting
    2011-10-16 20:05:57 [INFO] Connection reset
    2011-10-16 20:06:49 [INFO] [Server] Server shutting down immediately. World is being saved.
    2011-10-16 20:06:49 [INFO] CONSOLE: Enabling level saving..
    2011-10-16 20:06:49 [INFO] CONSOLE: Forcing save..
    2011-10-16 20:06:50 [INFO] CONSOLE: Save complete.
    2011-10-16 20:06:50 [INFO] CONSOLE: Stopping the server..
    2011-10-16 20:06:50 [INFO] Stopping server
    2011-10-16 20:06:50 [SEVERE] Error occurred while disabling PermissionsEx v1.14 (Is it up to date?): null
    java.lang.NullPointerException
        at ru.tehkode.permissions.bukkit.PermissionsEx.onDisable(PermissionsEx.java:112)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:172)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:978)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:296)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:289)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:166)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:325)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-16 20:06:50 [INFO] [CellMod] CellMod disabled.
    2011-10-16 20:06:50 [INFO] Saving chunks
     
  18. Offline

    uwardy

    um i get a internal error? when i try to use any of the commands
     
  19. Offline

    instipod

    Please paste your server log. I'm guessing you don't have permissions.
     
  20. Offline

    uwardy

    i fixed my permissions but it still yields Internal error
     
  21. Offline

    EvilJackCarver

    SERVER.LOG is usually located in the same folder that the server itself is on. Are you sure you're not mistaking a file for it?
     
  22. Offline

    uwardy

    2011-10-17 18:59:36 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-17 18:59:36 [INFO] Loading properties
    2011-10-17 18:59:36 [INFO] Starting Minecraft server on *:25565
    2011-10-17 18:59:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-17 18:59:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-17 18:59:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-17 18:59:36 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-17 18:59:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-10-17 18:59:36 [INFO] Preparing level "world"
    2011-10-17 18:59:36 [INFO] Default game type: 0
    2011-10-17 18:59:36 [INFO] Preparing start region for level 0 (Seed: 7176789896420915920)
    2011-10-17 18:59:37 [INFO] Preparing start region for level 1 (Seed: 7176789896420915920)
    2011-10-17 18:59:37 [INFO] Preparing spawn area: 0%
    2011-10-17 18:59:38 [INFO] [CellMod] SQLite Initializing
    2011-10-17 18:59:38 [INFO] [CellMod] 0 towers loaded.
    2011-10-17 18:59:38 [INFO] [CellMod] Permission system not detected
    2011-10-17 18:59:38 [INFO] [CellMod] CellMod version 2.2.1 is enabled!
    2011-10-17 18:59:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-17 18:59:38 [INFO] Done (0.197s)! For help, type "help" or "?"
    2011-10-17 18:59:58 [INFO] uwardy [/127.0.0.1:1515] logged in with entity id 199 at ([world] 381.5, 97.0, 393.5)
    2011-10-17 18:59:58 [SEVERE] Could not pass event PLAYER_JOIN to CellMod
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.instipod.cellmod.playerListener.onPlayerJoin(playerListener.java:37)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:116)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:75)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    2011-10-17 18:59:58 [INFO] New max size: 484
    2011-10-17 18:59:58 [INFO] New max size: 784
    2011-10-17 19:00:05 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cell' in plugin CellMod v2.2.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.instipod.cellmod.commands.CellCmd.onCommand(CellCmd.java:30)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    2011-10-17 19:00:08 [INFO] Connection reset
    2011-10-17 19:00:08 [INFO] uwardy lost connection: disconnect.quitting
     
  23. Offline

    instipod

    If you would read the WHOLE topic before replying, you could of found out that you NEED a permissions plugin. I DO NOT support Bukkit Permissions.
     
    EvilJackCarver likes this.
  24. Offline

    uwardy

    Show Spoiler

    2011-10-17 18:59:36 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-17 18:59:36 [INFO] Loading properties
    2011-10-17 18:59:36 [INFO] Starting Minecraft server on *:25565
    2011-10-17 18:59:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-17 18:59:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-17 18:59:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-17 18:59:36 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-17 18:59:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067-g6301507-b1185jnks (MC: 1.8.1)
    2011-10-17 18:59:36 [INFO] Preparing level "world"
    2011-10-17 18:59:36 [INFO] Default game type: 0
    2011-10-17 18:59:36 [INFO] Preparing start region for level 0 (Seed: 7176789896420915920)
    2011-10-17 18:59:37 [INFO] Preparing start region for level 1 (Seed: 7176789896420915920)
    2011-10-17 18:59:37 [INFO] Preparing spawn area: 0%
    2011-10-17 18:59:38 [INFO] [CellMod] SQLite Initializing
    2011-10-17 18:59:38 [INFO] [CellMod] 0 towers loaded.
    2011-10-17 18:59:38 [INFO] [CellMod] Permission system not detected
    2011-10-17 18:59:38 [INFO] [CellMod] CellMod version 2.2.1 is enabled!
    2011-10-17 18:59:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-17 18:59:38 [INFO] Done (0.197s)! For help, type "help" or "?"
    2011-10-17 18:59:58 [INFO] uwardy [/127.0.0.1:1515] logged in with entity id 199 at ([world] 381.5, 97.0, 393.5)
    2011-10-17 18:59:58 [SEVERE] Could not pass event PLAYER_JOIN to CellMod
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.instipod.cellmod.playerListener.onPlayerJoin(playerListener.java:37)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:116)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:75)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    2011-10-17 18:59:58 [INFO] New max size: 484
    2011-10-17 18:59:58 [INFO] New max size: 784
    2011-10-17 19:00:05 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cell' in plugin CellMod v2.2.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at com.instipod.cellmod.commands.CellCmd.onCommand(CellCmd.java:30)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    2011-10-17 19:00:08 [INFO] Connection reset
    2011-10-17 19:00:08 [INFO] uwardy lost connection: disconnect.quitting

    Which permission plugin do u suggest and also 2 things
    1. plz support bperm
    2. srry bout that i forgot

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  25. Offline

    EvilJackCarver

    I've tried it on a "server" running off my computer and it with PermissionsEX worked like a charm.
     
  26. Offline

    uwardy

    Thnx EvilJackCarver =)
     
  27. Offline

    EvilJackCarver

    Not a problem.

    Anyway, Instipod, I have another question. I know you said you didn't support PERMISSIONS(.jar), but for some odd reason when I try with permissions(.jar) ON, it says "You do not have permission to do this" instead of the normal internal error message. Anything I'm doing wrong (aside from using Permissions.JAR)

    Spoilere contains information about which plugins are enabled and which ones aren't.
    Show Spoiler
    The following plugins are currently enabled:

    • Cellmod 2.2.1
    • Chatmanager 1.15
    • EssentialsProtect 2.6.3
    • EssentialsSpawn 2.6.3
    • GroupManager 1.0(alpha-5)
    • PermissionsEX 1.15
    • Permissions 2.7.7
    The following plugins are disabled:

    • Essentials 2.6.3
      • Error within, dunno why.
    • EsentialsChat 2.6.3
    • ModifyWorld 1.15


    Also, feel free to jump on the server and see for yourself, but keep in mind we have a spawnjail.
     
  28. Offline

    instipod

    I said it doesn't work with Bukkit Permissions. It will ONLY work with Permissions(jar)
     
  29. Offline

    EvilJackCarver

    Hm.

    Well, how do I give myself permission? On the other server, I could op myself and poof, i could use all the commands. Here... not so much.
     
  30. Offline

    instipod

    Give yourself *.* or the correct nodes in permissions.
     

Share This Page