Merge branch 'v3.0' into v3.0

This commit is contained in:
mikeprimm 2019-12-15 00:46:31 -06:00 committed by GitHub
commit bf404ee626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 2125 additions and 179 deletions

View file

@ -156,6 +156,9 @@ public class DynmapPlugin
private boolean isMCPC = false;
private boolean useSaveFolder = true;
private Field displayName = null; // MCPC+ display name
private static final int SIGNPOST_ID = 63;
private static final int WALLSIGN_ID = 68;
private static final int SIGNPOST_ID = 63;
private static final int WALLSIGN_ID = 68;
@ -516,6 +519,11 @@ public class DynmapPlugin
public int getBlockIDAt(String wname, int x, int y, int z) {
return -1;
}
@Override
public int isSignAt(String wname, int x, int y, int z) {
return -1;
}
@Override
public int isSignAt(String wname, int x, int y, int z) {

View file

@ -140,7 +140,7 @@ components:
messagettl: 5
# Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages
#scrollback: 100
# Optiona; set maximum number of lines visible for chatbox
# Optional: set maximum number of lines visible for chatbox
#visiblelines: 10
# Optional: send push button
sendbutton: false