Need help with plugin

Discussion in 'Bukkit Help' started by FiestyFrog, Apr 23, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    FiestyFrog

    Ok, so i follow this tutorial http://www.youtube.com/playlist?list=PL2ABD7F0E7D5588F4&feature=plcp

    I followed it exactly, but i realised how that there was a new Events system.

    Here are my 2 classes and yml.
    helloworld - http://pastebin.com/yAqsh3xn
    ServerChatPlayerListener - http://pastebin.com/HvtvRA60
    plugin.yml -http://pastebin.com/dR93x5BC


    Error in the bat at startup
    Code:
    182 recipes
    27 achievements
    16:56:10 [INFO] Starting minecraft server version 1.2.5
    16:56:10 [INFO] Loading properties
    16:56:10 [INFO] Starting Minecraft server on ***My ip here***:25565
    16:56:11 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0
    -b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    16:56:11 [SEVERE] Could not load 'plugins\helloworld.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.ClassNotFoundException: me.f
    iestyfrog.SeverPlugin.helloworld
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:150)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:305)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:230)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: me.fiestyfrog.SeverPlugin.helloworl
    d
            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:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:139)
            ... 8 more
    16:56:11 [INFO] [GroupManager] Loading GroupManager v1.9 (2.9.1) (Phoenix)
    16:56:11 [INFO] [Lockette] Loading Lockette v1.6
    16:56:11 [INFO] [WorldEdit] Loading WorldEdit v5.3
    16:56:11 [INFO] [Votifier] Loading Votifier v1.6
    16:56:11 [INFO] [CoreProtect] Loading CoreProtect v1.35
    16:56:11 [INFO] [Essentials] Loading Essentials v2.9.1
    16:56:11 [INFO] [dynmap] Loading dynmap v0.36.3-1085
    16:56:11 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.1
    16:56:11 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
    16:56:11 [INFO] Preparing level "world"
    16:56:11 [INFO] Default game type: 0
    16:56:11 [INFO] Preparing start region for level 0 (Seed: -319679678)
    16:56:11 [INFO] Preparing start region for level 1 (Seed: -319679678)
    16:56:12 [INFO] Preparing spawn area: 97%
    16:56:12 [INFO] Preparing start region for level 2 (Seed: -319679678)
    16:56:12 [INFO] [GroupManager] Enabling GroupManager v1.9 (2.9.1) (Phoenix)
    16:56:12 [INFO] GroupManager - INFO - World Found: world
    16:56:12 [INFO] GroupManager - INFO - Superperms support enabled.
    16:56:12 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    minutes!
    16:56:12 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    16:56:12 [INFO] GroupManager version 1.9 (2.9.1) (Phoenix) is enabled!
    16:56:12 [INFO] [Lockette] Enabling Lockette v1.6
    16:56:12 [INFO] [Lockette] Version 1.6 is being enabled!  Yay!  (Core version 1.
    3.2)
    16:56:12 [INFO] [Lockette] Detected craftbukkit build [2149] ok.
    16:56:12 [INFO] [Lockette] Custom lockable block list: [116, 84, 57]
    16:56:12 [INFO] [Lockette] Enabled link to plugin GroupManager for Groups, versi
    on 1.9 (2.9.1) (Phoenix)
    16:56:12 [INFO] [Lockette] Using ops file for admin permissions.
    16:56:12 [INFO] [Lockette] Ready to protect your containers.
    16:56:12 [INFO] [WorldEdit] Enabling WorldEdit v5.3
    16:56:12 [INFO] WEPIF: Using the Bukkit Permissions API.
    16:56:12 [INFO] [Votifier] Enabling Votifier v1.6
    16:56:12 [INFO] Votifier enabled.
    16:56:12 [INFO] [CoreProtect] Enabling CoreProtect v1.35
    16:56:12 [INFO] CoreProtect version 1.35 is enabled!
    16:56:12 [INFO] [CoreProtect] Using file based data storage.
    16:56:12 [INFO] [Essentials] Enabling Essentials v2.9.1
    16:56:12 [INFO] Essentials: Using GroupManager based permissions.
    16:56:12 [INFO] [dynmap] Enabling dynmap v0.36.3-1085
    16:56:12 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access contro
    l
    16:56:12 [INFO] [dynmap] Web interface permissions only available for online use
    rs
    16:56:13 [INFO] [dynmap] Loaded 19 shaders.
    16:56:13 [INFO] [dynmap] Loaded 82 perspectives.
    16:56:13 [INFO] [dynmap] Loaded 12 lightings.
    16:56:13 [INFO] [dynmap] Web server started on address 0.0.0.0:8123
    16:56:13 [INFO] [dynmap] version 0.36.3-1085 is enabled - core version 0.36.3-20
    1
    16:56:13 [INFO] [dynmap] Loaded 3 maps of world 'world'.
    16:56:13 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    16:56:13 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
    16:56:13 [INFO] [dynmap] Loaded 5 pending tile renders for world 'world_the_end
    16:56:13 [INFO] [dynmap] Enabled
    16:56:13 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
    16:56:13 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    16:56:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:56:13 [INFO] Done (2.146s)! For help, type "help" or "?"
    16:56:13 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
    
    Bump

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

    FiestyFrog

    Still looking for an answer
     
  3. Offline

    ZeroZX4

    16:56:11 [SEVERE] Could not load 'plugins\helloworld.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.ClassNotFoundException: me.f
    iestyfrog.SeverPlugin.helloworld
     
  4. Offline

    FiestyFrog

    Which means? If possible Pm me if you could help on Teamviewer.
     
  5. Offline

    ZeroZX4

    just remove helloworld and you will be fine
     
  6. Offline

    Dead1y_Wolf

    i think that this plugin is outdatet so some codes couldn't be loadet ... am i right ?

    yup just remove it :)
     
  7. Offline

    FiestyFrog

    You mean the actual plugin or the .class file in eclipse, because im trying to make the plugin and i dunno where i'm going wrong.
     
  8. Offline

    Dead1y_Wolf

    Are you trying to develop it ? or is that wrong.

    remove the whole helloworld.jar + helloworld folder(if there is one)
     
  9. Offline

    FiestyFrog

    I'm Trying to develop it, yes. so i'd like to keep it there, i just need help with some of the java.
     
  10. Offline

    ZeroZX4

    ow i didnt read what was ur problem i just look on error

    well anyway i dont know anything about making plugins but i know console always points you where is error

    read what error says maybe you did some mistake in the part error says its wrong

    or go to plugin request section and ask them to help you
     
Thread Status:
Not open for further replies.

Share This Page