Skip to content
Snippets Groups Projects
Commit a3371bff authored by Mariell's avatar Mariell :speech_balloon:
Browse files

More stuff I forgot

parent 5b7a9271
No related branches found
No related tags found
No related merge requests found
name: Bukkit4Clojure
author: Proximyst
version: 0.1.0-SNAPSHOT
main: com.proximyst.bukkit4clojure.example.javaplugin
main: com.proximyst.bukkit4clojure.Main
commands:
clojure:
\ No newline at end of file
(ns com.proximyst.bukkitforclojure.example.command
(:gen-class)
(:gen-class
:main false)
(:import [org.bukkit.command CommandSender Command]
[org.bukkit.entity Player]
[org.bukkit Sound]))
......
(ns com.proximyst.bukkitforclojure.example.listener
(:gen-class)
(:gen-class
:main false)
(:import [org.bukkit.event.player PlayerJoinEvent]
[org.bukkit Bukkit ChatColor]
[org.bukkit.entity Player]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment