All Projects → enjin → enjincraft

enjin / enjincraft

Licence: Apache-2.0 license
Minecraft plugin for integration with the Enjin Platform.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to enjincraft

HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-38.6%)
Mutual labels:  minecraft-plugin
TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (+164.91%)
Mutual labels:  minecraft-plugin
OoT-Interactive-Map
Interactive Map for the world of Zelda: Ocarina of Time
Stars: ✭ 22 (-61.4%)
Mutual labels:  gaming
MinecraftBut
🎥 A Minecraft Plugin for youtubers such as BajanCandian, Skeppy, BadBoyHalo, A6D, Wilbur Soot
Stars: ✭ 50 (-12.28%)
Mutual labels:  minecraft-plugin
Minecraft-FPS-Hack
Are you lagging in Minecraft? Solve that with the Minecraft FPS hack!
Stars: ✭ 28 (-50.88%)
Mutual labels:  minecraft-plugin
NetMauMau
Server for the popular card game Mau Mau (similar to UNO®)
Stars: ✭ 16 (-71.93%)
Mutual labels:  gaming
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+222.81%)
Mutual labels:  minecraft-plugin
LibertyBans
The be-all, end-all of discipline.
Stars: ✭ 92 (+61.4%)
Mutual labels:  minecraft-plugin
Virtual Controllers
Virtual controls for use in Flash based games on touch devices. Includes thumbstick and button ui elements
Stars: ✭ 16 (-71.93%)
Mutual labels:  gaming
horadric-helper
A WebComponents library that allows you to display tooltips from ARPG games on you webstie using Html tags.
Stars: ✭ 32 (-43.86%)
Mutual labels:  gaming
ssgl-doom-launcher
Super Shotgun Launcher - Modern Doom Frontend/Mod Launcher for every Desktop Operating System
Stars: ✭ 86 (+50.88%)
Mutual labels:  gaming
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-68.42%)
Mutual labels:  gaming
NativeScreen
Spigot plugin that displays your desktop content and videos using Minecraft's maps.
Stars: ✭ 31 (-45.61%)
Mutual labels:  minecraft-plugin
nine
Gallium Nine Standalone
Stars: ✭ 50 (-12.28%)
Mutual labels:  gaming
fullscreenizer
Source Code of Fullscreenizer
Stars: ✭ 56 (-1.75%)
Mutual labels:  gaming
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+149.12%)
Mutual labels:  gaming
GrouperBot
A bot which allows you to quickly find friends to game with!
Stars: ✭ 16 (-71.93%)
Mutual labels:  gaming
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (-8.77%)
Mutual labels:  minecraft-plugin
TommyGun
A retro development IDE for the creation of games on 8-bit computers.
Stars: ✭ 37 (-35.09%)
Mutual labels:  gaming
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-59.65%)
Mutual labels:  gaming

EnjinCraft Plugin

EnjinCraft is an implementation of the Enjin Java SDK. The primary goal of this project is to serve as an example for plugin developers on how to integrate Enjin blockchain technology into Minecraft servers. We encourage plugin developers to expand and build on this framework to create fun and engaging experiences for the Minecraft community.

Useful Resources

Released versions of EnjinCraft can be downloaded here.

Building

EnjinCraft uses Gradle to manage dependencies and building.

Requirements

  • Java 8 JDK or newer
  • Git

Building

git clone https://github.com/enjin/enjincraft.git
cd enjincraft
./gradlew build

You will find build artifacts in the build/libs directory of the sub-modules. The production jar ends with the -all classifier. In addition to the production jar, source and javadoc jars will also be created.

Contributing

Pull Requests

If you make any changes or improvements to the plugin which you believe would be beneficial to others, consider making a pull request to merge your changes back into the upstream project, particularly if your changes are bug fixes!

Project Layout

The project consists of the following modules.

  • spigot - implementation for the spigot server platform.
  • translation-converter - converts translation CSV files to YML format.

License

EnjinCraft is licensed under the Apache License 2.0. Please see LICENSE.txt for more info.

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].