Giter Site home page Giter Site logo

hypersmc / dynmap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webbukkit/dynmap

0.0 0.0 0.0 15.33 MB

A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.

Home Page: https://www.reddit.com/r/Dynmap/

License: Apache License 2.0

Java 92.06% JavaScript 6.13% CSS 0.63% PHP 1.03% HTML 0.14% ASP.NET 0.03%

dynmap's Introduction

package me.hypersmc.About;

import me.hypersmc.about.Me;

public class About extends Me
{
    public static void getWork()
    {
        try {
          if (Me.getJobs() > 0){
            System.out.println("Currently nothing");
          }
        } catch (Exception e) {
          System.out.println("There was an error trying to fetch jobs. Please try again later.");
          System.out.println("");
          System.out.println("Error code: " + e);
        }
    }

    public static void getDailyKnowledge()
    {
        try {
          if (Me.getKnowledge() > 7 ){
            System.out.println("I currently know Java, JS, PhP, Laravel, C++, C#, Golang");
          }
        } catch (Exception e){
          System.out.println("There was an error trying to fetch knowledge. Please try again later.");
          System.out.println("");
          System.out.println("Error code: " + e);
        }
    }

    public string getFutureGoal()
    {
        return 'To contribute to open source.';
    }
}

dynmap's People

Contributors

alron avatar baconwaifu avatar degup avatar fedupwith-tech avatar flames avatar frozencow avatar johnduhart avatar jon0505 avatar keuin avatar kilandor avatar klowner avatar kovuthehusky avatar lhns avatar lishid avatar mg-1999 avatar mikeprimm avatar mikeprimm-triva avatar minidigger avatar mitchtalmadge avatar paulstraw avatar pavog avatar pk910 avatar programie avatar puupuls avatar rumickon avatar ry0tak avatar stormboomer avatar vijfhoek avatar zeez avatar zml2008 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.