mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 09:54:59 +01:00
Implement script support needed for dungeons
Only a few are supported right now You will need certain script files in ./resources/Scripts
This commit is contained in:
@@ -9,6 +9,7 @@ import java.net.InetSocketAddress;
|
||||
|
||||
import emu.grasscutter.command.CommandMap;
|
||||
import emu.grasscutter.plugin.PluginManager;
|
||||
import emu.grasscutter.scripts.ScriptLoader;
|
||||
import emu.grasscutter.utils.Utils;
|
||||
import org.reflections.Reflections;
|
||||
import org.slf4j.LoggerFactory;
|
||||
@@ -67,6 +68,7 @@ public final class Grasscutter {
|
||||
|
||||
// Load all resources.
|
||||
ResourceLoader.loadAll();
|
||||
ScriptLoader.init();
|
||||
// Database
|
||||
DatabaseManager.initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user