diff --git a/config.yml b/config.yml index 184fb76d..9d479d01 100644 --- a/config.yml +++ b/config.yml @@ -1,3 +1,4 @@ +# mysql settings. mysql: username: '' host: localhost @@ -7,11 +8,18 @@ mysql: port: 3306 prefix: '' settings: +# how big of a cube the juke will record actions inside of. 11 * 11 * 11 by default. defaultCuboidSize: 11 +# how many entries will be shown on each page of /jainfo. logsPerPage: 10 +# if set to anything above 0, it will require a moderator or higher on the namelayer group to visit the JukeBox or Notebox before it is removed this setting applies if actions have occured on the snitch. daysFromLastAdminVisitForLoggedSnitchCulling: 0 +# if set to anything above 0, it requires the same as above, but this applies to snitches with no logged actions in the specified timeframe. daysFromLastAdminVisitForNonLoggedSnitchCulling: 0 +# allows players to trigger redstone circuits if players enter, logs into, opens chests, places blocks, or breaks blocks within the snitch radius. allowTriggeringLevers: false +# unsure togglerestartgroupcheck: false mercury: - broadcastallservers: false \ No newline at end of file +# mercury integration for sharding. If set to true will send jukealert messages to all server worlds. + broadcastallservers: false