Jump to content

Recommended Posts

Posted (edited)

Now I know that this is probably a hard thing to consider but some servers/players are struggling because they used to be able to load plugins and mods side by side on their server and access a lot of cool features from both. Things that people used plugins for include permissions, donor rewards, vote rewards and server management (as there has always been an odd lack of those sort of mods) and now because of the DMCA takedown of Bukkit that occurred they don't have them anymore.

 

Everybody thought that Bukkit/Spigot and their variants were finished and started looking towards Sponge as their hope for the future. Unfortunately, Spigot managed to pull through the disaster, this means that a lot of plugins that people use like factions and server management ones didn't bother to switch to Sponge. In fact, most developers still use Spigot and this leaves modded communities in the lurch after 1.7.10 because Cauldron didn't manage to pull through.

 

I understand what I'm suggesting might be difficult and I don't understand much about code but I think that it must be possible to slowly code Spigot into Forge. This would really help players like myself that like to run modded communities. I myself would love to be able to use the Movecraft plugin on a modded server but it seems that such luxuries may never again be possible unless the developers of Forge and Spigot work to combine the two.

Edited by BernardisGood
Posted
  On 1/26/2018 at 4:15 PM, diesieben07 said:

As far as I know the Bukkit API is still in a legal gray area (if not completely illegal), which was the whole reason Bukkit/CraftBukkit disappeared. I don't know how Spigot are dealing with this.

This however means that no, Forge will not be implementing the Bukkit API.

Expand  

I'm pretty sure that they found a way around it. Why not ask them?

Posted

They didn't find a way around it, they use the fact that Wolverness won't actually file directly against them because hes not that kind of guy. 

But the point is, no we are not going to build Bukkit's API into Forge. Mainly because its to restrictive for modders, and it has been fairly stagnant even before the DMCA so it'd be coding things in the wrong direction.

Beyond that, I flat out don't have the time of patience to do it myself so it'll never happen.

We've tried pushing for people to help write an Abstraction Layer but that didn't get any support.

So here we are, modding like we do.

As for permissions, which really is the only thing Forge lacks that Spigot/Bukkit 'provides'. There was a discussion a while ago about doing something like this. But it never got past the definition of 'context' which is kinda important. 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted (edited)

Hmm. Quick question, do the Forge downloads contain decompiled Minecraft code? Or do you download it during the installation? I'm guessing it's the latter?

 

Reason for the question:

BPsLNWx.png

Edited by BernardisGood
Posted

Armchair lawyering is not allowed in here. Its just one of those things that you're gunna have to trust I know what i'm talking about as i've actually had to contest something similar in court.

At the end of the day Mojang could come along and say 'Screw everyone all these projects are now shut down'. But they don't. And this has nothing to do with the Mojang side of things. 

 

But ya, to answer your question, No Bukkit/Spigot/Whatever external project will not merge with Forge.

  • Like 1

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here  
    • Cracked Launchers are not supported
    • Hi, I have a problem in minecraft java (only in forge 1.20.1), When I start the game after a moment the game crashed with code 1 this only in forge 1.20.1 , I tried to reinstall java, Upgrade java to 17, update the drivers to the latest version, downgrade the drivers to the pervious version, deleting .minecraft and reinstall it , but none of these ways working.   here is the log:   [Launcher] Launching Minecraft... I'm hiding! mods after C:\Users\Windows\AppData\Roaming\.minecraft\mods\tl_skin_cape_forge_1.20_1.20.1-1.32.jar [InnerMinecraftServersImpl]  search changers of the servers read servers from servers.dat [] [InnerMinecraftServersImpl]  prepare inner servers save servers to servers.dat [Launcher] Game skin type: TLAUNCHER [Launcher] Starting Minecraft Forge 1.20.1... [Launcher] Launching in: C:\Users\Windows\AppData\Roaming\.minecraft Starting garbage collector: 96 / 227 MB Garbage collector completed: 60 / 214 MB [Launcher] Processing post-launch actions. Assist launch: true =============================================================================================== [05:29:03] [main/INFO]: ModLauncher running: args [--username, *********, --version, Forge 1.20.1, --gameDir, C:\Users\Windows\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Windows\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, *************************************, --accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.22, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [05:29:04] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.12 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0 [05:29:15] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [05:29:24] [main/INFO]: Trying GL version 4.6 [05:29:60] [main/INFO]: Requested GL version 4.6 got version 4.6 [05:29:67] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Windows/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT FATAL ERROR in native method: Thread[pool-2-thread-1,5,main]: No context is current or a function that is not available in the current context was called. The JVM will abort execution.     at org.lwjgl.opengl.GL11C.nglGetString(org.lwjgl.opengl@3.3.1+7/Native Method)     at org.lwjgl.opengl.GL11C.glGetString(org.lwjgl.opengl@3.3.1+7/GL11C.java:978)     at net.minecraftforge.fml.earlydisplay.DisplayWindow.initRender(fmlearlydisplay@1.20.1-47.3.22/DisplayWindow.java:209)     at net.minecraftforge.fml.earlydisplay.DisplayWindow.lambda$start$5(fmlearlydisplay@1.20.1-47.3.22/DisplayWindow.java:292)     at net.minecraftforge.fml.earlydisplay.DisplayWindow$$Lambda$437/0x000001fab120a618.run(fmlearlydisplay@1.20.1-47.3.22/Unknown Source)     at java.util.concurrent.Executors$RunnableAdapter.call(java.base@17.0.12/Executors.java:539)     at java.util.concurrent.FutureTask.run(java.base@17.0.12/FutureTask.java:264)     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(java.base@17.0.12/ScheduledThreadPoolExecutor.java:304)     at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@17.0.12/ThreadPoolExecutor.java:1136)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@17.0.12/ThreadPoolExecutor.java:635)     at java.lang.Thread.run(java.base@17.0.12/Thread.java:842) Here I am! [VersionManager] Refreshing versions locally... [VersionManager] Versions has been refreshed (6 ms) [Launcher] Launcher exited. [Launcher] Minecraft closed with exit code: 1 flush now [Launcher] [Crash] Signature "Bad video drivers" matches! [Crash] Signature "Bad video drivers" matches! [Launcher] [Crash] Crash has been recognized! [Crash] Crash has been recognized! flush now
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.