Skip to content
This repository was archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from Kqliber/master
Browse files Browse the repository at this point in the history
master
  • Loading branch information
extendedclip authored Jul 5, 2020
2 parents 5aa765b + a9ca502 commit baf2177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/at/helpch/hccce/HCCCE.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package at.helpch.hccce

import at.helpch.hccce.commands.OnlineCommand
import org.bukkit.plugin.java.JavaPlugin

class HCCCE : JavaPlugin() {

override fun onEnable() {
firstTime()
// TODO: Register command, would have done but I would have gone over character limit with CommandExecutor implementation
this.getCommand("online")?.setExecutor(OnlineCommand())
}
}
5 changes: 5 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ commands:
ping:
description: ping
# jaims end

# kali start
online:
description: get online player count
# kali end

0 comments on commit baf2177

Please sign in to comment.