This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
pyropanda's profile picture

How to mod bukkit?

Started by pyropanda, 03 November 2012 - 05:48 AM
pyropanda #1
Posted 03 November 2012 - 06:48 AM
Hello everybody,
i want to mod my bukkit server with computercraft but i can't found a bukkit plugin.
Do you have a tutorial for craftbukkit (any version)?
exploder #2
Posted 03 November 2012 - 10:35 AM
Here you go, this might help you: http://www.computercraft.info/forums2/index.php?/topic/328-computercraft-for-bukkit-updated-for-125/
pyropanda #3
Posted 03 November 2012 - 10:56 PM
i need forge : http://mcportcentral.co.za/wiki/index.php?title=Ports_for_1.2.5
but when i start the server with forge 3.3.8 in my plugin folder, there is an error

10:55:22 [GRAVE] Could not load 'plugins/craftbukkit-1.2.5-R5.0-MCPC-SNAPSHOT-182.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:194)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:214)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:190)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:55)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:158)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:424)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
… 8 more
sjele #4
Posted 04 November 2012 - 04:36 AM
Considered re-install the jar, or installing it a working way? (by re-installing i mean getting a new copy)


Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
pyropanda #5
Posted 04 November 2012 - 01:00 PM
So, i made a new server, downloading a new craftbukkit.jar, i downloaded a forge patched bukkit.jar here :
http://mcportcentral.co.za/wiki/index.php?title=Ports_for_1.2.5
i can launch it, the server start normally, but when i try to connect it, there is this error :
must have forge build #136+ to connect to this server

when i search this on google, all topics are about tekkit. but it's a new server, there is not tekkit.

i tried to download a most recent forge version but there is no change.

how can i install forge cleanly, because computercraft is for bukkit 1.2.5, so i must have forge 1.2.5, and it's hard…
pyropanda #6
Posted 11 November 2012 - 08:27 AM
I've downloaded bukkit with computercraft installed, but i can't install it on my client (there is other forges problems).
So, somebody can give me files which i need to have a computercraft server (bukkit or other) and client?

thank you!
Dlcruz129 #7
Posted 12 November 2012 - 06:59 AM
You don't put mods in the plugins folder. They go directly into the jar, or into the mods folder. (In this case forge would go in the jar, and CC would go in the mods folder)