📜Rules

When a player joins for the first time, a GUI opens displaying the rules module. This interface includes an Accept slot and a Decline slot, with an information slot in the middle that provides the URL to the rules. If a player presses Decline, they are immediately kicked from the server. If the player accepts the rules, the menu closes and will not appear again on subsequent logins.

Settings

Find document in mongodb:

db.getCollection('settings').find({ "name" : "rules" })

Default settings:

{
    "name" : "rules",
    "rulesUrl" : "https://rules.fedustria.net/"
}

Last updated