-
-
Notifications
You must be signed in to change notification settings - Fork 48
Added /fly command and adjusted sleep requirement. #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 9 commits
d49a543
0213f1d
afac110
4f0861e
e4ee5ed
e46fcc7
58e577c
793cfe2
ae9d0ff
ec43be8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -259,7 +259,7 @@ <h2 id="feature-vane-bedtime--night_to_day"> | |
| </h2> | ||
| <div id="body-feature-vane-bedtime--night_to_day" class="hidden"> | ||
| <div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900"> | ||
| <div class="prose prose-slate prose-img:rounded-xl prose-img:w-1/3 prose-img:sm:m-4 prose-img:w-full prose-img:sm:w-1/2 prose-img:lg:w-2/5 prose-img:min-w-32 prose-img:max-w-full prose-img:float-right prose-img:clear-right prose-h1:clear-right prose-h2:clear-right prose-img:float-right dark:prose-invert max-w-none"><p>Once at least 50% of all players in the world are asleep, the night is skipped with a smooth transition to the next day.</p></div> | ||
| <div class="prose prose-slate prose-img:rounded-xl prose-img:w-1/3 prose-img:sm:m-4 prose-img:w-full prose-img:sm:w-1/2 prose-img:lg:w-2/5 prose-img:min-w-32 prose-img:max-w-full prose-img:float-right prose-img:clear-right prose-h1:clear-right prose-h2:clear-right prose-img:float-right dark:prose-invert max-w-none"><p>Once at least 20% of all players in the world are asleep, the night is skipped with a smooth transition to the next day.</p></div> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The limit is back to 50%, you should regenerate the docs |
||
| <div class="clear-right"><!-- spacer --></div> | ||
| </div> | ||
| </div> | ||
|
|
@@ -2159,6 +2159,15 @@ <h2>Portals & Regions</h2> | |
| <ul> | ||
| <li>Admins of the region can change the portal settings</li> | ||
| <li>The visibility of the portal can be restricted to either players that have the portal permission or other portals that are in a region with the same region group.</li> | ||
| </ul> | ||
| <h2>Flight in Regions</h2> | ||
|
junerhobart marked this conversation as resolved.
|
||
| <p>Players with admin or friend roles in a region can fly within their claims using the <code>/fly</code> command.</p> | ||
| <ul> | ||
| <li>Upon entering a region where you have permissions, flight is automatically enabled—just double-jump to start flying.</li> | ||
| <li>Use <code>/fly</code> to manually toggle flight on/off with visual feedback.</li> | ||
| <li>Particle visualization shows region boundaries while flying, automatically updating when moving between regions.</li> | ||
| <li>Fall damage protection is provided when exiting a region while airborne.</li> | ||
| <li>Flight automatically disables when leaving the region or entering an area without permissions.</li> | ||
| </ul></div> | ||
| <div class="clear-right"><!-- spacer --></div> | ||
| </div> | ||
|
|
@@ -2440,7 +2449,7 @@ <h2 id="feature-vane-admin--graylist"> | |
| </h2> | ||
| <div id="body-feature-vane-admin--graylist" class="hidden"> | ||
| <div class="p-5 border border-b-0 border-gray-200 dark:border-gray-700 dark:bg-gray-900"> | ||
| <div class="prose prose-slate prose-img:rounded-xl prose-img:w-1/3 prose-img:sm:m-4 prose-img:w-full prose-img:sm:w-1/2 prose-img:lg:w-2/5 prose-img:min-w-32 prose-img:max-w-full prose-img:float-right prose-img:clear-right prose-h1:clear-right prose-h2:clear-right prose-img:float-right dark:prose-invert max-w-none"><h2>Graylist</h2> | ||
| <div class="prose prose-slate prose-img:rounded-xl prose-img:w-1/3 prose-img:sm:m-4 prose-img:w-full prose-img:sm:w-1/2 prose-img:lg:w-2/5 prose-img:min-w-32 prose-img:max-w-full prose-img:float-right prose-img:clear-right prose-h1:clear-right prose-h2:clear-right prose-img:float-right dark:prose-invert max-w-none"><h2>Graylist</h2> | ||
| <p>Vane provides a feature similar to a graylist. | ||
| This allows anyone to connect to your server but in a <em>no touch, only look!</em> kind of way. | ||
| To modify anything about the world, a player must either be oped, | ||
|
|
@@ -2451,6 +2460,12 @@ <h2 id="feature-vane-admin--graylist"> | |
| <p>Why can't I build anything?</p> | ||
| </blockquote> | ||
| <p>This feature is <strong>disabled</strong> by default, as it often caused confusion.</p> | ||
| <h3>Quick start</h3> | ||
| <ul> | ||
| <li>Enable in <code>vane-admin</code> config: set <code>world_protection.enabled: true</code>, then restart the server.</li> | ||
| <li>Grant a newcomer build rights with <code>/perm add <player> user</code>.</li> | ||
| <li>Or allow trusted members to vouch: give them <code>verified</code> via <code>/perm add <player> verified</code>, then they can <code>/vouch <other_player></code>.</li> | ||
| </ul> | ||
| <h2>Vouching</h2> | ||
| <p>When using <code>vane-permissions</code>, you can also allow trusted members of your community to vouch for other players. | ||
| This allows them to lift a new user into the <code>users</code> group, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,18 @@ you can assign a new player to the `user` group by executing `perm add player_na | |
|
|
||
| This feature is **disabled** by default, as it often caused confusion. | ||
|
|
||
| ### Quick start | ||
|
|
||
| - Enable in `vane-admin` config: set `world_protection.enabled: true`, then restart the server. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does |
||
| - Grant a newcomer build rights with `/perm add <player> user`. | ||
| - Or allow trusted members to vouch: give them `verified` via `/perm add <player> verified`, then they can `/vouch <other_player>`. | ||
|
|
||
| ### Commands | ||
|
|
||
| - `/perm add <player> user` — allow building (bypasses graylist). | ||
| - `/perm add <player> verified` — let a player vouch others. | ||
| - `/vouch <player>` — move a player to the `user` group. | ||
|
|
||
| ## Vouching | ||
|
|
||
| When using `vane-permissions`, you can also allow trusted members of your community to vouch for other players. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file seems quite old but idk if we should delete it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It definitely is old. But you are right, if we decide to delete it, it probably shouldn't be in this PR. So let's keep it for now.