# The port to listen for commands on port: 9999 # Enable/Disable Staff Chat (Highly recommended to enable) # You can disable this if another chat plugin provides staff chat functionality and a log file for your Django project to read staff-chat: enabled: true prefix: - "#" rules: enabled: true rules: - "Be respectful of other players and staff." - "Do not troll, harass, or ruin the game-play of other players. No PvP unless agreed upon." - "Respect the boundaries of other players and Spawn." - "No cheating. (X-ray, Duping, etc.)" - "Don't steal. All chests are private unless marked otherwise." application: validate: true answer: "24karrot" permissions: # Can be PermissionsEX or LuckPerms engine: "PermissionsEX" # The name of the group to promote to if accepted promote: "member" # All commands are ONLY executed if the player is online # Accepting an application accept: message: "Welcome to the community, !" commands: - "broadcast has been accepted!" # Denying an application deny: message: "Your application was denied, ." commands: - "mute " django: # URL to the base MCM API url: "http://localhost:8000/api/" # MCM API password - defined in your Django settings api: "Testing1"