Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Village spawn yaw
Right now, when running
/v setspawn
, the only direction that the village spawn can be set to is +Z.I have altered the code so that when a player sets a village spawn, the yaw of the spawn (0 (+Z), 90 (-X), 180 (-Z) or 270 (+X)) is determined from their yaw.
Example: player runs
/v setspawn
, their current yaw is 100the village spawn's yaw will be set to 90 (-X), since 100 is closest to 90
Village warps
This feature allows village assistants to set village-specific warps which can then be used by all village members to quickly access prominent points in the village.
Commands:
/v setwarp <name>
sets a new warp if a fee is paid/v delwarp <name>
deletes an existing warp/v warp
lists all warps in the selected village/v warp <name>
teleports to the specified warp in the villageFeature implemented by zavdav and SvGaming