djoveryde / Contigo

Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC/Thermos
GNU General Public License v3.0
42 stars 10 forks source link

Current Issues for 1.11.2 #13

Open djoveryde opened 7 years ago

djoveryde commented 7 years ago

Issues for 1.11.2 to be posted here:

djoveryde commented 7 years ago

Might have corrected the issue unless i created a new problem. Thoughts?

What went wrong: A problem occurred evaluating root project 'Contigo_1.11'. Failed to apply plugin [id 'cauldron'] Value is null Problem sits at

45 apply plugin: 'cauldron' in the build.gradle file

Santagithub suggested to look here https://github.com/SantaGitHub/Svarka

CDAGaming commented 7 years ago

@djoveryde Doing a fix that @ASCIICat Did, will test with travis if it works out

djoveryde commented 7 years ago

@SantaGitHub All it seems to show is that cauldrons plugin was never added to that side, im fairly sure cauldron is what links the two together

SantaGitHub commented 7 years ago

@djoveryde look this repo

djoveryde commented 7 years ago

FAILURE: Build failed with an exception.

BUILD FAILED

CDAGaming commented 7 years ago

As contigo and thermos heavily rely on cauldron, Me and Santa are now adjusting to a core with newer implementation, if youd like to help, let me know and ill add you to it

djoveryde commented 7 years ago

Presuming this is the one that someone else started from scratch? Would require a lot of coding to get both forge and bukkit working alongside each other

CDAGaming commented 7 years ago

It is https://github.com/SantaGitHub/Svarka for 1.10.2 And https://github.com/CDAGaing/Svarka for 1.12.1

SantaGitHub commented 7 years ago

@djoveryde yeap. It is better to switch to this Svarka than to transfer thermos, to 1.8+ Much has changed in Forge on 1.8+ Almost everything is ready in this kernel. There it remains to add events for spawning mobs from mods.

SantaGitHub commented 7 years ago

1) There is no sqllite library. Therefore, plug-ins, tied to the bd, will not be launched. Solved by a fairly simple patching. 2) The absence of the class CraftCustomEntity (or CustomCraftEntity, I do not remember) does not allow loading the essence of the mod from the world. Accordingly, crash the server. From this it follows that at the moment, only modifications are launched without the addition of new mobs. The problem is solved by adding this class.

djoveryde commented 7 years ago

Is this actually loading the bukkit side of things as it doesn't seem to have any bukkit elements set up to load in?

SantaGitHub commented 7 years ago

Yes, there is Bukkit. It is simply not used as a module, but as a source code. because under 1.10.2 there are no source codes in the public domain

CDAGaming commented 7 years ago

@SantaGitHub All that also remains for Svarka to be builds let is to fix patch errors on both build and for genPatches

CDAGaming commented 7 years ago

To be buildable* Typo lol