Inactive [ADMN/FUN/GEN/TP/WGEN] CommandBin v2.29 - MOVED TO BUKKIT DEV! [1.2.5-R3)

Discussion in 'Inactive/Unsupported Plugins' started by CainFoool, Nov 1, 2011.

  1. i dont know XD what are the colors?
     
  2. Offline

    arnii5


    thnx for the info!!!
    i will try it tonight. <-tested and it works. :)
    i like your plugins and the support you give!!! ;)
     
  3. Yes please i would like to have colors i will use your plugin fully once you have the MOTD set up :p
     
  4. Offline

    Zenit55

    one word: awesome !!!
    btw /clearinv is not working for me
     
  5. IS /clear
     
  6. Offline

    WizzleDonker

    You can add &2<text> and &3<text> to use different colours... here is a colour table (decimal colours):
     
  7. Thanks a lot
     
  8. Offline

    Zenit55

    thanks a lot sir ^^
     
  9. Can you add teleport back /tpb? please
     
  10. Offline

    owenftw

    Could you add a Teleport request?

    /tpr [player]
    /tpr accept

    Message: [Player] has requested to be teleported to you, Type /tpr accept to allow them.
    ..or something like that.

    Then just make the teleport request expire after 60 seconds if not accepted telling both players it has expired.
     
  11. Offline

    CainFoool

    Doable, but too much for a lightweight plugin. Maybe in the future.
     
  12. Offline

    owenftw

    ah okay. nvm then xD want it to stay lightweight
     
  13. Can you add /tpb teleportback?
    Thanks for all.
     
  14. Offline

    CainFoool

    Maybe in the future, not now however.
     
  15. Ok and can you add AFK?
     
  16. Offline

    CainFoool

    Updated

    - Simplified the registering of events (in source)
    - Added the option to block creeper explosions in Config
    - Added the ability to teleport where an egg is shot at
    - Added a command to change your player time (not server time) /mytime
    - Added The Torch Bow! /torchbow (shoot with a bow and a torch will appear where the arrow lands)
    - Fixed /commandbin
    - Added /commandbin credits
    - Added co-ordinates in the /who command
    - Added /armour [leather, gold, diamond, chainmail, iron]
     
  17. NEW VIDEO WITH ALL UPDATES:

     
  18. Offline

    Fiddy_percent

    Can you make it so you can spawn more then one mob at a time
     
  19. Offline

    Crazyhacker451

    heh one problem i created a world now i don't now how to get back to my real world
     
  20. Offline

    CainFoool

    ./tpworld [old-world-name]
     
  21. Offline

    owenftw

    can you make it so people can only make 1 home?
     
    Addicust likes this.
  22. Offline

    CainFoool

    Somebody requested Multihomes. It was previously only one home, and I am not going back.
     
  23. Offline

    owenftw

    D: is it possible to make a permission node were they can only set 1 home?
    only asking if its not a big job. dw if its to much hassle.
     
    Addicust likes this.
  24. Offline

    Endreon26

    Since you have suddenly started making so many updates can u please give a link (or make) an auto-updater. I might be asking for too much but sometimes I don't notice your updates and I really love your plugin it is the most popular on the server.
     
  25. Offline

    CainFoool

    Mind b
    Mind giving me your IP address to your server?
     
  26. Offline

    Endreon26

    if you really want to see it it is a hamachi based server so if you have hamachi I would be more than happy
    5.57.18.100
     
  27. Offline

    CommanderGizmo

    Thanks for the updates. For some reason I have some console errors spamming constantly with your mod installed:
    Code:
    01:15:55 [SEVERE] Could not pass event PLAYER_MOVE to CommandBin
    java.lang.NullPointerException
            at me.cain.commandbin.listeners.PListener.onPlayerMove(PListener.java:30
    )
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:302)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:180)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :615)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :501)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    Could you change it so that a command that you do not have permissions for is simply ignored? This way if permissions aren't granted another mod's (or the base bukkit) commands can still be triggered. This would be a simple way to allow us to choose what commands we want to have access to from your growing list.
     
  28. Offline

    GuntherDW

    ²nd.
    How can you call this plugin light weight, if you even include homes, warps (and a WGEN according to the topictitle, do you have ANY idea what that means?) and such.
    You even copy code from CommandBook,
    yet you deny a /tpback request when in fact the resources this uses is next to zit?
    The implementation of such a feature is easy as hell as well.

    Just because a plugin just uses 2 "real" classes doesn't make it lightweight. Just extract all those classes into real classes and make your life easier.
    No i haven't looked at your code yet, but please, stop implementing stuff that doesn't belong in a plugin like this.
     
    WizzleDonker likes this.
  29. Offline

    Fiddy_percent

    011-11-13 03:17:05 [SEVERE] Could not pass event PROJECTILE_HIT to CommandBin

    java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftSkeleton cannot be cast to org.bukkit.entity.Player

    at me.cain.commandbin.listeners.EListener.onProjectileHit(EListener.java:55)

    at org.bukkit.plugin.java.JavaPluginLoader$77.execute(JavaPluginLoader.java:798)

    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)

    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)

    at net.minecraft.server.EntityArrow.s_(EntityArrow.java:170)

    at net.minecraft.server.World.entityJoinedWorld(World.java:1193)

    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:104)

    at net.minecraft.server.World.playerJoinedWorld(World.java:1175)

    at net.minecraft.server.World.tickEntities(World.java:1090)

    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:467)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  30. This problem is solved i test last night with cainfoool
     

Share This Page