Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicMobs
Wiki
Skills
Conditions
MythicPackVersionGreater
MythicPackVersionGreater
· Changes
Page history
; instead of , in example.
authored
Mar 27, 2025
by
SkyKiller63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
skills/conditions/MythicPackVersionGreater.md
skills/conditions/MythicPackVersionGreater.md
+1
-1
No files found.
skills/conditions/MythicPackVersionGreater.md
View page @
7a9b6ae5
...
@@ -12,7 +12,7 @@ Check if a [Pack](/Packs) with the specified id is present on the server with a
...
@@ -12,7 +12,7 @@ Check if a [Pack](/Packs) with the specified id is present on the server with a
## Examples
## Examples
```
yaml
```
yaml
Conditions
:
Conditions
:
-
packversiongreater{p="ThePackId"
,
v="1.2.3"}
true
-
packversiongreater{p="ThePackId"
;
v="1.2.3"}
true
```
```
...
...