Skip to content

Commit

Permalink
Command rewrite is a ago, starts #110
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaneyXYZ committed Apr 10, 2015
1 parent ec63a4f commit 05dc014
Show file tree
Hide file tree
Showing 20 changed files with 851 additions and 666 deletions.
19 changes: 13 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Java
*.class
.classpath
.project
*.iml

# Package Files #
# Package Files
*.jar
*.war
*.ear

target/
.settings/
bin/
Thumbs.db
# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
log/
target/
1 change: 1 addition & 0 deletions res/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ server-host: bukkitircd.localhost
server-name: BukkitIRCd
strip-ingame-suffix: true
use-host-mask: true
use-permissions: true

# Chat
color-death-messages: false
Expand Down
Loading

0 comments on commit 05dc014

Please sign in to comment.