Inactive [GEN] DefaultCommands v4.0.0 - The "default" plugin [1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by vildaberper, Mar 2, 2011.

  1. Offline

    vildaberper

    They best be trollin'. xD
    The message isnt broadcasted. Or do you mean the "Player joined world." message? Just blank it out in Strings.yml.
    They wont see "Player toggeled god for Player.".
     
  2. i was requesting /time and /weather but could You also add a /more command to complete the stack in hand ?
     
  3. Offline

    vildaberper

    Add "more" as an alias to "dcstack" in Commands.yml.
    Weather will be in the next update. :)
     
  4. Offline

    M1nurThr3t

    woah its been a while. Glad to see your supporting this like a champ!
    I noticed a bit of commands missing now.
    /ban
    /unban
    /kick
    looks like your bringing them back, so ill be patient :p

    also is there a way to convert all previous homes to the new config?
    is it me or is the /who broken?
    Im running CB 733
    does this need to have 740 now?

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

    vildaberper

    Its coming. :)

    Sorry, its a compleately new system. "/

    Broken?
     
  6. Offline

    MG127

    whats that, it keeps spamming my log
    Code:
    [SEVERE] Could not pass event PLAYER_CHAT to DefaultCommands
    java.lang.NullPointerException
        at java.lang.String.replace(String.java:2207)
        at com.vildaberper.DefaultCommands.DefaultCommandsPlayerListener.onPlayerChat(DefaultCommandsPlayerListener.java:204)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:236)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:646)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    cb740 dc322
     
  7. Offline

    rellish

    Alright I have to say you really improved /jump a lot! I don't know if anyone else noticed, the old /jump got me killed like 60% of the time :D. This update is nearly perfect, i just need /ban and /kick and then any other features is just some tasty icing on this cake. (ps. the cake is your plugin).
     
  8. Offline

    vildaberper

    There is something wrong with Permissions, make sure it loads like it should. :)
    A wierd thing is that it can get the users prefix, but not suffix. You might miss that in that world's permissions file?

    Thanks!
    Its coming, along with some really cool stuff.
    For example; blood and autoheal! :D
     
  9. Offline

    Omega9798

    this is a great plugin but when i put it in my server everyone gets the commands.I used the older version and it worked good.I also sorted it in perrmissions.still dosnt work.
     
  10. Offline

    Psycho Robot

    I was looking through your locker thread, and I saw this post:

    I think that would be a great way to implement an item white/blacklist in this plugin.
     
  11. Offline

    MG127

    like i said b4: usw worldguard :)
    events are: block break, place, drop, aquire, item-use
    actions are: deny, log, notify admin, kick, ban, tell player that its not allowed

    /msg is more important to reimplement!
     
  12. Offline

    vildaberper

    You probably ran DefaultCommands without Permissions or when it didnt load correctly.
    Set op_permissions: false in Worlds/<world>.yml :)

    Yep, itll be the same. :D

    Its already in my dev build. ;)
     
  13. Offline

    HEmile

  14. Offline

    Raknor

    When i make a world with adding a seed it says error, and without it the world is empty and you fall into your death?

    Is this a known bug ?


    -- EDIT --
    Code:
    [INFO] Loaded world: Nether
    2011-05-06 08:24:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'dccreate' in plugin DefaultCommands v3.2.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at com.vildaberper.DefaultCommands.CCreate.create(CCreate.java:32)
        at com.vildaberper.DefaultCommands.DefaultCommands.onCommand(DefaultCommands.java:87)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-05-06 08:24:23 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'dccreate' in plugin DefaultCommands v3.2.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at com.vildaberper.DefaultCommands.CCreate.create(CCreate.java:27)
        at com.vildaberper.DefaultCommands.DefaultCommands.onCommand(DefaultCommands.java:87)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  15. Offline

    vagrantmike

    Any way in the new version there could be a set of commands for weather related purposes? like start and stop snow/rain?
     
  16. Offline

    vildaberper

    Will be fixed in the next update. :)

    ^
    The empty world is just lag. Its not really empty. :)

    Already in the dev build! :D
     
  17. Offline

    inversation

    Hey vildaberper, I love the changes that are in this updated version, it's really progressing nicely! I love the way that /fly works and how it doesn't kill you when you land :p

    I don't know if this has been brought up before, but it seems to me that the commands.yml is structured backwards. I would have thought it would make more sense to list an alias, and then list what command(s!) it is attached to. This could have allowed for some cool threaded commands (aliases executing other aliases), as well as taking care of kits in the one hit.

    With that being said, that's just how I look at it, but leading off from that question, when are we going to see kits emerge? That is the single feature holding me back from shuffling it into production on my server, and I'd love to push this update out.

    Peace! =)
     
  18. Offline

    vildaberper

    That wouldnt work very well xD
    One alias cannot point to more than one command, that would be wierd.
    I dont really get what you mean?
    Example:

    derp:
    -herp
    herp:
    -hurr

    If you type in /hurr, it would end up with /derp.
    Kits will probably be in the next update. :)
     
  19. Offline

    inversation

    Awesome, I hope so! Just to clarify what I was getting at (I know it won't be changed because that's a massive thing to do, this is just for clarification), what I was talking about is something like:

    ultimatewarrior:
    - dcgod
    - dcfly
    - weapons

    weapons:
    - give 276 1
    - give 261 1
    - give 262 128

    so that using the alias /ultimatewarrior would set god mode, fly mode, and then execute /weapons, which would give a diamond sword, bow, and 2 stacks of arrows.

    Cheers for the fast response, too!

    (also, there is a spelling mistake in 3.2.2 - toggeled instead of toggled. just a small one =))

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

    vildaberper


    Thant looks cool. :D I could add a "new command" char in the command.
    So;

    'i 267;i 261;i 262 128':
    -ultimatewarrior

    Would do the same thing.

    Oh, thanks. xD
    You can edit it though.
     
  21. Offline

    inversation

    That would be pretty nifty! Thinking about it more, it occurs to me that what I'm thinking of really is more like a macro than anything else. Something that you can assign a command to and executes a bunch of stuff. Maybe an idea worth looking into for a future build? I don't know what sort of complications could arise from Permissions if one of those commands wasn't usable by the player, though.

    Anyways, enough warbling from me. You're doing awesome work and I shall stop bugging you now. Thank you heaps for the feedback, you're awesome =)
     
  22. Do mobs ignore you when you are in godmode?
    Control bedrock (with right click of chosen tool)?
    Inventory and position saving for admins (/dc inv, /dc recall) (I guess I can use home for position save)
    Edit signs + color. (/sign set [line] [text])
    nether (NM there is support coming soon and you have /dc world)

    Sorry, I got carried away. Chances are, you already have a lot to do...

    Please, please... add a todo list (with priorities) I am waiting to use this mod in its full glory.
     
  23. Offline

    vildaberper

    Ive already added it in my dev build! :D
    The commands separates with ";".

    Nice idea, Ill add /ignoremob! :D
    Control bedrock?
    Save inventory? Do you mean like a temporary inventory?
    Yeah, im adding right click to edit signs, and colors on them too perhaps!
    Theres already /create <world> nether.

    Im adding a todo-list when the all features from 2.5.5 is here again. :)
     
  24. Offline

    vagrantmike

    Thank you, sir! Keep up the good work :) Love the plugin and it only is getting better :D
     
  25. bedrock.remove, bedrock.place and a config that sets the tool you use
    yes, like an alternate inventory for when I use my admin powers. (so I dont have to risk hiding my items as admin)

    Ok I will put all the plugin things I can and then I will stop bothering you. (I am really impressed by this plugin)
    Autosave every 10mins
    Ability to configure some commands to be used by items
    Remove player nametags (or autosneak)
    Limit certain mobs from spawning (specifically slimes and squids)
    Broadcast pun-ny messages when players die (PvP,PvE,PvM, fully customizable)
    Realistic apple drops (2-3 a tree)
    Explosive lightning and non-explosive lightning
    Get a message before your tools break
    Permissions (edit "user <group, info and perms>" and "group <inheritance,info and perms>" lowest priority)
    Spawn items with data types.
    Macro a set of commands to put in a config. (/myshortcut = /give me 354 9001 + /kill kenny)

    These are all the things my server does (and other stuff I wish it could do)
     
  26. Offline

    vildaberper

    There is /creative, that can break bedrock.
    I can add the temporary inventory, thats really easy! :D

    Yeah, Il adding per-world autosaving.
    Umm, like the compass in WorldGuard?
    Cant remove those, its client-side.
    There is block_<mob>_spawn: true in the world config.
    Yeah, that is coming. Its not high on my priority list though.
    Hmm, cool! Ill add it!
    Explosiv lightning, nice!
    Maybe, its not a high priority though.
    Use PermissionsPlus. Seems useless to replicate that plugin.
    You wan spawn items with data types <item>[:data].
    There already is in my dev build, in Commands.yml.

    Thanks for the ideas! :D
     
  27. Your welcome.

    Edit: Well actually, thank you for the plugin.
     
  28. Offline

    Trandescent

    Its says like <prefix> next to my players names on both sides.. Why is this happening?
     
  29. Offline

    Psycho Robot

    Its trying to find prefixes for usernames in permissions. The lines got deleted somehow. Add those lines back into the group definitions and you'll be fine. The proper format is:

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
    
     
  30. Offline

    Alex K

    Loving this plugins, but this doesn't play nice with MCDocs.
     

Share This Page