MinecraftManagerPlugin/src/main/resources/config.yml

51 lines
1.3 KiB
YAML
Raw Normal View History

2018-09-12 15:55:10 +00:00
# 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, <player>!"
commands:
- "broadcast <player> has been accepted!"
# Denying an application
deny:
message: "Your application was denied, <player>."
commands:
- "mute <player>"
django:
# URL to the base MCM API
url: "http://localhost:8000/api/"
# MCM API password - defined in your Django settings
api: "Testing1"