mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-12-19 07:38:12 +01:00
Removed mention of the block lag fix.
This commit is contained in:
parent
ba523ce3f3
commit
8c51795b1a
@ -131,14 +131,6 @@ start your server with Worldguard.
|
|||||||
this is an easier way to do it (this way also prints a more
|
this is an easier way to do it (this way also prints a more
|
||||||
friendly message than if you used the 'tell' action of the blacklist).
|
friendly message than if you used the 'tell' action of the blacklist).
|
||||||
|
|
||||||
- block-lag-fix (def. false)
|
|
||||||
Attempts to fix block lag. For maximum compatibility with other plugins,
|
|
||||||
you must list WorldGuard as the first plugin in server.properties and
|
|
||||||
you cannot reload or enable WorldGuard while the server is up.
|
|
||||||
This is for bad plugins that unnecessarily use the "critical" priority
|
|
||||||
for its hooks like the LWC. Most plugins, the popular protection ones
|
|
||||||
included, don't do that though so this won't apply for most people.
|
|
||||||
|
|
||||||
- log-console (def. true)
|
- log-console (def. true)
|
||||||
For blacklist log actions, print to console.
|
For blacklist log actions, print to console.
|
||||||
|
|
||||||
|
@ -16,9 +16,6 @@ sponge-radius=3
|
|||||||
# Simulate classic water
|
# Simulate classic water
|
||||||
classic-water=false
|
classic-water=false
|
||||||
|
|
||||||
# Fix block lag
|
|
||||||
block-lag-fix=false
|
|
||||||
|
|
||||||
# Adjust physics
|
# Adjust physics
|
||||||
allow-portal-anywhere=false
|
allow-portal-anywhere=false
|
||||||
no-physics-gravel=false
|
no-physics-gravel=false
|
||||||
|
Loading…
Reference in New Issue
Block a user