From f3b1c6f71fabf00a7fe573ac7e31285a727156cc Mon Sep 17 00:00:00 2001 From: ShadedJon Date: Sat, 7 Nov 2015 21:32:22 -0800 Subject: [PATCH 1/2] Config comments Unsure on a couple items. Also unsure if a moderator is able to revive a snitch, or if it's an admin as listed in the config. Also unsure if there is a namelayer permission associated to juke culling. Also unsure if you need to type /jainfo to stop the culling. --- config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 184fb76d..d43bf2e3 100644 --- a/config.yml +++ b/config.yml @@ -6,12 +6,19 @@ mysql: database: minecraft port: 3306 prefix: '' +# mysql settings. settings: defaultCuboidSize: 11 +# how big of a cube the juke will record actions inside of. 11 * 11 * 11 by default. logsPerPage: 10 +# how many actions will be shown on each page of /jainfo. daysFromLastAdminVisitForLoggedSnitchCulling: 0 +# 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. daysFromLastAdminVisitForNonLoggedSnitchCulling: 0 +# unsure allowTriggeringLevers: false +# allows players to trigger redstone circuits if players enter, logs into, opens chests, places blocks, or breaks blocks within the snitch radius. togglerestartgroupcheck: false +# unsure mercury: - broadcastallservers: false \ No newline at end of file + broadcastallservers: false From 6d06ee187bbc78bf6d2816e8bddc436b1cf32f7a Mon Sep 17 00:00:00 2001 From: ShadedJon Date: Sun, 8 Nov 2015 11:28:30 -0800 Subject: [PATCH 2/2] Fixed comment position --- config.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.yml b/config.yml index d43bf2e3..9d479d01 100644 --- a/config.yml +++ b/config.yml @@ -1,3 +1,4 @@ +# mysql settings. mysql: username: '' host: localhost @@ -6,19 +7,19 @@ mysql: database: minecraft port: 3306 prefix: '' -# mysql settings. settings: - defaultCuboidSize: 11 # 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 -# how many actions will be shown on each page of /jainfo. +# 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 will require a moderator or higher on the namelayer group to visit the JukeBox or Notebox before it is removed. +# 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 -# unsure - allowTriggeringLevers: false # allows players to trigger redstone circuits if players enter, logs into, opens chests, places blocks, or breaks blocks within the snitch radius. - togglerestartgroupcheck: false + allowTriggeringLevers: false # unsure + togglerestartgroupcheck: false mercury: +# mercury integration for sharding. If set to true will send jukealert messages to all server worlds. broadcastallservers: false