Hello we got problem with essentials on our server ...
impossible to put commands on chat box, (always message like PM essentials : unknown command... )
and no Chat work here my config.ini ...
[Whitelist]
# Enable whitelist upon server startup
enableWhitelist=false
# Use the MySQL settings defined below for whitelisting - BROKEN
useMySQL=false
# Use the Steam Group specified as the whitelist
useSteamGroup=false
steamGroup=
# Auto refresh the whitelist every time the interval elapses
autoRefresh=true
# Auto refresh interval
refreshInterval=30
# Instead of using whitelist as itself, users in whitelist will become [Members]
useAsMembers=false
# The message that is sent to unwhitelisted users upon /whitelist kick
whitelistKickCMD=Whitelist was enabled and you were not whitelisted.
# The message that is sent to unwhitelisted users upon join
whitelistKickJoin=You are not whitelisted!
# The message that is sent to sender upon /whitelist check IF whitelisted
whitelistCheckGood=You are whitelisted!
# The message that is sent to sender upon /whitelist check IF NOT whitelisted
whitelistCheckBad=Vous n'etes pas inscrit sur le Serveur CF groupe Steam de la Cave Rust !
[Airdrop]
# Announce the coming of an airdrop
announceDrops=true
[Environment]
# Set the time of day upon server start
startTime=12
# Set the time scale upon server start (Default 0.01)
timeScale=0.01
# Freeze time upon server start
freezeTime=false
[Channels]
# Enables or disables direct chat. ATLEAST ONE MUST BE ENABLED!
directChat=false
# Enables or disables global chat. ATLEAST ONE MUST BE ENABLED!
globalChat=true
# Sets the default chat players will talk in upon join. (global or direct)
defaultChat=global
# Sets the distance the radius of possible text communication when in direct chat
directDistance=150
[Messages]
# Name that the plugin bot will use to PM and chat with (Default Essentials)
botName=Essentials
# Join message that is displayed to all when a user joins (Default "Player $USER$ has joined.")
joinMessage=Player $USER$ has joined.
# Enables or disables the display of join messages
enableJoin=true
# Leave message that is displayed to all when a user leaves (Default "Player $USER$ has left.")
leaveMessage=Player $USER$ has left.
# Enables or disables the display of leave messages
enableLeave=true
# Suicide message that is displayed to all when a user commits suicide (Tags: $VICTIM$)
suicideMessage=$VICTIM$ killed himself.
# Enables or disables the display of suicide messages
enableSuicide=true
# Murder message that is displayed to all when a user is murdered by another user (Tags: $VICTIM$, $KILLER$, $WEAPON$, $PART$, $DISTANCE$)
murderMessage=$KILLER$ [$WEAPON$ ($PART$)] $VICTIM$
# Enables or disables the display of murder messages
enableMurder=true
# Murder message that is displayed to all when a user is killed by a mob (Tags: $VICTIM$, $KILLER$)
deathMessage=$VICTIM$ was killed by a $KILLER$.
# Enables or disables the display of death messages
enableDeath=true
# Enables/Disables the display of "Unknown Command" when an unrecognized command is typed
unknownCommand=true
# Enables/Disables the display of [PM to] and [PM from] in front of the user's name. If false, it will display before the message
nextToName=true
# Toggles the display of a user's rank prefix
removePrefix=false
[Logs]
# When the plugin says something in chat, be it PM or broadcast to all, it will show in the logs
logPluginChat=true
# Number of chat logs the file will accept. If the number of chat logs exceeds this number, the extraneous file(s) will be deleted.
chatLogCap=15
# Number of logs the file will accept. If the number of logs exceeds this number, the extraneous file(s) will be deleted.
logCap=15
[Movement]
# Enables or Disables teleport requesting.
teleportRequest=true
[MySQL]
# IP for the MySQL whitelist database.
host=localhost
# Port for the MySQL whitelist database.
port=3306
# Database name for the MySQL whitelist database.
database=RustEssentials
# Username for the MySQL whitelist database.
user=root
# Password for the MySQL whitelist database.
pass=
[Inheritance]
# If true, users will inherit their assigned commands plus the ones useable by those of lower ranks.
inheritCommands=true
# If true, users will inherit their assigned kits plus the ones useable by those of lower ranks.
inheritKits=true
May a make something wrong ?