Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md (move travis badge to top of file and add links to
development requirements), fix spelling and grammar errors in config.yml
  • Loading branch information
fpigerre committed Feb 17, 2014
1 parent b76c7fe commit 32a821e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
CommandBouncer
==============

[![Build Status](https://travis-ci.org/Simple-devs/CommandBouncer.png?branch=0.3)](https://travis-ci.org/Simple-devs/CommandBouncer)
CommandBouncer [![Build Status](https://travis-ci.org/Simple-devs/CommandBouncer.png?branch=0.3)](https://travis-ci.org/Simple-devs/CommandBouncer)
==================

This plugin executes a given command when a player executes a certain command

Expand All @@ -16,12 +14,12 @@ Development
==============
For developing please use the latest branch.

To help us develop this plugin you'll need:
To help us develop this plugin, you'll need:

- GitHub
- [GitHub](http://github.com)

- NetBeans
- [NetBeans](https://netbeans.org)

- Maven
- [Maven](http://maven.apache.org)

- A bukkit test server with the latest CraftBukkit `http://dl.bukkit.org/latest-dev/craftbukkit.jar`
16 changes: 8 additions & 8 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ config-version: 1.0
# +------------------------------------------------------+ #
############################################################

# Does this plugin not work? Set "debug" to true and pastie your server.log to an developer
# Does this plugin not work? Set "debug" to true and pastie your server.log to a developer
# true/false
debug: false

# Do you want the plugin to update automaticly when a new version is avible? (Recommended: 'true')
# Do you want the plugin to update automatically when a new version is available? (Recommended: 'true')
auto-update: true

# If auto-update is set to false. Who should recive information when a new update is available? (Recommended: 'perm')
# If auto-update is set to false, who should receive information when a new update is available? (Recommended: 'perm')
# Available options: op, perm, none
warn-update: perm

# Want to backup the current config and replace it with a new one when a new version of CommandBouncer is downloaded? (Might cause you some extra work when a new version is downloaded)
# Would you like to to backup the current config and replace it with a new one when a new version of CommandBouncer is downloaded? (Might cause you some extra work when a new version is downloaded)
update-config: false

# When seeking assistance via /CommandBouncer support/report should the plugin upload your latest.log? (Recommended: 'true')
Expand All @@ -54,9 +54,9 @@ ignored-players:
- anminecrafter
- zyxep

# Do you want to disable the incomming message when a command matches a commnad listed below?
# Do you want to disable the incoming message when a command matches a command listed below?
# Example: player types /op & the command is set to be disabled /op won't be executed but the bounce-command will.
# If a cmd is not set below it will not be disabled.
# If a cmd is not set below, it will not be disabled.

disabled-commands:
- cmd1
Expand All @@ -67,8 +67,8 @@ disabled-commands:
# +------------------------------------------------------+ #
############################################################

# Enter the commands you want the plugin to listen on use the same number on the listening command as on the bouncer command!
# EXAMPLE: cmd1: hi
# Enter the commands you want the plugin to listen on. Use the same number on the listening command as on the bouncer command!
# EXAMPLE: cmd1: hi (Remember to use the same number on the console commands - console1: msg %player% Hello!)
cmd1: cmdbnctest

############################################################
Expand Down

0 comments on commit 32a821e

Please sign in to comment.