+ Added plugin stubs
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
package core.lua;
|
||||||
|
|
||||||
|
// To promote flexibility, plugins are lua file with predefined callbacks.
|
||||||
|
// They are executed between the initial built-in preprocessing and the command parsing.
|
||||||
|
public class Plugin
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package core.lua;
|
||||||
|
|
||||||
|
// Reads in, handles, and manipulates plugins. Plugins are
|
||||||
|
// loaded in the order they appear in the folder.
|
||||||
|
public class PluginManager
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user