Skip to content

Configuration

matejdro edited this page Jun 27, 2011 · 9 revisions

PLEASE NOTE

If you edit any config files whilst the server is running you MUST type /portal reload in-game to reload the config from file. If you reboot the server, the plugin will over-write the file with the current running config. If you wish to edit a config option in-game, use /portal flag <region> <property> <value>

config.yml

Config.yml contains properties that affect the entire server.


compact-portal

Compact portal setting will change bulky portals into compacter ones. This option is still very buggy, so i recommend using bulky old portals.

disabled-worlds

You can use this to disable PortalStick on certain worlds. List the worlds one per line like so '- worldname'. Example:

disabled-worlds: 
 - world1
 - world2

delete-on-quit

If set to true, a players portals will be deleted when they quit

portal-tool

Item used for creating portals. Default: stick (280)

region-tool

Item used to create regions. Default: wooden sword (268)

restore-inventory-on-world-change

Should your inventory be restored when you leave a region with its own inventory by teleporting to another world? Generally this should be enabled to prevent item smuggling. But if you have another plugin that changes player's inventory when teleporting through worlds, you should disable this.

regions.yml

In regions.yml, there are settings for each region. Before modifying this file, create your regions. Special region is global, which covers spaces that are not already covered by your regions. The global region affects all worlds - do NOT edit the 'location' property.

Some region propertys (where it is a single value like true/false, or an integer) can be edited in game using the /portal flag command. Check the commands section on how to use this.


location

This is used for storage of region location. You should not modify it.

enable-emancipation-grill

Can Material Emancipation Grills be created in this region?

all-blocks-allow-portals

Can portals be placed on all block types inside this region? If enabled, this setting ignores portallable-blocks setting.

velocity-multiplier

When you fly through portals inside this region, your speed will be multiplied by this number. Use for long/high jumps.

enable-fall-damage-boots

If set to true, a player won't receive fall damage if wearing anti-damage boots (default diamond boots)

delete-portals-on-exitentrance

When player leaves or enters this region, should their portals be deleted?

fall-damage-boots

Type of boots for anti fall damage boots. Default: Diamond boots (313)

enable-portals

Can players place portals inside this region?

infinite-dispensers

By turning on this setting, you can make all dispensers in this region infinite (they will not run out of items). Just put desired item on center block of the dispenser.

transparent-blocks

List of blocks that you can shoot portals through in this region.

teleport-liquids

Can liquids (water and lava) be teleported through portals in this region.

grills-clear-inventory

Should Material Emancipation Grills placed in this region clear player's inventory when they walk through.

grills-clear-item-drops

By enabling this setting, Material Emancipation Grills in this region will clear any items that player dropped. Useful if your test chamber needs player to drop item onto pressure plate, so chamber will be automatically reseted when player leaves it.

teleport-vehicles

Can vehicles (minecarts, boats) be teleported through portals inside this region?

unique-inventory

Does this region have unique inventory? That means that when player enters region, his inventory will be saved and he will get new temporary inventory. After leaving region, he will get his old inventory back

emancipation-grill-material

Material which is used as frame for Material Emancipation Grills in this region. To specify something like orange wool, place the wool type with a colon after the block type e.g. '35:1'

obey-worldguard-permissions

Can you place portal in this region if WorldGuard restricts building here?

portallable-blocks

Which blocks can portal be created on. One block per line like so: - 3

prevent-creating-portal-through-portal

Enabling this setting will prevent players from shooting portal through portal (when you create portal, you can see behind it which can be easily exploited. This protection fixes that).

prevent-creating-portal-through-closed-door

This seting will enable protection against shooting portals through closed doors. You can use that, so players can only shoot portals through open door, so they can shoot portals when test allows them to (redstone doors).

enable-aerial-faith-plates

Should aerial faith plates be enabled?

aerial-faith-plate-block

Which blocks is used as aerial faith plate block? Default: diamond block (57)

aerial-faith-plate-power

Define power of the aerial faith plate. Syntax: "horizontal power-vertical power".

enable-blue-gel-blocks

Should blue gel blocks be enabled?

blue-gel-horizontal-velocity-multiplier

When you bounce from blue gel block, for how much will your horizontal velocity multiply?

blue-gel-vertical-velocity-multiplier

When you bounce from blue gel block, for how much will your vertical velocity multiply?

blue-gel-vertical-bounce-velocity

When you just walk on blue gel block, how much vertical velocity will you receive? This also defines minimal vertical velocity when bouncing from blue gel block.

blue-gel-horizontal-bounce-velocity

When you just walk to blue gel block, how much horizontal velocity will you receive? This also defines minimal horizontal velocity when bouncing from blue gel block.

enable-red-gel-blocks

Should red gel blocks be enabled?

red-gel-velocity-multiplier

How big speedup will you receive, when you walk over red gel block?

enable-sounds

Should aerial faith plate and blue gel block emit sounds, when you step on them or bounce from them?

unique-inventory-items

Which items will player get when he enters unique inventory area or go through emancipation grill?

grill-inventory-clear-exceptions

Which items should player keep when he go through emancipation grill?

prevent-tnt-near-portals

Should we prevent TNT from blowing up near portals? Players won't get free wool regardless of this setting.

enable-transferring-redstone-current

Should we transfer redstone current through portals?

Clone this wiki locally