[INACTIVE][GEN] General v2.0 - A plugin for general commands - Updated for 186

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 4, 2011.

     
  1. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    General 2.1 [Salvez] (Requires Build: 66+ & Permissions)
    Download latest for 211+ Jar only.
    Download latest for 180-209 Jar only.
    Download latest release (166-180 only) (2.1 66 - 180 only) (Jar / Source)
    Older: 2.0, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3

    Returns some of the working functions from hMod and gives better syntax to them. Also for plugin authors it allows you to utalize /help, scroll down for more information.

    Installation
    1. First, grab the Permissions plugin if you don't have it already.
      1. Modify your permissions file (plugins/Permissions/config.yml) with the following permissions:
        1. general.items
        2. general.spawn
          1. general.spawn.set
        3. general.teleport
          1. general.teleport.here
        4. general.time
        5. general.player-info
        • Save.
    2. Download 1.9, Extract it to the main craftbukkit folder.
      1. The /General/ folder should reside under the /plugins/ folder.
    3. Reload server.
    Motd Information:

    Color codes can be found here. Also supports &[ code ] instead of simoleon. Don't place colors on the ends of lines or on single lines, it will break your client. Motd can be edited via General/general.motd


    Functions available in motd:
    • +dname or +d
      • Shows player's display name. Ie: Glonick username.
    • +name or +n
      • Shows player's original name.
    • +location or +l
      • Shows player's location ie: 23x, 45y, 64z
    • +health or +h
      • Shows player's health. ie: 20
    • +balance
      • iConomy balance if installed, otherwise empty.
    • +ip
      • Player's IP Address.
    • +online
      • # of players online.
    Commands:
    1. /afk (message) - Sets your status / afk
    2. /playerlist|online|who - List players online
    3. /playerlist|online|who (player) - Give player information.
    4. /spawn - Return to the spawn
    5. /setspawn - Changes spawn to where you are standing (needs permission)
    6. /time help - For more information (needs permission)
    7. /tp|teleport - For more information (Requires permission)
    8. /tphere (player) - Teleport a player to you.
    9. /i|give [item id|name/nickname] [amount (item id)] (amount)
    10. /help (page)
    Item Giving Example: (Now supports item-names through IncDB!)

    Code:
    /i DarkGrave 1 64 - Gives to DarkGrave
    /i stone 64 - Gives to you 64 stone.
    /i wood:2 - Gives you birchwood.
    /i Nijikokun 1 64 - Gives to DarkGrave (My Nickname through Glonick (Won't work if you aren't using Glonick))
    Changelog
    • Version #2.1
      • By verrier
        • Fixed playerlist amount issues
      • By Celtic Minstrel
        • Fixed some issues surrounding items.db
          • Support for multiple names seperated by comma.
          • Name support issues.
    • Version #2.0
      • /item added to /i
      • Fixes by celticminstrel
        • /item now returns correct type/data
        • Asking for 0 of an item gives full stack if applicable
        • Items for tools can now have damage applied using :)(amount))
        • Charcoal is now considered valid. (Coal with :1)
      • Fixes by OniTux
        • Fixed /tphere - incorrect values were being checked.
  2.  
  3. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please paste your config in code blocks or pastebin.
  4. Offline

    thomas222

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    http://pastebin.com/FZ90mFSM
    --- merged: Mar 1, 2011 2:58 AM ---
    I downgraded my permissions files to version 2.2 and everything works great! Thanks for your help. - Tom
  5. Offline

    Vyross

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ahh! that's what it was! and that fixed iConomy as well! Thanks a bunch, cjc!
  6. Offline

    DJ_Idol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Everything (as far as I know) is working on 2.1.1.3 except the MOTD. Is it because I have the iConomy command in? Also, I turned off the mcMMO MOTD because I thought it was interfering with displaying the General MOTD, but I guess it wasn't. Is it ok to have them both running? Because the mcMMO MOTD doesn't call for a /motd command. Anyways, here's the .log when I try to use the /motd command: (iConomy 4.1)

    Code:
    2011-03-01 07:30:36 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to General
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
        at com.nijikokun.cjcfork.bukkit.General.iListen.onPlayerCommandPreprocess(iListen.java:481)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:150)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:641)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:612)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:606)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConomy
        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:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 14 more
    Also, is there anyway we could get a full list of available commands? And how to edit the Help settings? I don't see any help config options anywhere, and don't wanna have to browse 50 pages to find all available commands lol.
  7. Offline

    Alphagun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Doesnt work after i update my Bukkit =(
  8. Offline

    haschtekaschte

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i got this error an anyone help??
    16:51:33 [SCHWERWIEGEND] Could not load plugins\Warp.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
    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:59)
    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)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.JamesArchuleta.Warp.Warp.
    <init>()
    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

    mybe it needs to be updated like permissions but its broken
  9. Offline

    xeran

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i also have this error since i updated craftbuddy, its not only general tho :S

    1. 18:53:33 [SEVERE] Could not load plugins\General.jar in plugins: null
    2. org.bukkit.plugin.InvalidPluginException
    3. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    4. ava:80)
    5. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    6. java:129)
    7. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    8. .java:94)
    9. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    10. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    11. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    12. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    14. at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    15. Caused by: java.lang.NoSuchMethodException: com.nijikokun.bukkit.General.General
    16. .<init>()
    17. at java.lang.Class.getConstructor0(Unknown Source)
    18. at java.lang.Class.getConstructor(Unknown Source)
    19. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    20. ava:75)
    21. ... 8 more
  10. Offline

    haschtekaschte

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    yeah i think its just broken like my other warp plugin where i get almost the same error
  11. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    2.1.1.3 MOTD is broken, it works fine in the latest.

    General will display a MOTD unless another plugin registers /motd.

    This could make a double-MOTD appear with mcMMO. Easiest fix would be to remove the contents of General's motd file.

    Command list is in the first post. I'm working on getting more organized.

    Need more info.

    This isn't General. It sounds like you have a warp plugin that needs updating (and needs to not use the com.bukkit namespace).

    If General gives the same error, please download an unofficial version.


    This version of General no longer works. Please download an unofficial version.
  12. Offline

    Spazmic

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @cjc343

    Can we use general.kick and or general.ban into permissions. I dont know whats wrong, I can't make it work.
  13. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    I don't see general.kick or general.ban
  14. Offline

    Spazmic

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Then how can I add kick or ban to permissions? Essentials has essentialsban.jar what does general have?
  15. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  16. Offline

    Spazmic

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  17. Offline

    DJ_Idol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks, I didn't see 2.1.2.1, all I saw was 2.1.1.3, thankfully someone else in here had it in his signature lol. As far as the command list, the OP is missing (as far as I know) alot of info/commands. Such as: /compass, /getpos, /me, /msg, /tell, etc. And that's just form going down the first page haha :)
  18. Offline

    Patmonster

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    20:46:23 [SEVERE] Could not load plugins\General.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
            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:59)
            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)
    Caused by: java.lang.NoSuchMethodException: com.nijikokun.bukkit.General.General
    .<init>()
            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
    I keep getting this when I start up my server.
    2.2 permissions
    140 bukkit
  19. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That was my sig. I keep forgetting that it only appears after the first post on a page now. I'll have a new thread up soonish.

    The version in the top post no longer works.

    General 2.2
  20. Offline

    fifth

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Agreein' with this.

    Just like, make your own thread man.

    Be the star.
  21. Offline

    DJ_Idol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hahahahha lmao.
  22. Offline

    ThomasJ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  23. Offline

    oriany

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    this is what happens for me HELP

    Code:
    2011-03-03 16:27:23 [INFO] Starting minecraft server version Beta 1.3
    2011-03-03 16:27:23 [INFO] Loading properties
    2011-03-03 16:27:23 [INFO] Starting Minecraft server on 5.4.32.150:25565
    2011-03-03 16:27:23 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    2011-03-03 16:27:23 [INFO] Preparing level "world"
    2011-03-03 16:27:23 [INFO] Preparing start region
    2011-03-03 16:27:24 [WARNING] Using the stupidly long constructor com.thevoxelbo
    x.flyRidgeFly.flyRidgeFly(PluginLoader, Server, PluginDescriptionFile, File, Fil
    e, ClassLoader) is no longer recommended. Go nag the plugin author of flyRidgeFl
    y to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-03 16:27:24 [WARNING] Using the stupidly long constructor com.nijikokun.
    bukkit.General.General(PluginLoader, Server, PluginDescriptionFile, File, File,
    ClassLoader) is no longer recommended. Go nag the plugin author of General to re
    move it! (Nothing is broken, we just like to keep code clean.)
    2011-03-03 16:27:24 [WARNING] Plugin 'General' (ver 1.6) is registering events b
    efore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-03-03 16:27:24 [WARNING] Plugin 'General' (ver 1.6) is registering events b
    efore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-03-03 16:27:24 [INFO] [General] version [2.1] (Salvez) loaded
    2011-03-03 16:27:24 [WARNING] Using the stupidly long constructor com.nijikokun.
    bukkit.iChat.iChat(PluginLoader, Server, PluginDescriptionFile, File, File, Clas
    sLoader) is no longer recommended. Go nag the plugin author of iChat to remove i
    t! (Nothing is broken, we just like to keep code clean.)
    2011-03-03 16:27:24 [WARNING] Plugin 'iChat' (ver 1.0) is registering events bef
    ore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-03-03 16:27:24 [INFO] [iChat] version [1.5] (Maria Holic) loaded
    2011-03-03 16:27:24 [WARNING] Using the stupidly long constructor com.bukkit.yog
    oda.movecraft.MoveCraft(PluginLoader, Server, PluginDescriptionFile, File, File,
     ClassLoader) is no longer recommended. Go nag the plugin author of MoveCraft to
     remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-03 16:27:24 [INFO] Hint! It's probably someone called 'Yogoda'
    2011-03-03 16:27:24 [INFO] [Permissions] version [2.5] (Phoenix) was Initialized
    .
    2011-03-03 16:27:25 [WARNING] Using the stupidly long constructor com.yurijware.
    bukkit.RealTime.RealTime(PluginLoader, Server, PluginDescriptionFile, File, File
    , ClassLoader) is no longer recommended. Go nag the plugin author of RealTime to
     remove it! (Nothing is broken, we just like to keep code clean.)
    2011-03-03 16:27:25 [INFO] Hint! It's probably someone called 'Yurij @ YurijWare
    '
    2011-03-03 16:27:25 [INFO] AutoRepair version 1.75 is enabled
    2011-03-03 16:27:25 [INFO] ChatBukkit v0.0.1 is enabled!
    2011-03-03 16:27:25 [INFO] flyRidgeFly version 1.3b is enabled!
    2011-03-03 16:27:25 [INFO] Groups: Found Permissions, using it for permissions.
    2011-03-03 16:27:25 [INFO] Groups version 0.13 is enabled
    2011-03-03 16:27:25 [INFO] [iConomy] Logging enabled.
    2011-03-03 16:27:25 [INFO] [iConomy] v4.1 (Kristen) loaded.
    2011-03-03 16:27:25 [INFO] [iConomy] Developed by: [Nijikokun, Coelho] (Coelho i
    s Smexier)
    2011-03-03 16:27:25 [INFO] KitPlugin version 1.1 is enabled!
    2011-03-03 16:27:25 [INFO] Take yourself wonder by wonder, using /magiccarpet or
     /mc. MagicCarpet version 1.4.1 is enabled!
    2011-03-03 16:27:25 [INFO] 2011-03-03 16:27:25 [INFO] MoveCraft 0.6.7 beta plugi
    n enabled
    2011-03-03 16:27:25 [INFO] NetherGate version 0.44 is enabled
    2011-03-03 16:27:25 [INFO] [iConomy] Successfully linked with Permissions.
    2011-03-03 16:27:25 [INFO] [Permissions] version [2.5] (Phoenix)  loaded
    2011-03-03 16:27:25 [INFO] Persistence version 0.5 is enabled
    2011-03-03 16:27:25 [INFO] [RealTime] Version 1.0 is enabled!
    2011-03-03 16:27:25 [INFO] ScrapBukkit version 0.2.1 is enabled!
    2011-03-03 16:27:25 [INFO] Spells: found NetherGate! Thanks for using my plugins
     :)
    2011-03-03 16:27:25 [INFO] Spells version 0.96 is enabled
    2011-03-03 16:27:25 [INFO] vPlayersOnline version 1.5 is enabled!
    2011-03-03 16:27:25 [INFO] Wand version 0.64 is enabled
    2011-03-03 16:27:25 [INFO] Done (1679409174ns)! For help, type "help" or "?"
    2011-03-03 16:27:29 [INFO] 143 recipes
    2011-03-03 16:27:29 [INFO] abirlangi [/5.4.32.150:58803] logged in with entity i
    d 50
    2011-03-03 16:27:29 [SEVERE] Could not pass event PLAYER_JOIN to General
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
            at com.nijikokun.bukkit.General.iListen.onPlayerJoin(iListen.java:286)
            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)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConom
    y
            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:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
  24. Offline

    Coolred303

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    same problem as Patmonster. anyone have a fix?
  25. Offline

    TheTallest

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  26. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This version of General isn't supported or working any more.
  27. Offline

    banrab

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I cant download it it says account suspended?
  28. Offline

    cjc343

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Read a bit of the ends of threads too... it can often provide the answers you're looking for.

    The version in the top post no longer works.

    There are several new [GEN] plugins out there, including my fork of General: General 2.2
  29. Offline

    JSmoove98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how do i modify my permissions file?
  30. Offline

    cym0n2

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    cant load general is says
    [SEVERE] could not load plugi\General.jar in plugins:null
  31. Offline

    KoryuObihiro

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  32. Offline

    _Oni_

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

Share This Page