Inactive [DEV] BukkitContrib Alpha 0.1.7 [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Afforess, May 21, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Afforess

    BukkitContrib is superseded by Spout, the new Bukkit/Client framework.
     
  2. Offline

    40540057

    REQUEST for @Afforess : any idea an ETA on integrating the WorldEdit CUI and Zan's Minimap into the BukkitContrib client mod?
     
  3. Offline

    Afforess

    Okay, Thanks for letting me know that I missed HD fonts. I will include them next release.

    Nice catch, I'll fix that next release!



    Excellent.





    At the moment, no, but in the future, yes. The WorldEdit GUI is one of the first SP plugins I plan on porting to the new system, which will be in v0.3.

    Not quite there yet. Give me a month. ;)

    Definitely IRC. I will be on #bukkitdev

    No, but a plugin could add them back after I add the GUI features.
    I can look into it.
    Yes, next release.
    Next release.

    I've integrated the features (i wrote them myself, I did not copy the mod over) myself, a while back.
    That's the plan. Right now it's an installer, but an even simpler, user friendly solution is in the works. ;)



    Up/down past commands with arrows. Scroll through chat with mouse wheel (or page up page down keys). Use ~bind p /i 3 3 to bind the command /i 3 3 to the key p and execute it by just hitting "p". Copy and Paste with standard control-v/control-c, infinite line messages (just keep typing, it will keep expanding), and color codes (use & symbol, e.g &4).


    Shouldn't break any Bukkit plugins. Breaks most/all SP mods.

    I'd guess it's been fixed, since the that packet's had a bit of rewriting already.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  4. Offline

    ACStache

    sweet thanks :)
     
  5. Offline

    omnija

    i keep getting black screens with the new update, 1.6 worked fine for me. Also when using mcmmo everytime i lvl i get black screen d/c. Does it have anything todo with needing the achievement plugin?
     
  6. 2011-07-21 18:12:33 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-07-21 18:12:33 [SEVERE] at java.lang.Class.getDeclaredField(Unknown Source)
    2011-07-21 18:12:33 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:87)
    2011-07-21 18:12:33 [SEVERE] at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:587)
    2011-07-21 18:12:33 [SEVERE] at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:27)
    2011-07-21 18:12:33 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-07-21 18:12:33 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-07-21 18:12:33 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-21 18:12:33 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-21 18:12:46 [SEVERE] java.lang.NoClassDefFoundError: org/bukkit/permissions/Permission
    2011-07-21 18:12:46 [SEVERE] at java.lang.Class.getDeclaredMethods0(Native Method)
    2011-07-21 18:12:46 [SEVERE] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] at java.lang.Class.getMethod0(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] at java.lang.Class.getMethod(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] at org.bukkit.craftbukkit.command.ServerCommandListener.getName(ServerCommandListener.java:29)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:25)
    2011-07-21 18:12:46 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:307)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-21 18:12:46 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-21 18:12:46 [SEVERE] Caused by: java.lang.ClassNotFoundException: org.bukkit.permissions.Permission
    2011-07-21 18:12:46 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2011-07-21 18:12:46 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    2011-07-21 18:12:46 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    2011-07-21 18:12:46 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-07-21 18:12:46 [SEVERE] ... 17 more
    2011-07-21 18:12:46 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: org/bukkit/permissions/Permission
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getMethod0(Unknown Source)
    at java.lang.Class.getMethod(Unknown Source)
    at org.bukkit.craftbukkit.command.ServerCommandListener.getName(ServerCommandListener.java:29)
    at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:25)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:307)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.permissions.Permission
    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)

    IT CRASHES EVREYTIME D:
     
  7. Offline

    Afforess

    Read the title. What build is this for again? ;)

    Try the dev SP build, or read the OP on reporting client crashes.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  8. By build you mean my craftbukkit?

    Or the version of bukkit contrib
    Because i use the newest one under the link
    Download BukkitContrib

    ok i fixed it realized i was still useing craftbukkit for 1.7.2

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  9. Offline

    majorcyto

    Note about music.

    If i play a file on the server just random example /music/midi/filename.mid

    Then proceed to play /music/midi/filename.ogg it will play both the .mid and the .ogg at the SAME time. And will always do it until you restart client. If you play 2 different file type extensions it always plays the first one with the second one.
     
  10. Offline

    F_Synchro

    One huge problem was on my server that people started disconnecting when I did a clean installation of this thing with MyWolves in it, Every minecraft client kept crashing saying it didn't have enough memory, we all uninstalled the MyWolf mod, then tried to join again, same problem persisted, used 2 different versions.

    I also noticed a huge increase of ram activity on the client, the server is fine.

    And after some time, the amount of ram being used becomes far too high so that's why the client crashes.
     
  11. Offline

    Bronski

    Ah, thanks. It seemed like HOME/END weren't moving me to the beginning/end of my chat line, just scrolling chat again. I tried various combinations (shift+home) and they didn't seem to help. That's one thing I would like to see adjusted if it's not possible yet.

    Also, I'm glad this is working alongside Zombe. I would have to take flying over any mod if it came down to it. I realize there are other concerns involving this matter but I just wanted to state that.

    Good work and I can't wait to see what you come up with next :D
     
  12. Offline

    QQCucumber

    Unfortunately, I'm going to have to pass up on using BukkitContrib until there's a way to use mods like WorldEditCUI and Zan's Minimap. They're far too convenient to pass up.

    I would however, like to direct your attention here: http://www.minecraftforum.net/topic/249637-173-optifog-and-optimine-hd-d-fps-boost/ This client mod does a lot, and I mean a LOT to improve FPS in Minecraft. If at all possible, you should see if some of this stuff can be implemented into BukkitContrib, or at least hooks so a BukkitContrib version can be made.

    Anyway, best of luck with the development.
     
  13. Offline

    Activat0r

    Following that line of thought, I assume TooManyItems will probably break in a future release. If so, will there be a similar alternative (perhaps the API will allow future client plugins this ability)? I depend on TMI so I don't have to memorize all the data values all the time. :p
     
  14. Offline

    Mordaith

    Hi guys, trying hard to find out why - even after I updated the client side and the server side Bukitcontrib, that I still get a little pop up message saying that the files need updated. Also, none of the Bukkitcontrib stuff from McMMO is functioning.

    thanks a lot. Looking forward to getting my head around this.


    Code:
    2011-07-22 03:17:09 [INFO] Loading properties
    2011-07-22 03:17:09 [INFO] Starting Minecraft server on 69.9.37.10:25565
    2011-07-22 03:17:09 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1001jnks (MC: 1.7.3)
    2011-07-22 03:17:10 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-22 03:17:10 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-22 03:17:10 [INFO] Preparing level "world"
    2011-07-22 03:17:10 [INFO] Preparing start region for level 0 (Seed: 4591050949835344476)
    2011-07-22 03:17:11 [INFO] Preparing start region for level 1 (Seed: 3397772938475539167)
    2011-07-22 03:17:11 [INFO] Preparing spawn area: 32%
    2011-07-22 03:17:11 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-07-22 03:17:11 [INFO] [CookieMonster] Attached to iConomy.
    2011-07-22 03:17:11 [INFO] [CookieMonster] 1 regions loaded for 'world'
    2011-07-22 03:17:11 [INFO] [CookieMonster]  v1.4 loaded successfully.
    2011-07-22 03:17:11 [INFO] [CookieMonster]  Developed by: [jascotty2, Coelho]
    2011-07-22 03:17:11 [INFO] DailyBonus is running!
    2011-07-22 03:17:11 [INFO] [DailyBonus] Permissions version 3.1.6 loaded.
    2011-07-22 03:17:14 [INFO] [iConomy] Logging is currently disabled.
    2011-07-22 03:17:14 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-22 03:17:14 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-22 03:17:14 [INFO] [DailyBonus] iConomy version 5 loaded.
    2011-07-22 03:17:14 [INFO] [iConomy] hooked into Permissions.
    2011-07-22 03:17:14 [INFO] Loading Config File...
    2011-07-22 03:17:15 [INFO] [mcMMO] Permissions enabled.
    2011-07-22 03:17:15 [INFO] mcMMO version 1.0.35 is enabled!
    2011-07-22 03:17:15 [INFO] PaintingSwitch enabled
    2011-07-22 03:17:15 [INFO] Found and will use plugin Permissions v3.1.6
    2011-07-22 03:17:15 [INFO] [PlayerEditor] PlayerEditor v0.9.1 is intializing
    2011-07-22 03:17:15 [INFO] [PlayerEditor] SQLite Initializing
    2011-07-22 03:17:16 [INFO] [PlayerEditor] PlayerEditor v0.9.1 is finished initializing.
    2011-07-22 03:17:16 [INFO] [WhoAreYou] Using Permissions for user permissions
    2011-07-22 03:17:16 [INFO] [WhoAreYou] Version 0.3 enabled!
    2011-07-22 03:17:16 [INFO] WorldEdit 4.6 enabled.
    2011-07-22 03:17:16 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-22 03:17:16 [INFO] [Citizens] Deleting outdated setting pirates.spawn.delay.
    2011-07-22 03:17:16 [INFO] [Citizens] Deleting outdated setting evil.spawn.delay.
    2011-07-22 03:17:16 [INFO] [Citizens] Loaded 0 quests.
    2011-07-22 03:17:16 [INFO] [Citizens] Permissions enabled.
    2011-07-22 03:17:16 [INFO] [Citizens] version [1.0.9c] (Odyssey) loaded
    2011-07-22 03:17:16 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-07-22 03:17:16 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-22 03:17:16 [INFO] Done (0.613s)! For help, type "help" or "?"
    2011-07-22 03:17:16 [INFO] [Citizens] Loaded 7 NPCs.
    2011-07-22 03:17:16 [INFO] Mordaith [/142.167.170.217:60121] logged in with entity id 107 at ([world] 524.4803041286447, 77.0, 164.3314928720196)
    2011-07-22 03:17:17 [INFO] [BukkitContrib] Successfully authenticated Mordaith's BukkitContrib client. Running client version: 13
     
  15. Offline

    IncendiaDrakon

    Does the client mod do anything on its own? Or does all its features rely on a plugin telling it what to do?
     
  16. Offline

    majorcyto

    Besides letting the server tell it what to do, it supports HD texture packs out of the box as well as enhanced chat features and key bindings.

    =======

    @Afforess and @QQCucumber - Afforess i was also wondering if you could at the very least take the code from the multi-threaded version he made and implement it into your modded client. Multi-core rendering and processing would help so much and im sure people would appreciate it!
     
  17. Offline

    undeadmach1ne

    regarding modloader mods and your comments in the top post...i am working on a mod right now for the sole purpose of using on my bukkit server with itemcraft. its a very basic mod and will not change any of the base minecraft files. your comments up top have me a little worried now though. am i wasting my time? is there a way i can keep it compatible with bukkitcontrib? right now i am not using bukkitcontrib but i just came to download it and install it and saw that in your post and now i am feeling lost, confused and a little bit of impending doom =)

    thanks for any info/help =)
     
  18. Offline

    webflashing

    Hi there, it's my first post here on your thread.. or my first post at all, I don't remember. I just installed BukkitContrib on my server and on some clients. Everything works wonderful, but there's something that's not showing up anymore.

    I used to hit F3 so that I can see ID's aobve entities. Never liked the graph and the coordinates, I just wanted the IDS. Now that I installed BukkitContrib in my client, I just get the graph, some debug data but no ID's. Is there something I can do about this? I really want those ID's to show up, that's all.

    Thanks very much, you are doing an AMAZING work.
     
  19. Offline

    F_Synchro

    Can I have a response about my post earlier?

    This mod has a pretty big memory leak...
     
  20. Offline

    ACStache

    according to the last line of your log (when you signed in) it says:
    Code:
    2011-07-22 03:17:17 [INFO] [BukkitContrib] Successfully authenticated  Mordaith's BukkitContrib client. Running client version: 13
    the latest client version is 17.
    Try deleting all the local minecraft files (but back up any SP maps/texture packs/etc. first) and get a fresh MC install, and run the bukkitcontrib auto-installer
     
  21. Offline

    cjbh1996

    This breaks two things:

    MCPatcherHD- Breaks the BetterGrass option; sides of grass are grayscale.
    I can live without BetterGrass but it's just annoying.

    MC Server GUI- When using the proxy server for MC Server GUI, it automatically kicks any player with the BukkitContrib patch with no error; simply authorizes and kicks the player with "End of stream".
    This I cannot part with. The proxy server for MC Server GUI updates the player list. It needs to be fixed.​
     
  22. Offline

    odielag

    Quick suggestion: a command ingame for a list of players with bukkitcontrib
     
  23. Offline

    nossr50

    The Label stuff is great and easy to use
    [​IMG]
     
  24. Offline

    F_Synchro



    Am I really the only one here? everyone who joins my clean install of my server without ANY mods on just bukkitContrib, latest dev build, stable build (0.1.7, V17) notices an extreme increase in ram usage, 2 out of 3 clients on my server dc after about 2 to 5 minutes due to "Minecraft does not have enough memory"​
    If there's anyone with tips how to solve/prevent this, they are really welcome.​

    server is back on vanillabukkit right now and everything is running fine..​

    Using Bukkit V1000 by the way.​
     
  25. Offline

    Mordaith

    Thanks this fixed the problem. :3
     
  26. Offline

    DragonMasterNYC

    nossr50 I like what I'm seeing, but maybe 2 lines in the lower corner, just an idea.
     
  27. Offline

    IncendiaDrakon

    How do I use key bindings?
     
  28. Offline

    Darkaegis

    No idea. I'm running a server on a reasonably old PC and I'm not having any problems. Haven't had a massive amount of users or anything on since I installed, but I've had three or four people on at the same time with no problems whatsoever and we're pretty much loaded with plugins.

    Granted, I haven't been keeping track of memory usage. I simply haven't had any disconnects or "can't keep up" messages.
     
  29. Offline

    Blairjam

    You do realize that you've started the first second level of Minecraft Inception don't you. CraftBukkit API is the first level, and you've gone deeper with BukkitContrib API!

    just FYI...
     
    Darkaegis likes this.
  30. Offline

    F_Synchro

    Are you using the MyWolf addon?
     
  31. Offline

    Darkaegis

    Nope, only BukkitContrib addons I'm using right now are BukkitContribEssentials and the BukkitContrib features of MCMMO.
     
Thread Status:
Not open for further replies.

Share This Page