Prefer the loading row of plugins ?

Is there a way to affect the loading sequence of the plugins from starting the server ? I have a plugin that loads before the multiverse plugin, but for it to work properly the multiverse must load first.
13 Replies
Admincraft Meta
Thanks for asking your question!
Once you have finished, please close your thread. Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close !close !solved
Requested by gova_#0
ProGamingDk
ProGamingDk2y ago
BukkitWiki
Plugin YAML
When Bukkit loads a plugin, it needs to know some basic information about it. It reads this information from a YAML file, 'plugin.yml'. This file consists of a set of attributes, each defined on a new line and with no indentation. A command block starts with the command's name, and then has a list of attributes. A permission block starts wit...
Admincraft Meta
Please use a paste service instead!
Paste services are more mobile friendly and easier to read than just posting a log file
Requested by progamingdk#0
ProGamingDk
ProGamingDk2y ago
use loadbefore in plugin.yml and then build the plugin ig
Deleted User
Deleted UserOP2y ago
where can i find the plugin.yml
ProGamingDk
ProGamingDk2y ago
inside of the plugin so will only work with opensource plugins usually
Deleted User
Deleted UserOP2y ago
oh damn is there another way ? or is multiverse open source i dont know
ProGamingDk
ProGamingDk2y ago
yes it is
Discount Milk
Discount Milk2y ago
You would tell the plugin you want to load after multiverse to depend on it.
Semisol
Semisol2y ago
yes it’s an issue with the plugin itself, so tell the author to add multiverse as a dependency
Deleted User
Deleted UserOP2y ago
cant i do this myself when its open source ?
Semisol
Semisol2y ago
yes
Deleted User
Deleted UserOP2y ago
is it hard to do im a noob ? or is it just a line to add !close

Did you find this page helpful?