AntiCurse not working...?

Discussion in 'Plugin Development' started by mbark888, Feb 3, 2016.

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

    mbark888

  2. Offline

    mythbusterma

    @mbark888

    Well, you should be looking at the console of the server to find out why it's not registering.

    As it were, the particular issue here is that you said the main is "mbark888," which is not the case. The main class has a package name. Change that in your plugin.yml.

    I would recommend testing by running the server on your local computer.

    Also, anti swear plugins never work. It won't stop people from being dicks to each other, and everyone knows what these words are, anyway. Plus, people will always find ways to get around it. Moderators are your best bet.
     
  3. Offline

    Tecno_Wizard

    @mbark888 having any sort of jar in that folder should elicit a response. Is there an error in the console? And to what myth buster said, personally the best thing to do is have a log of when curses are said so that players aren't alerted but you are paying attention to it. They will avoid filters if they know they exist.

    Wait... Is that an actual plugin or did I just find what I'm doing this weekend?

    Edit: wow. It doesn't exist, and that was just random gibberish flowing from my brain. Who's calling dibs on that? XD.
     
    Last edited: Feb 3, 2016
  4. Offline

    mbark888

    I looked in the console, and it doesn't have any erorrs but warns about EssentialsChat and Essentials Jar Files that need to be updated
     
  5. Offline

    Tecno_Wizard

    @mbark888, hmm. check that the out putted jar isn't empty.
     
  6. Offline

    mbark888

    If it helps, when I try to open the .jar, nothing opens.
     
  7. Offline

    mythbusterma

    @mbark888

    Obviously, it's not an executable jar. Use a program that opens .zip files to open it to see the contents.
     
    ChipDev and GamerzKing like this.
  8. Offline

    Irantwomiles

    @mbark888 I think its your plugin.yml, specifically your main:
    Code:
    //this is from one of my plugins
    main: me.iran.hunt.Hunt
    
    // this is how you should do it
    main: me.whatever.mainclass.nameofplugin
    
     
  9. Offline

    mbark888

    Alright, I opened it with WinRar and I see the config.yml, plugin.yml, and project.yml as well as the main, and I inputted your suggestion @Irantwomiles, but the plugin still does not show up.
     
    Last edited: Feb 4, 2016
  10. Offline

    mythbusterma

    @mbark888

    I told you before, you didn't use the correct name of your main class.
     
    Xerox262 and ChipDev like this.
  11. Offline

    mbark888

    I know, and I changed the main to main: me.mbark888.minemergeanticurse.MineMergeAntiCurse
     
  12. Offline

    mythbusterma

    @mbark888

    Then check your server's console for more errors.
     
  13. Offline

    mbark888

    Yet again, triple checking the console all I see is the EssentialsChat warns and the warn about Essentials jars being updated to the same version.
     
  14. Offline

    Xerox262

    @mbark888 Post all your updated things again. And post your full server log for a recent run.
     
  15. Offline

    mbark888

  16. Offline

    Xerox262

    @mbark888 Post your server log too, how're you testing it, what are you actually saying in chat?
     
  17. Offline

    mbark888

    I am testing is by saying sh1t and shit, but I can still say them. And when I type /pl, the plugin does not show up.

    07.02 11:20:06 [Server] INFO **************************************************
    07.02 11:20:06 [Server] INFO No problems found. :)
    07.02 11:20:06 [Server] INFO ---------------- Detected Problems ---------------
    07.02 11:20:06 [Server] INFO - blablubbabc :)
    07.02 11:20:06 [Server] INFO Thank you and good shooting!
    07.02 11:20:06 [Server] INFO ->http://dev.bukkit.org/server-mods/paintball_pure_war/
    07.02 11:20:06 [Server] INFO If you like this plugin: Give feedback and donate at
    07.02 11:20:06 [Server] INFO related to this plugin!
    07.02 11:20:06 [Server] INFO -> This also applies to any kind of add-on you are using
    07.02 11:20:06 [Server] INFO -> No benefits for paying players/donors!
    07.02 11:20:06 [Server] INFO - Do not use for commercial purposes!
    07.02 11:20:06 [Server] INFO - Do not redistribute/upload/use parts of it/copy/give away.
    07.02 11:20:06 [Server] INFO - Do not modify. Use it as it is!
    07.02 11:20:06 [Server] INFO - Usage on own risk. I give no warranties for anything.
    07.02 11:20:06 [Server] INFO License stuff:
    07.02 11:20:06 [Server] INFO ----------------- PAINTBALL INFO -----------------
    07.02 11:20:06 [Server] INFO **************************************************
    07.02 11:20:05 [Server] INFO --------- ---------------- ----------
    07.02 11:20:05 [Server] INFO You are running the latest version (or a dev- or compat-build). :)
    07.02 11:20:05 [Server] INFO --------- Checking version ----------
    07.02 11:20:05 [Server] INFO No update was found.
    07.02 11:20:05 [Server] INFO No new version available
    07.02 11:20:05 [Server] INFO Loaded 21 NPCs.
    07.02 11:20:05 [Server] INFO Checking for Updates ...
    07.02 11:20:05 [Server] INFO Loaded '0' players from the database!
    07.02 11:20:05 [Server] INFO Metrics started: http://mcstats.org/plugin/PlugMan
    07.02 11:20:05 [Server] INFO mbark888: Reload complete.
    07.02 11:20:04 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    07.02 11:20:04 [Server] WARN §4Version mismatch! Please update all Essentials jars to the same version.
    07.02 11:20:04 [Server] INFO Enabling EssentialsChat vPre2.14.1.3
    07.02 11:20:04 [Server] INFO Injecting command information into Citizens.
    07.02 11:20:04 [Server] INFO Enabling CommandNPC v1.7.2
    07.02 11:20:04 [Server] INFO Enabling CrateReloaded v1.2.4
    07.02 11:20:04 [Server] INFO Hooked PlayerPoints
    07.02 11:20:04 [Server] INFO Enabling ChestCommands v3.1.2
    07.02 11:20:03 [Server] INFO [INFO] [WorldGuard] Successfully hooked
    07.02 11:20:03 [Server] INFO Enabling EchoPet v2.8.0-b52
    07.02 11:20:03 [Server] INFO Enabling CustomTab v1.1
    07.02 11:20:03 [Server] INFO Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
    07.02 11:20:03 [Server] INFO Essentials: Using PermissionsEx based permissions.
    07.02 11:20:03 [Server] INFO [Vault][Economy] Essentials Economy hooked.
    07.02 11:20:03 [Server] INFO Using locale en_US
    07.02 11:20:03 [Server] INFO Using locale en_US
    07.02 11:20:03 [Server] INFO 1.8.8-R0.1-SNAPSHOT
    07.02 11:20:03 [Server] INFO git-Spigot-fdc1440-53fac9f (MC: 1.8.8)
    07.02 11:20:03 [Server] INFO Bukkit version format changed. Version not checked.
    07.02 11:20:03 [Server] WARN §4Version mismatch! Please update EssentialsChat to the same version.
    07.02 11:20:03 [Server] INFO Enabling Essentials vTeamCity
    07.02 11:20:03 [Server] INFO Found ProtocolLib, adding support for player relative variables.
    07.02 11:20:03 [Server] INFO Enabling HolographicDisplays v2.1.10
    07.02 11:20:03 [Server] INFO Enabling PlayerPoints v2.1.3
    07.02 11:20:02 [Server] INFO Adding command 'featherboard'
    07.02 11:20:02 [Server] INFO Loading language file: lang_en
    07.02 11:20:02 [Server] INFO Loading messages ...
    07.02 11:20:02 [Server] INFO Adding scoreboard group 'default' ...
    07.02 11:20:01 [Server] INFO Arguments: 1
    07.02 11:20:01 [Server] INFO Lines: 2
    07.02 11:20:01 [Server] INFO Creating new custom effect: warning
    07.02 11:20:01 [Server] INFO Loaded 1606 of the 2268 placholders
    07.02 11:20:01 [Server] INFO Hooked into Multiverse!
    07.02 11:20:01 [Multicraft] Skipped 37 lines due to rate limit (30/s)
    07.02 11:20:00 [Server] INFO Loaded configuration for world 'world'
    07.02 11:20:00 [Server] INFO (world) Fire spread is UNRESTRICTED.
    07.02 11:20:00 [Server] INFO (world) Lava fire is blocked.
    07.02 11:20:00 [Server] INFO (world) Lighters are PERMITTED.
    07.02 11:20:00 [Server] INFO (world) TNT ignition is PERMITTED.
    07.02 11:20:00 [Server] INFO Enabling WorldGuard v6.1
    07.02 11:20:00 [Server] INFO By blablubbabc enabled.
    07.02 11:20:00 [Server] INFO Plugin 'Votifier' not found. Additional vote features disabled.
    07.02 11:20:00 [Server] INFO Plugin 'TagAPI' not found. Additional tag features disabled.
    07.02 11:20:00 [Server] INFO Plugin 'InSigns' not found. Additional sign features disabled.
    07.02 11:20:00 [Server] INFO Loading ranks..
    07.02 11:20:00 [Server] INFO Scanned .txt melody sucessfully. Lines: 29
    07.02 11:20:00 [Server] INFO Loading the specified melody now: draw.txt
    07.02 11:20:00 [Server] INFO Scanned .txt melody sucessfully. Lines: 43
    07.02 11:20:00 [Server] INFO Loading the specified melody now: defeat.txt
    07.02 11:20:00 [Server] INFO Scanned .txt melody sucessfully. Lines: 20
    07.02 11:20:00 [Server] INFO Loading the specified melody now: win.txt
    07.02 11:20:00 [Server] INFO Scanned lines: 379 | Skipped lines: 0
    07.02 11:20:00 [Server] INFO Loading the specified language now: deDE.txt
    07.02 11:20:00 [Server] INFO Scanned lines: 379 | Skipped lines: 0
    07.02 11:20:00 [Server] INFO Loading the default language: enUS.txt
    07.02 11:20:00 [Server] INFO Enabling Paintball v1.3.4
    07.02 11:20:00 [Server] INFO [Vault][Chat] PermissionsEx_Chat hooked.
    07.02 11:20:00 [Server] INFO [Vault][Permission] PermissionsEx hooked.
    07.02 11:20:00 [Server] INFO WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    07.02 11:19:59 [Server] INFO Permissions file successfully reloaded
    07.02 11:19:59 [Server] INFO Initializing file backend
    07.02 11:19:59 [Server] INFO Enabling PermissionsEx v1.23.4
    07.02 11:19:59 [Server] INFO Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    07.02 11:19:59 [Server] INFO 6 - World(s) loaded.
    07.02 11:19:58 [Server] INFO Could not set generator for world 'Main': Plugin 'CleanroomGenerator' does not exist
    07.02 11:19:58 [Server] INFO [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
    07.02 11:19:58 [Server] INFO Enabling Multiverse-Core v2.5-b691
    07.02 11:19:58 [Server] INFO Enabling SetMotd v0.2
    07.02 11:19:58 [Server] INFO JoinCommands v 4.0.0 - Do not forget to change the config.yml before using.
    07.02 11:19:58 [Server] INFO Enabling JoinCommands v4.0.0
    07.02 11:19:58 [Server] INFO Enabling ChatControl v4.3.5
    07.02 11:19:58 [Server] INFO Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
    07.02 11:19:58 [Multicraft] Skipped 294 lines due to rate limit (30/s)
    07.02 11:19:57 [Server] INFO Max TNT Explosions: 100
    07.02 11:19:57 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617
    07.02 11:19:57 [Server] INFO Max Entity Collisions: 8
    07.02 11:19:57 [Server] INFO Sending up to 10 chunks per packet
    07.02 11:19:57 [Server] INFO Structure Info Saving: true
    07.02 11:19:57 [Server] INFO Random Lighting Updates: false
    07.02 11:19:57 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    07.02 11:19:57 [Server] INFO Nerfing mobs spawned from spawners: false
    07.02 11:19:57 [Server] INFO Replace Blocks: [1, 5]
    07.02 11:19:57 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    07.02 11:19:57 [Server] INFO Engine Mode: 1
    07.02 11:19:57 [Server] INFO Anti X-Ray: true
    07.02 11:19:57 [Server] INFO Mob Spawn Range: 4
    07.02 11:19:57 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    07.02 11:19:57 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    07.02 11:19:57 [Server] INFO NetherWart Growth Modifier: 100%
    07.02 11:19:57 [Server] INFO Wheat Growth Modifier: 100%
    07.02 11:19:57 [Server] INFO Sapling Growth Modifier: 100%
    07.02 11:19:57 [Server] INFO Pumpkin Growth Modifier: 100%
    07.02 11:19:57 [Server] INFO Mushroom Growth Modifier: 100%
     
  18. Offline

    Xerox262

    No, don't reload, restart the server, and post the full log, from the logs folder not from the server console.
     
  19. Offline

    mbark888

    07.02 11:24:35 [Server] INFO **************************************************
    07.02 11:24:35 [Server] INFO No problems found. :)
    07.02 11:24:35 [Server] INFO ---------------- Detected Problems ---------------
    07.02 11:24:35 [Server] INFO - blablubbabc :)
    07.02 11:24:35 [Server] INFO Thank you and good shooting!
    07.02 11:24:35 [Server] INFO ->http://dev.bukkit.org/server-mods/paintball_pure_war/
    07.02 11:24:35 [Server] INFO If you like this plugin: Give feedback and donate at
    07.02 11:24:35 [Server] INFO related to this plugin!
    07.02 11:24:35 [Server] INFO -> This also applies to any kind of add-on you are using
    07.02 11:24:35 [Server] INFO -> No benefits for paying players/donors!
    07.02 11:24:35 [Server] INFO - Do not use for commercial purposes!
    07.02 11:24:35 [Server] INFO - Do not redistribute/upload/use parts of it/copy/give away.
    07.02 11:24:35 [Server] INFO - Do not modify. Use it as it is!
    07.02 11:24:35 [Server] INFO - Usage on own risk. I give no warranties for anything.
    07.02 11:24:35 [Server] INFO License stuff:
    07.02 11:24:35 [Server] INFO ----------------- PAINTBALL INFO -----------------
    07.02 11:24:35 [Server] INFO **************************************************
    07.02 11:24:34 [Server] INFO --------- ---------------- ----------
    07.02 11:24:34 [Server] INFO You are running the latest version (or a dev- or compat-build). :)
    07.02 11:24:34 [Server] INFO --------- Checking version ----------
    07.02 11:24:34 [Server] INFO No new version available
    07.02 11:24:34 [Server] INFO Checking for Updates ...
    07.02 11:24:34 [Server] INFO Loaded 21 NPCs.
    07.02 11:24:34 [Server] INFO No update was found.
    07.02 11:24:33 [Server] INFO Loaded '0' players from the database!
    07.02 11:24:33 [Server] INFO Metrics started: http://mcstats.org/plugin/PlugMan
    07.02 11:24:33 [Server] Startup Done (9.346s)! For help, type "help" or "?"
    07.02 11:24:33 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    07.02 11:24:33 [Server] WARN §4Version mismatch! Please update all Essentials jars to the same version.
    07.02 11:24:33 [Server] INFO Enabling EssentialsChat vPre2.14.1.3
    07.02 11:24:33 [Server] INFO Injecting command information into Citizens.
    07.02 11:24:33 [Server] INFO Enabling CommandNPC v1.7.2
    07.02 11:24:33 [Server] INFO Enabling CrateReloaded v1.2.4
    07.02 11:24:33 [Server] INFO Hooked PlayerPoints
    07.02 11:24:33 [Server] INFO Enabling ChestCommands v3.1.2
    07.02 11:24:32 [Server] INFO [INFO] [WorldGuard] Successfully hooked
    07.02 11:24:32 [Server] INFO Enabling EchoPet v2.8.0-b52
    07.02 11:24:32 [Server] INFO Enabling CustomTab v1.1
    07.02 11:24:32 [Server] INFO Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
    07.02 11:24:32 [Server] INFO Essentials: Using PermissionsEx based permissions.
    07.02 11:24:32 [Server] INFO [Vault][Economy] Essentials Economy hooked.
    07.02 11:24:32 [Server] INFO Using locale en_US
    07.02 11:24:31 [Server] INFO Using locale en_US
    07.02 11:24:31 [Server] INFO 1.8.8-R0.1-SNAPSHOT
    07.02 11:24:31 [Server] INFO git-Spigot-fdc1440-53fac9f (MC: 1.8.8)
    07.02 11:24:31 [Server] INFO Bukkit version format changed. Version not checked.
    07.02 11:24:31 [Server] WARN §4Version mismatch! Please update EssentialsChat to the same version.
    07.02 11:24:31 [Server] INFO Enabling Essentials vTeamCity
    07.02 11:24:31 [Server] INFO Found ProtocolLib, adding support for player relative variables.
    07.02 11:24:31 [Server] INFO Enabling HolographicDisplays v2.1.10
    07.02 11:24:31 [Server] INFO Enabling PlayerPoints v2.1.3
    07.02 11:24:31 [Server] INFO Adding command 'featherboard'
    07.02 11:24:31 [Server] INFO Loading language file: lang_en
    07.02 11:24:31 [Server] INFO Loading messages ...
    07.02 11:24:30 [Server] INFO Adding scoreboard group 'default' ...
    07.02 11:24:30 [Server] INFO Arguments: 1
    07.02 11:24:30 [Server] INFO Lines: 2
    07.02 11:24:30 [Server] INFO Creating new custom effect: warning
    07.02 11:24:30 [Server] INFO Loaded 1606 of the 2268 placholders
    07.02 11:24:30 [Server] INFO Hooked into Multiverse!
    07.02 11:24:30 [Server] INFO Loading placeholders ...
    07.02 11:24:30 [Server] INFO Loading configuration ...
    07.02 11:24:30 [Server] INFO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    07.02 11:24:30 [Server] INFO Site: http://www.mvdw-software.com/
    07.02 11:24:30 [Server] INFO Author: Maximvdw (Maxim Van de Wynckel)
    07.02 11:24:30 [Server] INFO Framework version: 2015-04
    07.02 11:24:30 [Server] INFO Plugin: FeatherBoard v2.3.1
    07.02 11:24:30 [Server] INFO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    07.02 11:24:30 [Server] INFO Enabling FeatherBoard v2.3.1
    07.02 11:24:30 [Server] INFO Enabling SimplePrefix v2.4.1
    07.02 11:24:30 [Server] INFO Enabling CustomJoinItems v1.5.1
    07.02 11:24:30 [Multicraft] Skipped 7 lines due to rate limit (30/s)
    07.02 11:24:29 [Server] INFO (Lobby) Fire spread is UNRESTRICTED.
    07.02 11:24:29 [Server] INFO (Lobby) Lava fire is blocked.
    07.02 11:24:29 [Server] INFO (Lobby) Lighters are PERMITTED.
    07.02 11:24:29 [Server] INFO (Lobby) TNT ignition is PERMITTED.
    07.02 11:24:29 [Server] INFO Loaded configuration for world 'Main'
    07.02 11:24:29 [Server] INFO (Main) Fire spread is UNRESTRICTED.
    07.02 11:24:29 [Server] INFO (Main) Lava fire is blocked.
    07.02 11:24:29 [Server] INFO (Main) Lighters are PERMITTED.
    07.02 11:24:29 [Server] INFO (Main) TNT ignition is PERMITTED.
    07.02 11:24:29 [Server] INFO Loaded configuration for world 'world_the_end'
    07.02 11:24:29 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED.
    07.02 11:24:29 [Server] INFO (world_the_end) Lava fire is blocked.
    07.02 11:24:29 [Server] INFO (world_the_end) Lighters are PERMITTED.
    07.02 11:24:29 [Server] INFO (world_the_end) TNT ignition is PERMITTED.
    07.02 11:24:29 [Server] INFO Loaded configuration for world 'world_nether'
    07.02 11:24:29 [Server] INFO (world_nether) Fire spread is UNRESTRICTED.
    07.02 11:24:29 [Server] INFO (world_nether) Lava fire is blocked.
    07.02 11:24:29 [Server] INFO (world_nether) Lighters are PERMITTED.
    07.02 11:24:29 [Server] INFO (world_nether) TNT ignition is PERMITTED.
    07.02 11:24:29 [Server] INFO Loaded configuration for world 'world'
    07.02 11:24:29 [Server] INFO (world) Fire spread is UNRESTRICTED.
    07.02 11:24:29 [Server] INFO (world) Lava fire is blocked.
    07.02 11:24:29 [Server] INFO (world) Lighters are PERMITTED.
    07.02 11:24:29 [Server] INFO (world) TNT ignition is PERMITTED.
    07.02 11:24:29 [Server] INFO Enabling WorldGuard v6.1
    07.02 11:24:29 [Server] INFO By blablubbabc enabled.
    07.02 11:24:29 [Server] INFO Plugin 'Votifier' not found. Additional vote features disabled.
    07.02 11:24:29 [Server] INFO Plugin 'TagAPI' not found. Additional tag features disabled.
    07.02 11:24:29 [Server] INFO Plugin 'InSigns' not found. Additional sign features disabled.
    07.02 11:24:29 [Server] INFO Loading ranks..
    07.02 11:24:29 [Multicraft] Skipped 60 lines due to rate limit (30/s)
    07.02 11:24:27 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
    07.02 11:24:27 [Server] INFO Arrow Despawn Rate: 1200
    07.02 11:24:27 [Server] INFO Item Merge Radius: 2.5
    07.02 11:24:27 [Server] INFO Item Despawn Rate: 6000
    07.02 11:24:27 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    07.02 11:24:27 [Server] INFO Max TNT Explosions: 100
    07.02 11:24:27 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617
    07.02 11:24:27 [Server] INFO Max Entity Collisions: 8
    07.02 11:24:27 [Server] INFO Mob Spawn Range: 4
    07.02 11:24:27 [Server] INFO Sending up to 10 chunks per packet
    07.02 11:24:27 [Server] INFO Structure Info Saving: true
    07.02 11:24:27 [Server] INFO Random Lighting Updates: false
    07.02 11:24:27 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    07.02 11:24:27 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    07.02 11:24:27 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    07.02 11:24:27 [Server] INFO NetherWart Growth Modifier: 100%
    07.02 11:24:27 [Server] INFO Wheat Growth Modifier: 100%
     
  20. Offline

    Xerox262

    You're still not posting the log instead of the server console, your error could be hidden by this
    07.02 11:24:29 [Multicraft] Skipped 60 lines due to rate limit (30/s)

    Go to the server root directory, the folder with the worlds, the properties and stuff, open the folder called "logs" scroll to the bottom, open latest.log then paste that here, and please use [code ] tags so it's got a scrollbar
     
  21. Offline

    mbark888

    There are too many characters in the log, I guess I will look into it myself.

    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/mbark888/minemergeanticurse/MineMergeAntiCurse : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
    Caused by: java.lang.UnsupportedClassVersionError: me/mbark888/minemergeanticurse/MineMergeAntiCurse : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_91]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_91]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    ... 6 more

    <Edit by mrCookieSlime: Merged posts. Please don't double post. There is an Edit Button right next to the Date.>
     
    Last edited by a moderator: Feb 8, 2016
  22. Offline

    Xerox262

    There we go, you're exporting using Java version higher than supported by your host, try exporting using Java 7.

    Btw, you could've pasted to a pastebin then posted the link to avoid the character limit.
     
  23. Offline

    mbark888

    I had tried that before, but I guess I'll try again.

    Wait, the JRE or JDK?
     
    Last edited by a moderator: Feb 7, 2016
  24. Offline

    Xerox262

    @mbark888 JDK if it lets you, i guess, normally I just do the JRE 1.7.0 though.
     
  25. Offline

    mbark888

    I cannot download JRE 1.7 until I get the Admin password, which I don't have right now.
     
  26. Offline

    Xerox262

    You don't need to download it, it is built into Java 8, you just go into eclipse, open your project, right click on JRE System Library, build path, remove from build path.

    Then to add Java 7 right click on your project folder, go to build path, add libraries, JRE System library, Execution environment JavaSE-1.7
     
  27. Offline

    mbark888

    Ok, but there is an error saying "Build path specifies execution environment JavaSE-1.7. There are no JRE's installed in the workspace that are strictly compatible with this environment.
    "
     
  28. Offline

    Xerox262

    @mbark888 Warning or error? Yellow Triangle with an ! or Red circle with x?

    If it's warning (Yellow triangle) then just ignore it.
     
  29. Offline

    mbark888

    Yellow Triangle <3

    EDIT: Well, its a lightbulb with a yellow triangle.

    My friend asked me to make a plugin where when you click a Enchant table it runs a command. I made one and the plugin still does not show up.

    EDIT: I FORGOT MY PLUGIN.YML XD

    Edit: I tried to export it into a jar but it says that it wasn't in sync with the plugin.yml


    I had to make a new plugin urgently for my friend, and the plugin.yml is making an error. It says that the resource is not in sync with the plugin.yml

    <Edit by mrCookieSlime: Merged posts. Please don't triple post. There is an Edit Button right next to the Date.>
     
    Last edited by a moderator: Feb 8, 2016
  30. Offline

    Xerox262

    That would happen if you forgot to refresh the project after saving the plugin.yml.

    Right click on your project, click refresh, then export it again.
     
Thread Status:
Not open for further replies.

Share This Page