Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aura Development Team
AuraSudo
Commits
643029fc
Verified
Commit
643029fc
authored
Jan 22, 2021
by
Yannick Schinko
Browse files
Properly declare plugin dependency
Why does Bungee have to be sooo special...?
parent
142707c3
Pipeline
#390
passed with stages
in 4 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/nukkit/src/main/resources/nukkit.yml
View file @
643029fc
...
@@ -5,5 +5,5 @@ version: ${version}
...
@@ -5,5 +5,5 @@ version: ${version}
author
:
BrainStone
author
:
BrainStone
description
:
${description}
description
:
${description}
url
:
https://github.com/AuraDevelopmentTeam/AuraSudo
url
:
https://github.com/AuraDevelopmentTeam/AuraSudo
depend
s
:
depend
:
-
LuckPerms
-
LuckPerms
platform/spigot/src/main/resources/plugin.yml
View file @
643029fc
...
@@ -5,5 +5,5 @@ version: ${version}
...
@@ -5,5 +5,5 @@ version: ${version}
author
:
BrainStone
author
:
BrainStone
description
:
${description}
description
:
${description}
url
:
https://github.com/AuraDevelopmentTeam/AuraSudo
url
:
https://github.com/AuraDevelopmentTeam/AuraSudo
depend
s
:
depend
:
-
LuckPerms
-
LuckPerms
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment