Code Monkey home page Code Monkey logo

dsmcbot's Introduction

DsMcBOT

Really bad Discord Bot & Spigot Plugin for integrating Minecraft in your server that runs as a plugin

I want to delete this repo

Disclaimer


Do not take this seriously as it is really buggy, also /reload and plugman won't work on this and will mess up the internal JDA creating more instances of it (JDA not terminating correctly).

How to complete the code:
(I did not supply a config system so please create a Data.java class and put this inside as a "configuration". You may also need to change some channel ids that i use for my own project)
( Also please forgive the many static abuse you will find around this project :] )ย 

package net.reg.dsmcbot;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

public class Data {
    public static String[] hooks = {
            "HOOK1",
            "HOOK2",
            "HOOK3"            //ADD AS MANY AS YOU LIKE (Used for sending server -> discord messages)
    };
    public static String tkn = "BOT-TOKEN-AAAAAAAA"; //YOUR BOT'S TOKEN
    public static List<Long> ids = new ArrayList<>(Arrays.asList(new Long[]{id1L, id2L, 1234353L}));  //IDs of the people who can send console commands and server info commands
}

dsmcbot's People

Contributors

regularrabbit05 avatar

Stargazers

 avatar  avatar

Watchers

 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.