Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions plugins/Essentials/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
############################################################

# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: '4'
ops-name-color: '&6&o'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this works..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default config does not contain an ampersand, hinting that this config key only accepts one color code. Of course, the comment immediately above this states this as well. You will need to fix this @NexusHD


# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'
nickname-prefix: ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubt anyone's going to use nicknames anyways... at least I don't.


# The maximum length allowed in nicknames. The nickname prefix is included in this.
max-nick-length: 15
Expand All @@ -33,7 +33,7 @@ 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'.
Expand Down Expand Up @@ -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(&4-&8) &6{USERNAME}"

# Add worlds to this list, if you want to automatically disable god mode there.
no-god-in-worlds:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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!'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"To the SpigotCraft"?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like the generic greeting. Some people may use this as a template server (aka us who are too lazy on setting up a nice looking development server).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NexusHD - as pangeacake stated, please remove "the."

You could just do a search for SpigotCraft or something (or clone and edit yourself), but I'm not really in favor of creating a "template" server. It's best that those who start a server take their time and learn about the plugins they are adding/using.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like the generic greeting. Some people may use this as a template server (aka us who are too lazy on setting up a nice looking development server).

Thats not the intention


# 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.
Expand All @@ -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.
Expand Down