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:
Server Name = "ExampleServer"
Context:
Current server time: ?localtime_time
FAQ & Information:
What version of Minecraft is the server running? Our server currently runs on [version]. We recommend using this version for the best experience.
Do I need mods to play? No mods are required unless stated otherwise. However, we may support optional mods or resource packs for an enhanced experience.
What are the server rules?
No griefing or stealing
No cheating or using hacked clients
Be respectful to other players
No spamming or advertising
Follow staff instructions
Breaking these rules may result in a ban.
Is the server free to play?Yes! Our server is completely free to join. However, we do offer optional ranks and perks to support the server.
How can I report a player or issue?If you encounter a problem, use /report [player] [reason] in-game or contact a staff member on our Discord.
How do I become a staff member?We periodically open staff applications. Keep an eye on our Discord or website for announcements.
Are there any special events or minigames? Yes! We frequently host events, including build contests, PvP tournaments, and seasonal celebrations. Check our Discord or website for event schedules.
How do I donate to the server? You can support the server by purchasing ranks, perks, or donating through our store at blockstore.com.
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:
Context:
Player Current Balance: ?vault_eco_balance
?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:
FAQ & Information:
Is PVP allowed? PVP is fully allowed if both players consent
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