Skip to content

Commit

Permalink
Update plugin.yml
Browse files Browse the repository at this point in the history
Add BentoBox to depend section so Endrex will load after BentoBox
  • Loading branch information
nahkd123 authored Apr 30, 2020
1 parent 8d12439 commit 1997c82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ main: me.nahkd.spigot.sfaddons.endrex.Endrex
website: https://github.com/nahkd123/Endrex

## This is required and marks Slimefun as a plugin dependency.
depend: [Slimefun]
depend:
- "Slimefun" # This is required as usual
- "BentoBox" # Load after the BentoBox plugin is loaded. Why? Because sometimes Endrex load before
# BentoBox, which cause NPE

## This value is automatically replaced by the version specified in your pom.xml file, do not change this.
version: ${project.version}
Expand All @@ -27,4 +30,4 @@ api: []
#commands:
# endrexde:
# description: go away
# usage: "yes go away"
# usage: "yes go away"

0 comments on commit 1997c82

Please sign in to comment.