mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-18 23:27:35 +01:00
Improved README.
This commit is contained in:
parent
8c51795b1a
commit
f7099f2093
32
README.txt
32
README.txt
@ -22,11 +22,11 @@ use or not:
|
|||||||
- Notify admins, block, log, kick or ban for the use of certain block types
|
- Notify admins, block, log, kick or ban for the use of certain block types
|
||||||
or items.
|
or items.
|
||||||
- Temporarily stop fire globally with some commands.
|
- Temporarily stop fire globally with some commands.
|
||||||
- Fix the block lag.
|
|
||||||
- Destroy tools on drop to alleviate the durability cheat.
|
- Destroy tools on drop to alleviate the durability cheat.
|
||||||
- OR just fix the durability bug.
|
- OR just fix the durability bug. *Requires special version of hMod
|
||||||
- Prevent gravel and sand from falling.
|
- Prevent gravel and sand from falling. *Requires special version of hMod
|
||||||
- Allow portal blocks to be placed anywhere.
|
- Allow portal blocks to be placed anywhere.
|
||||||
|
*Requires special version of hMod
|
||||||
|
|
||||||
hMod is required as WorldGuard is a plugin for hMod.
|
hMod is required as WorldGuard is a plugin for hMod.
|
||||||
|
|
||||||
@ -38,22 +38,18 @@ WorldGuard on your server. You can either restart your server or use
|
|||||||
/reloadplugin WorldGuard to reload the configuraton file after editing it.
|
/reloadplugin WorldGuard to reload the configuraton file after editing it.
|
||||||
|
|
||||||
NOTE: Some features may require a custom version of hMod. When the server
|
NOTE: Some features may require a custom version of hMod. When the server
|
||||||
is loaded with the plugin, WorldGuard will tell you missing features. Below
|
is loaded with the plugin, WorldGuard will tell you the features
|
||||||
the required hooks will be mentioned in square brackets below each
|
unsupported by your version of hMod.
|
||||||
feature, allowing to see what your server has or needs to use a certain
|
|
||||||
feature of WorldGuard. A list of missing hooks will be printed when you
|
|
||||||
start your server with Worldguard.
|
|
||||||
|
|
||||||
- summary-on-start (def. false)
|
- summary-on-start (def. false)
|
||||||
Print a summary of WorldGuard's protection settings at-a-glance when
|
Print a summary of WorldGuard's protection settings at-a-glance when
|
||||||
the plugin is loaded.
|
the plugin is loaded.
|
||||||
|
|
||||||
- item-durability (def. true)
|
- item-durability (def. true)
|
||||||
[Requires ITEM_PICK_UP]
|
**Requires special version of hMod
|
||||||
Enables item durability.
|
Enables item durability.
|
||||||
|
|
||||||
- classic-water (def. false)
|
- classic-water (def. false)
|
||||||
[Requires hook FLOW]
|
|
||||||
Toggle use of classic water. Be foreward that your world may be
|
Toggle use of classic water. Be foreward that your world may be
|
||||||
flooded if you are not careful. If you have WorldEdit, you can use
|
flooded if you are not careful. If you have WorldEdit, you can use
|
||||||
//drain in such an event, although that will drain the entire pool
|
//drain in such an event, although that will drain the entire pool
|
||||||
@ -62,7 +58,6 @@ start your server with Worldguard.
|
|||||||
spread (preventing waterfalls from becoming tsunamis).
|
spread (preventing waterfalls from becoming tsunamis).
|
||||||
|
|
||||||
- simulate-sponge (def. false)
|
- simulate-sponge (def. false)
|
||||||
[Requires hook FLOW]
|
|
||||||
Toggle simulation of the sponge from Classic. It blocks water from
|
Toggle simulation of the sponge from Classic. It blocks water from
|
||||||
flowing near the sponge.
|
flowing near the sponge.
|
||||||
|
|
||||||
@ -72,15 +67,15 @@ start your server with Worldguard.
|
|||||||
increase server load exponentially, although 3-5 has fairly low impact.
|
increase server load exponentially, although 3-5 has fairly low impact.
|
||||||
|
|
||||||
- no-physics-gravel (def. false)
|
- no-physics-gravel (def. false)
|
||||||
[Requires hook BLOCK_PHYSICS]
|
**Requires special version of hMod
|
||||||
Prevents gravel from falling due to gravity.
|
Prevents gravel from falling due to gravity.
|
||||||
|
|
||||||
- no-physics-sand (def. false)
|
- no-physics-sand (def. false)
|
||||||
[Requires hook BLOCK_PHYSICS]
|
**Requires special version of hMod
|
||||||
Prevents sand from falling due to gravity.
|
Prevents sand from falling due to gravity.
|
||||||
|
|
||||||
- allow-portal-anywhere (def. false)
|
- allow-portal-anywhere (def. false)
|
||||||
[Requires hook BLOCK_PHYSICS]
|
**Requires special version of hMod
|
||||||
Allows you to place portal blocks anywhere.
|
Allows you to place portal blocks anywhere.
|
||||||
|
|
||||||
- enforce-single-session (def. true)
|
- enforce-single-session (def. true)
|
||||||
@ -90,36 +85,29 @@ start your server with Worldguard.
|
|||||||
the new session starts.
|
the new session starts.
|
||||||
|
|
||||||
- block-tnt (def. false)
|
- block-tnt (def. false)
|
||||||
[Requires hook EXPLODE]
|
|
||||||
Block TNT explosions. TNT will still explode client-side but the blocks
|
Block TNT explosions. TNT will still explode client-side but the blocks
|
||||||
will be "restored" in a few seconds afterwards.
|
will be "restored" in a few seconds afterwards.
|
||||||
|
|
||||||
- block-lighter (def. false)
|
- block-lighter (def. false)
|
||||||
[Requires hook IGNITE]
|
|
||||||
Block flint and steel fires. Those with access to the commands
|
Block flint and steel fires. Those with access to the commands
|
||||||
/uselighter or /lighter can bypass this. /uselighter is not a real
|
/uselighter or /lighter can bypass this. /uselighter is not a real
|
||||||
command; it is only used for permissions.
|
command; it is only used for permissions.
|
||||||
|
|
||||||
- block-creepers (def. false)
|
- block-creepers (def. false)
|
||||||
[Requires hook EXPLODE]
|
|
||||||
Block creeper explosions from destroying terrain (and possibly from
|
Block creeper explosions from destroying terrain (and possibly from
|
||||||
causing damage).
|
causing damage).
|
||||||
|
|
||||||
- disable-lava-fire (def. false)
|
- disable-lava-fire (def. false)
|
||||||
[Requires hook IGNITE]
|
|
||||||
Prevent lava from starting fires.
|
Prevent lava from starting fires.
|
||||||
|
|
||||||
- allowed-lava-spread-blocks (no default)
|
- allowed-lava-spread-blocks (no default)
|
||||||
[Requires hook FLOW]
|
|
||||||
List of block names/IDs to allow lava to spread to. Leave blank
|
List of block names/IDs to allow lava to spread to. Leave blank
|
||||||
to disable this feature.
|
to disable this feature.
|
||||||
|
|
||||||
- disable-all-fire-spread (def. false)
|
- disable-all-fire-spread (def. false)
|
||||||
[Requires hook IGNITE]
|
|
||||||
Disable all fire from spreading.
|
Disable all fire from spreading.
|
||||||
|
|
||||||
- disallowed-fire-spread-blocks (no default)
|
- disallowed-fire-spread-blocks (no default)
|
||||||
[Requires hook FLOW]
|
|
||||||
List of block names/IDs to prevent fire from spreading to. Leave blank
|
List of block names/IDs to prevent fire from spreading to. Leave blank
|
||||||
to disable this feature. Enabling disable-all-fire-spread will
|
to disable this feature. Enabling disable-all-fire-spread will
|
||||||
override this function.
|
override this function.
|
||||||
@ -188,7 +176,6 @@ Commands
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
- /stopfire and /allowfire
|
- /stopfire and /allowfire
|
||||||
[Requires hook IGNITE]
|
|
||||||
Disables and enables fire spread globally. Both commands require the
|
Disables and enables fire spread globally. Both commands require the
|
||||||
permission to use only "/stopfire. Re-enabling fire spread with this
|
permission to use only "/stopfire. Re-enabling fire spread with this
|
||||||
command will not override other fire spread control features of
|
command will not override other fire spread control features of
|
||||||
@ -199,7 +186,6 @@ Server Commands
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
- fire-stop and fire-allow
|
- fire-stop and fire-allow
|
||||||
[Requires hook IGNITE]
|
|
||||||
Disables and enables fire spread globally. Re-enabling fire spread
|
Disables and enables fire spread globally. Re-enabling fire spread
|
||||||
with this command will not override other fire spread control features
|
with this command will not override other fire spread control features
|
||||||
of WorldGuard. Note that disabling fire does not disable fire damage
|
of WorldGuard. Note that disabling fire does not disable fire damage
|
||||||
|
Loading…
Reference in New Issue
Block a user