You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2021. It is now read-only.
Ghost_chu edited this page Apr 12, 2020
·
1 revision
Replaceable Module allow you replace QuickShop some part of code with yours.
Register
All works must done before QuickShop onEnable() called. So you must do like that:
Add depend into plugin.yml make sure QuickShop loaded before your plugin loaded.
softdepend: [QuickShop]
Impl the interface.
Register your module into quickshop, quickshop use services manager so you need register yourself classes to services manager before quickshop booted up.