[INACTIVE][GEN] kGeneral 1.2.1 - General customizable commands [140]

Discussion in 'Inactive/Unsupported Plugins' started by TerraPlay, Jan 23, 2011.

  1. Offline

    TerraPlay

    kGeneral - General customizable commands:
    Version: v1.2

    kGeneral is a general plugin that gives you every command you need for the basics of your server. No unneccessary commands, just like in hMod. I did this plugin because I want to give the users the freedom of make this plugin unique. You can nearly edit everything - The messages, the colors and even the commands.

    Features:
    • Basic commands for your server
    • Supports Permissions
    • Easy usage
    • Fully customizable messages, colors and commands
    Planned features:
    • Kick and ban
    • Whitelist
    • Reservelist
    • Edit the give command to change the byte codes from for example normal log to redwood or birch log
    • Make useless commands useful :)
    Commands
    Code:
    /help (Under development)
    /rules [Page]
    /who|playerlist
    /clearinventory [Player]
    /give|item [ID] [Amount]
    /spawn
    /setspawn (Under development)
    /tp [Player]
    /tphere|s  [Player]
    /kit (Under development)
    /time day|night|raw
    /msg|tell|m [Player] [Message] (For now you can only send 1 word, try to do it with _ ;P)
    /home (Under development)
    /sethome (Under development)
    /warp (Under development)
    /setwarp (Under development)
    /removewarp (Under development)
    /compass (Under development)
    
    Add these permissions to your /Permissions/config.yml
    Code:
    kGeneral.time
    kGeneral.give
    kGeneral.item (optional)
    kGeneral.who
    kGeneral.playerlist (optional)
    kGeneral.spawn
    kGeneral.msg
    kGeneral.tp
    kGeneral.tphere
    kGeneral.clearinventory
    kGeneral.help (not needed yet)
    
    Download kGeneral

    Changelog:
    Version 1.2.1
    • Added damage of blocks to give
    Version 1.2
    • Permissions supported
    • MOTD added
    • Added some commands with no functions yet
    Version 1.1
    • Customizable Plugintag
    • Playerlist command
    • Message command
    • Give command
    • Time command
    • Spawn command
    • Customizable Colors
    Version 1.0
    • Releasing kGeneral
     
  2. Offline

    Stephen92

    you need to put in more basic plugins or no one will really want it,like /item /spawn put the majority of those in then repost,ill use it.
     
  3. Offline

    TerraPlay

    That's what i've planned how you can see in "Planned in the future".
     
  4. Offline

    TerraPlay

    Updated!
    kGeneral v1.1

    Added:
    Commands:
    - playerlist|who
    - give|item
    - spawn|setspawn
    - help
    - clearinventory
    - kit
    - time
    - msg
    - tp
    - tphere
    - custom colors
    - custom commands
    - custom messages

    Feedback please!
     
  5. Offline

    drei941

    just read that in the general essentials thread, then found this and thought i'd warn you about it...
    so, sadly, customizable commands won't work in the future if i understand that correctly :/
     
  6. Offline

    TerraPlay

    That sounds bad... But for now it's working, we'll see how i'll manage it then. But overall custom messages will work forever! At least I hope so ;)
     
  7. Offline

    capsar

    this is what i want just simple commands great i hope it works with the latest version!!!
    great job keep up working!!!
    you also can make something like the "items.txt" from hey0 so you can type 'give/item stone 64' and you get 'stone ID:1'
     
  8. Offline

    TerraPlay

    Tested it with Craftbukkit #135 and it worked so I think it should work for you :)
    Thanks! Yeah, that would be much easier. I'll try to implement it! =)
     
  9. same commands like hmod?
     
  10. Offline

    TerraPlay

    If you use the default commands yes. If you customize them obv not ;)

    Updated!

    kGeneral 1.2

    Added:
    Supports permission plugin (you must use it!)
    Motd

    Feed me with feedback :)
    klayver

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

    PeterSmith

    How can I use it ? I use the "op" command at server console but all what I get at the client (1.2_02) is "[kGeneral]This command is currently under development". This plugin seems to be not working.
     
  12. Offline

    TerraPlay

    You have to use the Permissions plugin for permissions. And yeah, some commands ARE under development ;) /help is one of it. Try to give you the permission kgeneral.give (you can find all in the first post) or just make you an admin.

    BTW: Updated to 1.2.1 and added damage to give commands so you can give yourself birch wood, colored wool etc.
     
  13. Your plugin can't pass commands without the permissions plugin?
     
  14. Offline

    TerraPlay

    You must use permissions.
     
  15. Offline

    Jens Andersson

    How do i disable the /kit command.
    im using the KitPlugin and it uses the /kit command but i wont work when i use Kgeneral.
     
  16. Offline

    annowins

    Could you Please let the sethome work?
     
  17. Offline

    TerraPlay

    There will be a disable function in the next version.
    Wow, you say it like it's a thing of 5 seconds :/ I'll implement this as fast as I can but atm i'm very busy...
     
  18. Offline

    xCrAzYbOy

    Right click -> Save as = Download xD

    Slash that, rar file is corrupted. The download link is indeed broken.
     
  19. Offline

    TerraPlay

    Fixed link.
     
  20. Offline

    Dj U4euh

    Hey, I'm trying to configure the permissions tab and it keeps saying I dont have permission to access the command even though I set the user as admin. Any idea on fixing this?
     
  21. Offline

    TerraPlay

    If you are admin, it should work. Try to download the newest version of Permissions and put these commands into the groups which should be able to use it:
    Code:
    kGeneral.time
    kGeneral.give
    ...
    You can find every code in the first post.
    It should look like this.
    Code:
    users:
        TerraPlay:
            group: Admins
            permissions:
               - 'kGeneral.give'
     
  22. Offline

    holychez

    for some reason the /spawn command on mine doesnt work
     
  23. Offline

    Itaku

    Same...

    Code:
    Jan 31, 2011 6:43:35 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to General
    java.lang.NoSuchFieldError: m
            at com.nijikokun.bukkit.General.iListen.spawn(iListen.java:80)
            at com.nijikokun.bukkit.General.iListen.onPlayerCommand(iListen.java:385
    )
            at org.bukkit.plugin.java.JavaPluginLoader$3.execute(JavaPluginLoader.ja
    va:133)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:213)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:590)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:276)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-01-31 18:43:35 [INFO] Itaku issued server command: spawn
    2011-01-31 18:43:35 [INFO] Unknown console command. Type "help" for help.
    Same thing with /setspawn
     
  24. Offline

    Dj U4euh

    okay i got it working but now im getting the same errors as the one above? any input?
     
  25. Offline

    KTMRipper

    Great, hopefully better than General, because that wasn't working for me recently and I was happy -.- Best of luck to this mod
     
  26. Offline

    TerraPlay

    I'll try to fix this as soon as possible I'm still quite busy, sorry!
    EDIT: @Itaku That's the error-message of General. This is kGeneral.
     
  27. Offline

    Meteo

    This seems interesting, but sorry to way, i wont be downloading it till most of everything is finished, as i can see somestuff not finished, which i need >.< I support this tho! :]
     
  28. Offline

    Moofy

    PLEASE! Help! How do i add those codes to my permission? I copy and paste them into the "config.yml" when i have opened it with notepad. But when i use the command it still says that its under "development".. :(
     
  29. Offline

    ccman125

    ya its gana say that because he hasent finished it yet but you got them into your config.yml file right ..

    but i really want this to get finished so i can use it
     

Share This Page