Skip to content

Commit

Permalink
Updated config.yml and plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfirecodes committed Oct 26, 2016
1 parent 5af3a42 commit 4852736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ replacer:
# The characters that MUST appear BEFORE the player name for it to be highlighted. If you add "@" here, it will only fire on "@<player name>"
playerNamePrefix: "@"
# The characters that MUST appear AFTER the player name for it to be highlighted. If you add "@" here, it will only fire on "<player name>@"
playerNameSuffix: ""
two:
type: "name highlighter"
prefix: "&a"
suffix: "&4"
playerNamePrefix: "|"
playerNameSuffix: "|"
playerNameSuffix: ""
10 changes: 2 additions & 8 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ main: com.perceivedev.chatmention.ChatMention
name: ChatMention
version: 1.0
description: A plugin to highlight name mentions
author: [Rayzr]
author: [Rayzr,I Al Istannen]
depend: [PerceiveCore]
commands:
chatmention:
description: "Reloads ChatMention"
usage: "/<command> reload"
permission: "ChatMention.reload"
#commands:
# chatmention:
# description: ChatMention main command
# aliases: [alias1,alias2]
# usage: "/chatmention [command]"
# permission: ChatMention.main
permission: "ChatMention.reload"

0 comments on commit 4852736

Please sign in to comment.