-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fec4f2
commit 5429eb4
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
- Allow multiple modifiers in one line in warpRequirements config option to avoid repeating conditions | ||
- Added `is_with_passengers` and `is_not_with_passengers` conditions for warp requirements, for vehicle passengers | ||
- Added `passengers` variable for warp requirements | ||
- Added support for multiple warp modifiers on a single line to avoid duplicate conditions | ||
- Added `removeWaystoneFromDatabase`, `getAllWaystones`, `getWaystonesByType` methods to API | ||
- Added `is_waystone_owner` and `is_waystone_global` conditions for Unbreakables integration |