Coder Social home page Coder Social logo

deeplerg / openapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openminet/openminet

0.0 0.0 0.0 7.96 MB

Custom MiNET Plugin API - Making it easier for multiple plugins to work together nicely.

License: GNU Lesser General Public License v3.0

C# 99.28% HTML 0.72%

openapi's Introduction

OpenAPI

Build status nuget

A Custom Plugin API for MiNET - Making it easier for multiple plugins to work together nicely.

Please feel free to join our discord if you feel like contributing or need some help getting started.

  • Discord - Join our Discord server

Setup & Getting Started

Great to see you are interested in using OpenAPI.
The steps required to get a server running using OpenAPI are probably a little different then what you might expect.
No worries tho! Just follow the following steps closely and you'll have your server up & running within a few minutes.

Step 1.

Acquiring the required binaries.

OpenAPI requires a custom MiNETServer instance to work properly, so the default MiNET.Server executables won't work.
You can either compile OpenAPI.Server yourself or you can download pre-compiled binaries HERE

Step 2.

Setting up the server.

You'll find a file named "server.conf", if you open this file in a text editor. You should see the following line:

PluginDirectory=Plugins

This property tells OpenAPI where to look for your installed plugins.
If you choose not to change the default value, the server will look for a folder called "Plugins" (Without quotes) in the directory containg the server binary. (OpenAPI.Server)

You can also provide multiple plugin folders by using the ; character as a delimiter.

Any other configuration options can be found on MiNET's WIKI (Note: Some of these might not work.)

Step 3.

Starting up the server.

You can now start the server like you would with a normal MiNET server.
Only the executable name will be OpenAPI.Server instead of MiNET.Server

Documentation

Basic documentation is available through the following link: View Documentation

More documentation is coming soon.

Interesting projects to check out

  • MiNET - The server software making all of this possible.
  • Alex - A Minecraft Client written in C# aiming to be compatible with the Bedrock and Java edition.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.