Code Monkey home page Code Monkey logo

deepslate's Introduction


Logo

Pickaria

Multi purpose plugin for the Pickaria Minecraft server.

Try it · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Dependencies
  4. Contributing
  5. Contact

About The Project

This is the plugin of the Pickaria Minecraft server.

Getting Started

This is the instructions on setting up your project locally. To get a local copy up and running follow these steps.

Prerequisites

Dependencies

Following are the platform's dependencies required for this plugin to work:

Working on the project

Add GitHub Credentials
  1. Create credentials Follow the guide here on Managing your personal access tokens.
  2. Add these to the file ~/.gradle/gradle.properties
    gpr.user = YourGitHubUsername
    gpr.key = github_pat_***  # Replace this with the token previously generated
Using IntelliJ IDEA
  1. Clone the repository

    # Using HTTPS
    git clone https://github.com/Pickaria/Deepslate.git
    
    # Using SSH (recommended)
    git clone [email protected]:Pickaria/Deepslate.git

    If using SSH, remember to add an SSH key on your GitHub profile.

  2. Open the project in IntelliJ IDEA and wait for it to load everything

  3. Install JDK

    1. Go to FileProject Structure
    2. In the new window, open the SDK dropdown then select Add SDKDownload JDK...
    3. This should open the following window, select the version 17 and Temurin Vendor
      download-jdk-intellij.png
    4. Let the IDE index the newly downloaded JDK, this can take a while depending on your computer
    5. Alternatively, you can install JDK manually
      # Debian/Ubuntu
      sudo apt install openjdk-17-jdk
      
      # RHEL/Fedora
      sudo dnf install java-17-openjdk
      For Windows, download Temurin from Adoptium
  4. Once the JDK is set up, open the Gradle on the right of the IDE, and click on the Reload All Gradle Projects button, this will download and index all the dependencies required by the plugins
    reload-gradle-intellij.png

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Check the issues page to find something you want to work on.
  2. Fork the Project or create a new branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

@pickaria - [email protected]

Project Link: https://github.com/Pickaria/Deepslate

deepslate's People

Contributors

quozul avatar ahajin 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.