Restructures the plugin and starts work on cleaning and commenting the code
This commit is contained in:
54
src/main/resources/config.yml
Normal file
54
src/main/resources/config.yml
Normal file
@ -0,0 +1,54 @@
|
||||
# stargate Configuration File
|
||||
# Main stargate config
|
||||
#
|
||||
# portal-folder - The folder for storing portals
|
||||
# gate-folder - The folder for storing gate layouts
|
||||
# default-gate-network - The default gate network
|
||||
# destroyexplosion - Whether or not to destroy gates with explosions (Creeper, TNT, etc)
|
||||
# maxgates - The maximum number of gates allowed on a network - 0 for unlimited
|
||||
# lang - The language file to load for messages
|
||||
# destMemory - Whether to remember the cursor location between uses
|
||||
# ignoreEntrance - Ignore the entrance blocks of a gate when checking. Used to work around snowmen
|
||||
# handleVehicles - Whether to allow vehicles through gates
|
||||
# sortLists - Whether to sort network lists alphabetically
|
||||
# protectEntrance - Whether to protect gate entrance material (More resource intensive. Only enable if using destroyable open/closed material)
|
||||
# signColor - The color used for drawing signs (Default: BLACK).
|
||||
# verifyPortals - Whether or not all the non-sign blocks are checked to match the gate layout when a stargate is loaded.
|
||||
############################
|
||||
# stargate economy options #
|
||||
############################
|
||||
# useeconomy - Whether to use an economy plugin
|
||||
# createcost - The cost to create a gate
|
||||
# destroycost - The cost to destroy a gate
|
||||
# usecost - The cost to use a gate
|
||||
# toowner - Whether the charge for using a gate goes to the gates owner
|
||||
# chargefreedestination - Whether a gate whose destination is a free gate is still charged
|
||||
# freegatesgreen - Whether a free gate in the destination list is drawn green
|
||||
#################
|
||||
# Debug options #
|
||||
#################
|
||||
# debug - Debug -- Only enable if you have issues, massive console output
|
||||
# permdebug - This will output any and all Permissions checks to console, used for permissions debugging (Requires debug: true)
|
||||
portal-folder: plugins/stargate/portals/
|
||||
gate-folder: plugins/stargate/gates/
|
||||
default-gate-network: central
|
||||
destroyexplosion: false
|
||||
maxgates: 0
|
||||
lang: en
|
||||
destMemory: false
|
||||
ignoreEntrance: false
|
||||
handleVehicles: true
|
||||
sortLists: false
|
||||
protectEntrance: false
|
||||
signColor: BLACK
|
||||
useeconomy: false
|
||||
createcost: 0
|
||||
destroycost: 0
|
||||
usecost: 0
|
||||
toowner: false
|
||||
chargefreedestination: true
|
||||
freegatesgreen: false
|
||||
debug: false
|
||||
permdebug: false
|
||||
enableBungee: false
|
||||
verifyPortals: false
|
Reference in New Issue
Block a user