Skip to content

Commit

Permalink
Merge pull request #2 from svgaming234/main
Browse files Browse the repository at this point in the history
Add /v claim auto help entry to default language .yml and filter vscode entries in gitignore
  • Loading branch information
RhysB authored Jul 20, 2024
2 parents 702b31a + d0f3321 commit 722c0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Created by https://www.gitignore.io/api/java,intellij,intellij+all,intellij+iml
# Edit at https://www.gitignore.io/?templates=java,intellij,intellij+all,intellij+iml

.vscode/

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ private void loadDefaults() {
"\n&8- &7/village kick [name] &8- &7Kick a player from your selected town" +
"\n&8- &7/village claim &8- &7Claim the chunk you are standing in" +
"\n&8- &7/village claim rectangle [chunk radius] &8- &7Claim a rectangle of chunks" +
"\n&8- &7/village claim auto &8- &7Claim chunks automatically as you walk (run again to disable)" +
"\n&8- &7/village withdraw [village] [amount] &8- &7Withdraw money from village bank" +
"\n&8- &7/village unclaim &8- &7Unclaim the chunk you are standing in");

Expand Down

0 comments on commit 722c0cf

Please sign in to comment.