mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-02 17:09:35 +01:00
46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
#
|
|
# WorldGuard's configuration file
|
|
#
|
|
# About editing this file:
|
|
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
|
|
# you use an editor like Notepad++ (recommended for Windows users), you
|
|
# must configure it to "replace tabs with spaces." In Notepad++, this can
|
|
# be changed in Settings > Preferences > Language Menu.
|
|
# - Don't get rid of the indents. They are indented so some entries are
|
|
# in categories (like "enforce-single-session" is in the "protection"
|
|
# category.
|
|
# - If you want to check the format of this file before putting it
|
|
# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
|
|
# and see if it gives "ERROR:".
|
|
# - Lines starting with # are commentsand so they are ignored.
|
|
#
|
|
# WARNING:
|
|
# Remember to check the compatibility spreadsheet for WorldGuard to see
|
|
# if any features are currently broken in your version of Bukkit.
|
|
#
|
|
|
|
summary-on-start: on
|
|
|
|
blacklist:
|
|
logging:
|
|
console:
|
|
enable: on
|
|
database:
|
|
enable: off
|
|
dsn: jdbc:mysql://localhost:3306/minecraft
|
|
user: root
|
|
password: pass
|
|
table: blacklist_events
|
|
file:
|
|
enable: on
|
|
path: worldguard/logs/%w-%Y-%m-%d.log
|
|
open-files: 10
|
|
|
|
# For permissions, see http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
|
|
permissions:
|
|
users:
|
|
sk89q:
|
|
permissions:
|
|
- worldguard.region.*
|
|
- worldgurad.god
|