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

Bukkit and Forge

Started by realgogogoluke, 12 March 2015 - 03:11 AM
realgogogoluke #1
Posted 12 March 2015 - 04:11 AM
What do you guys use to have both Bukkit and Forge since cauldron is no longer available? Thanks in advance :)/>
Bomb Bloke #2
Posted 12 March 2015 - 11:48 PM
I've not set up Bukkit myself (and probably only played on one or two servers at most that have had it installed), but I get the impression that those who still make use of it are simply sticking to old releases (and therefore old MC/Forge releases, too).
realgogogoluke #3
Posted 13 March 2015 - 12:43 AM
Where can these old releases be found?
valithor #4
Posted 13 March 2015 - 05:02 AM
Where can these old releases be found?

Most people downloaded it before it was taken down, or have run a cauldron server before and already had the files. You will have to search google and hope to be lucky enough to find what you are looking for.

There is also a old mod, which I do not remember if it still works / is being updated called bukkit forge. It might be worth looking into.
realgogogoluke #5
Posted 13 March 2015 - 05:46 AM
Where can these old releases be found?

Most people downloaded it before it was taken down, or have run a cauldron server before and already had the files. You will have to search google and hope to be lucky enough to find what you are looking for.

There is also a old mod, which I do not remember if it still works / is being updated called bukkit forge. It might be worth looking into.
I checked into it, it does not still work.
Lupus590 #6
Posted 13 March 2015 - 09:25 AM
A word of warning, you may have heard this already, bukkit and forge don't always play nice (read: forge mods ignore bukkit block protection/permissions)
Anavrins #7
Posted 13 March 2015 - 03:17 PM
A word of warning, you may have heard this already, bukkit and forge don't always play nice (read: forge mods ignore bukkit block protection/permissions)
That's not always true, some plugins does, some don't, the best thing would be to test before actually pushing your server into production.
valithor #8
Posted 13 March 2015 - 03:21 PM
Honestly from multiple months of running a cauldron (bukkit/forge) server. The only mod that really doesn't "play nice" is Computercraft. It only doesn't work well in the regard turtles do not throw block break events hence the possibility of turtle griefing, also command computers do not like commands defined in plugins/redefined by a plugin (/give works in vanilla but not with a plugin that overwrites the command).

@Op
I can still help get the files needed when I have a chance later still working on that paper.
Edited on 13 March 2015 - 02:22 PM
Lupus590 #9
Posted 13 March 2015 - 03:39 PM
a possible workaround for the command computers problem is the command.exac function, I've not tested this though

see two posts down
Edited on 13 March 2015 - 07:39 PM
realgogogoluke #10
Posted 13 March 2015 - 04:40 PM
Honestly from multiple months of running a cauldron (bukkit/forge) server. The only mod that really doesn't "play nice" is Computercraft. It only doesn't work well in the regard turtles do not throw block break events hence the possibility of turtle griefing, also command computers do not like commands defined in plugins/redefined by a plugin (/give works in vanilla but not with a plugin that overwrites the command).

@Op
I can still help get the files needed when I have a chance later still working on that paper.
The only solution for turtle griefing is regular backups.. :(/>
Those files would be nice though :)/>

EDIT: Of course I keep regular backups…
Edited on 13 March 2015 - 03:41 PM
valithor #11
Posted 13 March 2015 - 08:27 PM
a possible workaround for the command computers problem is the command.exac function, I've not tested this though

Unfortunately you can only use commands.exec on commands which appear in commands.list. I assumed (when I first tried them) that commands.exec would run the command as if you had passed it through a command block but that is unfortunately not the case. In other words commands.exec really isn't useful seeing as you can just do commands.command, and you can only use commands.exec to run the commands that you can run using commands.command.
randombyte #12
Posted 23 March 2015 - 12:56 PM
To get something similar to Bukkit you can use "Sponge". It is an Api for Minecraft servers. They are working on an implementation for Forge. So a plugin could work together with a Forge mod.
https://www.spongepowered.org