Skip to content

Instantly share code, notes, and snippets.

View Draww's full-sized avatar
🏠
Working from home

Baran OZCAN Draww

🏠
Working from home
View GitHub Profile
import:
ch.njol.skript.log.SkriptLogger
ch.njol.skript.ScriptLoader
ch.njol.skript.config.SectionNode
ch.njol.skript.lang.Condition
ch.njol.skript.Skript
ch.njol.skript.config.validate.SectionValidator
ch.njol.skript.lang.SkriptParser
com.btk5h.skriptmirror.Util as MirrorUtil
java.util.Arrays
@Draww
Draww / GlobalEventListener.java
Created April 18, 2018 20:31 — forked from MiniDigger/GlobalEventListener.java
GlobalEventListener for Spigot/Bukkit, licenced under GPLv3
package me.minidigger.test.test;
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@Draww
Draww / BaseCommands.kt
Created March 15, 2018 13:44 — forked from aikar/BaseCommands.kt
EMC JDA Discord Bot in Kotlin, with ACF and IDB
import co.aikar.commands.BaseCommand
import co.aikar.commands.JDACommandEvent
import co.aikar.commands.annotation.CommandAlias
import co.aikar.commands.annotation.Dependency
import net.dv8tion.jda.core.JDA
import net.dv8tion.jda.core.entities.Guild
class BaseCommands : BaseCommand() {
@Dependency