Add spout controls (enable/disable, use-existing-textures), load other spout mods first
This commit is contained in:
parent
a7740f2dc9
commit
edb6f75014
4 changed files with 92 additions and 51 deletions
|
|
@ -377,6 +377,15 @@ url:
|
|||
# markers base URL
|
||||
#markers: "tiles/"
|
||||
|
||||
# Spout support controls
|
||||
spout:
|
||||
# If false, ignore spout even if detected
|
||||
enabled: true
|
||||
# If true, previously loaded textures will be assumed to still be valid (faster startup, but
|
||||
# can result in stale textures if originals are updated - delete files in texturepacks/standard/spoout
|
||||
# to clean cached textures and force reload on next startup)
|
||||
use-existing-textures: true
|
||||
|
||||
# Set to true to enable verbose startup messages - can help with debugging map configuration problems
|
||||
# Set to false for a much quieter startup log
|
||||
verbose: false
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: dynmap
|
|||
main: org.dynmap.bukkit.DynmapPlugin
|
||||
version: "${project.version}-${BUILD_NUMBER}"
|
||||
authors: [FrozenCow, mikeprimm]
|
||||
softdepend: [ Permissions, PermissionEx, bPermissions, PermissionsBukkit, SpoutMaterials ]
|
||||
softdepend: [ Permissions, PermissionEx, bPermissions, PermissionsBukkit ]
|
||||
commands:
|
||||
dynmap:
|
||||
description: Controls Dynmap.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue