Updates information about plugin settings
This commit is contained in:
parent
2fec641d9d
commit
336c3c4bfb
68
README.md
68
README.md
@ -137,10 +137,12 @@ while the per-gate costs re defined in the .gate files. To define a certain cost
|
|||||||
.gate file:
|
.gate file:
|
||||||
|
|
||||||
```
|
```
|
||||||
usecost=5
|
economy:
|
||||||
destroycost=5
|
useEconomy: true
|
||||||
createcost=5
|
createCost: 5
|
||||||
toowner=true
|
destroyCost: 5
|
||||||
|
useCost: 5
|
||||||
|
toOwner: true
|
||||||
```
|
```
|
||||||
|
|
||||||
# Custom Gate Layout
|
# Custom Gate Layout
|
||||||
@ -231,34 +233,44 @@ There is a default gate type for underwater gates. There are no real restriction
|
|||||||
normal buttons cannot be used since they'd fall off. Using wall coral fans work much better, though `CHEST` and
|
normal buttons cannot be used since they'd fall off. Using wall coral fans work much better, though `CHEST` and
|
||||||
`SHULKER_BOX` works too.
|
`SHULKER_BOX` works too.
|
||||||
|
|
||||||
Using `AIR` for a closed underwater gate looks weird, so `WATER` might be better.
|
Using `AIR` for a closed underwater gate looks weird, so `WATER` might be better. If using `AIR` for the closed gate,
|
||||||
|
you need to make sure it actually contains air when creating it.
|
||||||
|
For partially submerged portals, like ones used for boat teleportation, you need to keep water away
|
||||||
|
from the portal entrance/opening until it's been created.
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
```
|
```
|
||||||
default-gate-network - The default gate network
|
language - The language to use (Included languages: en, de, es, fr, hu, it, nb-no, nl, nn-no, pt-br, ru)
|
||||||
portal-folder - The folder your portal databases are saved in
|
folders:
|
||||||
gate-folder - The folder containing your .gate files
|
portalFolder - The folder your portal databases are saved in
|
||||||
destroyexplosion - Whether to destroy a stargate with explosions, or stop an explosion if it contains a gates controls.
|
gateFolder - The folder containing your .gate files
|
||||||
useeconomy - Whether or not to use Economy
|
gates:
|
||||||
createcost - The cost to create a stargate
|
maxGatesEachNetwork - If non-zero, will define the maximum amount of gates allowed on any network.
|
||||||
destroycost - The cost to destroy a stargate (Can be negative for a "refund"
|
defaultGateNetwork - The default gate network
|
||||||
usecost - The cost to use a stargate
|
cosmetic:
|
||||||
chargefreedestination - Enable to allow free travel from any gate to a free gate
|
rememberDestination - Whether to set the first destination as the last used destination for all gates
|
||||||
freegatesgreen - Enable to make gates that won't cost the player money show up as green
|
sortNetworkDestinations - If true, network lists will be sorted alphabetically.
|
||||||
toowner - Whether the money from gate-use goes to the owner or nobody
|
signColor - This allows you to specify the color of the gate signs.
|
||||||
maxgates - If non-zero, will define the maximum amount of gates allowed on any network.
|
integrity:
|
||||||
chosenLanguage - The language to use (Included languages: en, de)
|
destroyedByExplosion - Whether to destroy a stargate with explosions, or stop an explosion if it contains a gates controls.
|
||||||
destMemory - Whether to set the first destination as the last used destination for all gates
|
verifyPortals - Whether or not all the non-sign blocks are checked to match the gate layout when an old stargate is loaded at startup.
|
||||||
ignoreEntrance - Set this option to true to not check the entrance of a gate on startup. This is a workaround for snowmen breaking gates.
|
protectEntrance - If true, will protect from users breaking gate entrance blocks (This is more resource intensive than the usual check, and should only be enabled for servers that use solid open/close blocks)
|
||||||
handleVehicles - Whether or not to handle vehicles going through gates. Set to false to disallow vehicles (Manned or not) going through gates.
|
ignoreEntranceSet this option to true to not check the entrance of a gate on startup. This is a workaround for snowmen breaking gates.
|
||||||
sortLists - If true, network lists will be sorted alphabetically.
|
functionality:
|
||||||
protectEntrance - If true, will protect from users breaking gate entrance blocks (This is more resource intensive than the usual check, and should only be enabled for servers that use solid open/close blocks)
|
enableBungee - Enable this for BungeeCord support. This allows portals across Bungee servers.
|
||||||
signColor: This allows you to specify the color of the gate signs. Valid colors:
|
handleVehicles - Whether or not to handle vehicles going through gates. Set to false to disallow vehicles (Manned or not) going through gates.
|
||||||
verifyPortals: Whether or not all the non-sign blocks are checked to match the gate layout when an old stargate is loaded at startup.
|
economy:
|
||||||
|
useEconomy - Whether or not to use Economy
|
||||||
debug: Whether to show massive debug output
|
createCost - The cost to create a stargate
|
||||||
permdebug: Whether to show massive permission debug output
|
destroyCost - The cost to destroy a stargate (Can be negative for a "refund"
|
||||||
|
useCost - The cost to use a stargate
|
||||||
|
toOwner - Whether the money from gate-use goes to the owner or nobody
|
||||||
|
chargeFreeDestination - Enable to allow free travel from any gate to a free gate
|
||||||
|
freeGatesGreen - Enable to make gates that won't cost the player money show up as green
|
||||||
|
debugging:
|
||||||
|
debug - Whether to show massive debug output
|
||||||
|
permissionDebug - Whether to show massive permission debug output
|
||||||
```
|
```
|
||||||
|
|
||||||
# Message Customization
|
# Message Customization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user