Server Guide
This feature requires Universal Chat 1.8.0 Beta 2 or later
Server Guide Feature Overview
The Server Guide is a tool that lets you create a FAQ and add information to assist players. It allows players to ask questions about your server based on the details you provide. Additionally, it supports the use of placeholders.
How to start using it
Navigate to plugins/UniversalChat/ServerGuide.txt
In ServerGuide.txt, you will see the following example file:
Change "ExampleServer" to your actual server name
Under context, add placeholders with proper names for example, if you want a player to know how much money they have, Do it like this:
?vault_eco_balance is the placeholder
And "Player Current Balance" is a name for ML model to answer a question.
Now a player can type "/serverguide How much money do I have?"
Adding information
To add information about your server, for example, if PVP is allowed, add it under "Faq & Information", Use the example below:
Now a player can type "/serverguide am I allowed to pvp?"
Players can use normal language to ask questions, and there is no specific way! For example, they can type "is pvp allowed?" or "Is pvp allowed on this server"
Last updated