All Projects → caseif → Flint

caseif / Flint

Licence: MIT license
A Minecraft minigame engine.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Flint

Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+2831.82%)
Mutual labels:  bukkit, sponge
Banmanager
Minecraft Java Plugin
Stars: ✭ 89 (+304.55%)
Mutual labels:  bukkit, sponge
Libby
A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
Stars: ✭ 36 (+63.64%)
Mutual labels:  bukkit, sponge
Netherboard
Scoreboard API for your Minecraft Sponge and Bukkit Plugins.
Stars: ✭ 56 (+154.55%)
Mutual labels:  bukkit, sponge
Taskchain
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
Stars: ✭ 143 (+550%)
Mutual labels:  bukkit, sponge
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+2004.55%)
Mutual labels:  bukkit, sponge
Luckperms
A permissions plugin for Minecraft servers.
Stars: ✭ 1,100 (+4900%)
Mutual labels:  bukkit, sponge
Redprotect
RedProtect Easy and Light Weight Antigrief plugin.
Stars: ✭ 51 (+131.82%)
Mutual labels:  bukkit, sponge
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (+513.64%)
Mutual labels:  bukkit, sponge
Serverlistplus
A flexible Minecraft plugin to customize the appearance of your server in the server list
Stars: ✭ 127 (+477.27%)
Mutual labels:  bukkit, sponge
MinecraftDeveloperGuide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 1,307 (+5840.91%)
Mutual labels:  bukkit, sponge
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+927.27%)
Mutual labels:  bukkit, sponge
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+63.64%)
Mutual labels:  bukkit, minigame
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+2509.09%)
Mutual labels:  bukkit, sponge
BedWars
Simple BedWars minigame plugin for Spigot version 1.9.4 - 1.19
Stars: ✭ 186 (+745.45%)
Mutual labels:  bukkit, minigame
Bstats
bStats collects data for plugin authors. It's free and easy to use!
Stars: ✭ 99 (+350%)
Mutual labels:  bukkit, sponge
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+10300%)
Mutual labels:  bukkit, sponge
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+54.55%)
Mutual labels:  bukkit, sponge
Minecraft-Backdoor
Invisible, customizable backdoor for Minecraft Spigot Plugins.
Stars: ✭ 147 (+568.18%)
Mutual labels:  bukkit
command-flow
A flexible command framework and dispatcher which removes lots of boilerplate code used in commands. While it is used generally on Bukkit it is platform agnostic
Stars: ✭ 103 (+368.18%)
Mutual labels:  bukkit

Flint

Flint is a cross-platform engine designed to act as a universal backend for Minecraft minigame mods, handling generic tasks such as arena, round, and player management which would normally require a significant time investment to develop for each minigame.

Usage

A tutorial is available in the Github wiki. Additionally, documentation is published continuously to http://jd.caseif.net/flint.

Prerequisites

Flint requires Java 7 for both compilation and use.

Building

Flint uses Gradle as its build system. To clone and build the project from scratch:

  • git clone https://github.com/caseif/Flint.git
  • cd Flint
  • cp scripts/* .git/hooks
  • ./gradlew (gradlew or sh ./gradlew on Windows)

Contribution guidelines

If you think you have a code contribution which would benefit Flint's API, feel free to create an issue or pull request. All contributions must follow the Flint doctrine where applicable.

Implementing

Specification for those wishing to implement Flint may be found here.

Contact

I can be contacted via email at [email protected].

Copyright

Flint's source code and binary are provided under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].