[ADMN/MECH/FUN] ALG Simple Gamemode Changer [1240]

Discussion in 'Inactive/Unsupported Plugins' started by duffyboyo, Oct 8, 2011.

  1. Offline

    duffyboyo

    [​IMG]
    Are You Sick and Tired of writing the same old really long command to change your game-mode?
    This plugin will help you shorten that burden allot!

    What it does is instead of writing the command
    "/gamemode <player> (1/0)"
    Originally Created For My Server i thought i may as well share it.

    Usage:
    /g1
    This command changes your Game-Mode to Creative Mode

    /g0
    This command changes your Game-mode to Survival Mode

    And thats IT! :)

    Download:
    Version 1:

    Advertised link (goes to MediaFire): http://bukkit.org/deadfly.php?id=36pG0
    MediaFire Link: <Edit by Moderator: Redacted mediafire url>

    Images:

    http://cl.ly/282c442W1Q0w0T2G0M2S/2011-10-08_23.44.24.png

    http://cl.ly/0Y3m3M1c3e2L2L0Z1d0i/2011-10-08_23.44.52.png
    Video:

    Kindly (and Pointlessly) made and stared by my co-owner Kannibalkiwi :)
    ForthComing updates:
    * Permissions suppport
    * Custom Messages


    Support:
    * Any Suggestions for absoloutely anything , eg other plugins you want to see please message me or post :)
    * Any Errors (which i possibly doubt) post and i will see if i can help :)
     

    Attached Files:

    Last edited by a moderator: Nov 12, 2016
    Blitzkrieg74 likes this.
  2. Offline

    Blitzkrieg74

    Thanks alot !
     
  3. Offline

    saul100

    Tags arnt correct , it should be
    [ADMN/MECH/FUN]
     
  4. Offline

    duffyboyo

    Thanks dude i would change it if i knew how :p
    Edit: Thanks Allot dude :)
     
  5. Offline

    saul100

    go on thread tools
     
  6. Offline

    rezznov

    THANK YOU SOOOOO MUCH
     
  7. There is already a plugin with the exact same commands here.
    I checked the sources of both and they are completely different so im not saying you stole his.
     
  8. Offline

    duffyboyo

    yh dude looking around i see there are quite a few of them, i suppose i will just have to try and make mine stand out somehow :)
     
  9. @duffyboyo you'd have to make something quite impressive to make such a simple plugin stand out from the others. But good luck anyways.
     
  10. Offline

    duffyboyo

    Thanks dude , got lovely people giving me ideas :)
     
  11. Offline

    MonsieurApple

    Changelog
    Title formatting
     
  12. Offline

    lolydodo123

    permissions nodes?
     
  13. Offline

    jinS

    huhu.. /gamemode → /g1 ?
     
  14. Offline

    Gunpowder

    -.- a GAMEMODE-Changer?????
     
  15. Offline

    legobmw99

    I got the folowing error on startup
    [SEVERE] Could not load 'plugins\ALGKGameModeChanger.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: me/kuuichi/ALGK/algmain : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    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)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    please help! this plugin rocks!
     
  16. Offline

    jinS

    Code:
    01:27:56 [심각] Could not load 'plugins\ALGKGameModeChanger.jar' in folder 'plug
    ins':
    java.lang.UnsupportedClassVersionError: me/kuuichi/ALGK/algmain : Unsupported ma
    jor.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(Unknown Source)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            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)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:170)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:215)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    what's error?
     
  17. Offline

    theguynextdoor

    Unsupported ma jor.minor version 51.0
    Major minor error, means the plugin was compiled with a jdk which is different to the one the server is using. For instance it sounds like the plugin was compiled with JDK 7 and the servers are running JDK 6

    That is my guess of what the error is
     

Share This Page