Giter Club home page Giter Club logo

serverrepository's Introduction

Server Repository

The Server Repository is a list of information about Minecraft Servers to allow enriching information to be displayed while using Ember Client.

Adding Your Server

If you would like to add your server to the list, you will need to create a pull request that contains your server's information in a valid JSON format.

Step 1: Fork the Repository

First, you will need to fork this repository so you have your own copy of it. To do this, click the “Fork” button in the top right corner of the page. This will create a copy of the repository under your own GitHub account.

Step 2: Create a JSON File

Once you have your own copy of the repository, you will need to create a new file containing your server's information in valid JSON format. This file should be named after your server and should be placed in the /servers directory.

The JSON file should contain a key/value pair for each field that is needed for your server, such as name, any applicable IP address' or domain names, types, versions, etc. For example, a file for our test server might look like this:

{
  "name": "Server Name",
  "hosts": ["ip.address"],
  "versions": ["supported.version"],
  "primaryColour": "#FFFFFF",
  "type": ["Vanilla"]
}

Please keep in mind that a single host will match all subdomains, so there's no need to add any additional hosts for regional proxies.

Step 3: Commit and Push Your Changes

Once you have created your JSON file, you will need to commit and push your changes to GitHub. To do this, use either the GitHub Desktop application or the command line. If you are using GitHub Desktop, simply select “Commit and Push” when you have finished making changes. If you are using the command line, type git add <filename> to add the file and git commit -m "<message>" to commit your changes locally. Finally, type git push to push your changes up to GitHub.

Step 4: Create a Pull Request

Now that your changes have been pushed up to GitHub, you can create a pull request to add your server to the list. To do this, go back to the main page of this repository (the one under Ember Client's account) and click on “Pull Requests” in the top menu bar. Then, click “New Pull Request” and select your fork from the “compare” dropdown menu. Finally, enter a summary of your changes in the comment box and click “Create Pull Request”.

Your pull request will then be reviewed by one of our maintainers and merged into the main repository if it is approved!

Supported Types

We support various different Minecraft versions and server types, a list of which can be found below:

Server Types

  • Vanilla
  • Minigames
  • Skyblock
  • Survival
  • Creative
  • PvP
  • Prison
  • Factions

Minecraft Versions

  • 1.7
  • 1.8
  • 1.12
  • 1.19

FAQ

Can I use this for my own project?

Yes, you can use data from this repository for your own project as long as you follow the license terms.

Can I add my server to the list?

Yes, you can add your server to the list by following the steps above.

I can't find a type that matches my server, what should I do?

If you can't find a type that matches your server, you can create a pull request to add a new type to the list. If you do this, please make sure that you add the type to the list in the README.MD file. If you are unsure about what to add, you can create an issue and we will add it for you.

serverrepository's People

Contributors

amplitudesxd avatar vanishllc avatar sugarberrys avatar cloudwithax avatar erouax avatar kaboomb52 avatar lectern avatar xdisplay avatar

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.