FountainMC / FountainAPI

A 'simple but beautiful' Minecraft Server Plugin API
https://fountainmc.org/
MIT License
5 stars 5 forks source link

Project development is starting again? #31

Closed PizzaCrust closed 7 years ago

Techcable commented 7 years ago

Yup, but I can't do it alone! The new primary implementation is TacoFountain, which is based on Bukkit. I want to get a working product out as soon as possible, so there'll be more energy and enthusiasm behind development. It'll also help us guide the development of the API better, since we'll be able to get working plugins out faster.

phase commented 7 years ago

Is FountainCommon out?

Techcable commented 7 years ago

FountainCommon won't really work with TacoFountain, though it'd still be useful for a forge implementation or a vanilla reimplementation.

jamierocks commented 7 years ago

I'll be working on FountainMod (vanilla server mod) when 1.12 drops.

PizzaCrust commented 7 years ago

Will the complete code base across the Fountain project be refactored/made in Kotlin?

Techcable commented 7 years ago

@PizzaCrust Yes, most of the code will be in kotlin unless others choose to write it in java.

phase commented 7 years ago

@jamierocks Based off of Spigot's 1.12 build?

@Techcable I think limiting our codebases to a safe language would be better for everyone. I'm 100% down for 100% Kotlin.

jamierocks commented 7 years ago

@phase No, FountainMod will be it's own server mod.

Techcable commented 7 years ago

Kotlin's not inherently safer than correctly programmed java, so I don't think it's necessary to require it 100%, especially since the minecraft server itself is written in java.

PizzaCrust commented 7 years ago

@Techcable can you fix travis 😄 please

wgaylord commented 7 years ago

this alive again..... Also I agree with Techcable... (Considering I see no reason to mix two langs... Even if they run on the same VM)