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
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
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...
Please use a paste service instead!
Paste services are more mobile friendly and easier to read than just posting a log file
message.txt
Requested by progamingdk#0
use loadbefore
in plugin.yml and then build the plugin ig
where can i find the plugin.yml
inside of the plugin
so will only work with opensource plugins usually
oh damn
is there another way ?
or is multiverse open source i dont know
yes it is
You would tell the plugin you want to load after multiverse to depend on it.
yes
it’s an issue with the plugin itself, so tell the author to add multiverse as a dependency
cant i do this myself when its open source ?
yes
is it hard to do im a noob ?
or is it just a line to add
!close