diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 22d317c..33365f8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -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 "@" playerNamePrefix: "@" # The characters that MUST appear AFTER the player name for it to be highlighted. If you add "@" here, it will only fire on "@" - playerNameSuffix: "" - two: - type: "name highlighter" - prefix: "&a" - suffix: "&4" - playerNamePrefix: "|" - playerNameSuffix: "|" \ No newline at end of file + playerNameSuffix: "" \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e7ecc75..a1eeac0 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: "/ reload" - permission: "ChatMention.reload" -#commands: -# chatmention: -# description: ChatMention main command -# aliases: [alias1,alias2] -# usage: "/chatmention [command]" -# permission: ChatMention.main + permission: "ChatMention.reload" \ No newline at end of file