From c87c544951915cdb1859eccddae8d594d9193a34 Mon Sep 17 00:00:00 2001 From: NexusHD Date: Fri, 13 Nov 2015 18:05:37 +0000 Subject: [PATCH 1/3] Update config.yml --- plugins/Essentials/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index 3e1edf5d..0a609ba3 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -20,20 +20,20 @@ ############################################################ # A color code between 0-9 or a-f. Set to 'none' to disable. -ops-name-color: '4' +ops-name-color: '&6&o' # The character(s) to prefix all nicknames, so that you know they are not true usernames. -nickname-prefix: '~' +nickname-prefix: '' # The maximum length allowed in nicknames. The nickname prefix is included in this. -max-nick-length: 15 +max-nick-length: 35 # Disable this if you have any other plugin, that modifies the displayname of a user. change-displayname: true # When this option is enabled, the (tab) player list will be updated with the displayname. # The value of change-displayname (above) has to be true. -#change-playerlist: true +change-playerlist: true # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'. @@ -367,11 +367,11 @@ allow-silent-join-quit: false # You can set a custom join message here, set to "none" to disable. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. -custom-join-message: "none" +custom-join-message: "&8(&a+&8) &6{USERNAME}" # You can set a custom quit message here, set to "none" to disable. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. -custom-quit-message: "none" +custom-quit-message: "&8(&a+&8) &6{USERNAME}" # Add worlds to this list, if you want to automatically disable god mode there. no-god-in-worlds: @@ -529,7 +529,7 @@ chat: # Or you can give a group specific chat format, to give some extra variation. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting - format: '<{DISPLAYNAME}> {MESSAGE}' + format: '{DISPLAYNAME} &8ยป {MESSAGE}' #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' group-formats: @@ -715,7 +715,7 @@ newbies: # If so, use this format, replacing {DISPLAYNAME} with the player name. # If not, set to '' #announce-format: '' - announce-format: '&dWelcome {DISPLAYNAME}&d to the server!' + announce-format: '&7Welcome {DISPLAYNAME}&7 to the &6&lSpigot&e&lCraft&7!' # When we spawn for the first time, which spawnpoint do we use? # Set to "none" if you want to use the spawn point of the world. @@ -724,7 +724,7 @@ newbies: # Do we want to give users anything on first join? Set to '' to disable # This kit will be given regardless of cost and permissions, and will not trigger the kit delay. #kit: '' - kit: tools + kit: '' # Set this to lowest, if you want Multiverse to handle the respawning. # Set this to high, if you want EssentialsSpawn to handle the respawning. From e06a47523c2e9e97e9aae7b1a13d194cc46b60ae Mon Sep 17 00:00:00 2001 From: NexusHD Date: Fri, 13 Nov 2015 18:16:14 +0000 Subject: [PATCH 2/3] Update config.yml --- plugins/Essentials/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index 0a609ba3..3db97b62 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -371,7 +371,7 @@ custom-join-message: "&8(&a+&8) &6{USERNAME}" # You can set a custom quit message here, set to "none" to disable. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname. -custom-quit-message: "&8(&a+&8) &6{USERNAME}" +custom-quit-message: "&8(&4-&8) &6{USERNAME}" # Add worlds to this list, if you want to automatically disable god mode there. no-god-in-worlds: From 409e0652246c4e88c1a2be69dada9fa48108aa60 Mon Sep 17 00:00:00 2001 From: NexusHD Date: Fri, 13 Nov 2015 20:27:59 +0000 Subject: [PATCH 3/3] Update config.yml --- plugins/Essentials/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index 3db97b62..4307af86 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -26,7 +26,7 @@ ops-name-color: '&6&o' nickname-prefix: '' # The maximum length allowed in nicknames. The nickname prefix is included in this. -max-nick-length: 35 +max-nick-length: 15 # Disable this if you have any other plugin, that modifies the displayname of a user. change-displayname: true