Difference between revisions of "Essentials-Chat"
Line 41: | Line 41: | ||
Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' | Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' | ||
See above. | See above. | ||
+ | [[es:Essentials-Chat]] |
Latest revision as of 08:09, 29 October 2021
Essentials - Core | |
---|---|
![]() | |
Servermod: | Bukkit |
Category: | Administration tool |
Developer: | Essentials Team |
Developer Website: | dev.bukkit.org |
Description: | Basic administration tool |
Features: | Opens up many possibilities. |
Download: | - |
Contents
Information
- DevBukkit-Site
- DevBuilds
- Essentials-Ticket-System
- LiveChat
- Changelog
- Permission-Nodes
- Commands for Essentials
Installation
With the Nitrado-Webinterface
If you aren't in the webinterface already, go to "My Services->Gameserver->Webinterface Login"
Then you have to navigate to "Minecraft->Plugins->Avaible Plugins->Essentials.jar->Install"
Done!
Without the Nitrado-Webinterface
Go to the DevBukkit project site and download the plugin which uses your server version.
Now you have to upload the plugin to the plugins folder in your server folder. You can do this by using the FTP server which is explained here.
Done!
Configuration
Path: /minecraftbukkit/plugins/Essentials/config.yml
radius: 0
If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
format: '<{DISPLAYNAME}> {MESSAGE}'
Chat formatting can be done in two ways, you can either define a standard format for all chat. Or you can give a group specific chat format, to give some extra variation. For more information of chat formatting, refer to the Essentials wiki: http://wiki.ess3.net/wiki/Chat_Formatting
Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
See above.