From 4e34e438f12abb31f2409ce9d50df8acc2128555 Mon Sep 17 00:00:00 2001 From: faketruth Date: Thu, 26 Jan 2012 20:39:46 +0000 Subject: Working on a new plugin design with Lua. While retaining backwards compatibility of course... In this new design a plugin consists of a folder with Lua files, this should enable plugin developers to keep things separate and have more overview. git-svn-id: http://mc-server.googlecode.com/svn/trunk@172 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- settings.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'settings.ini') diff --git a/settings.ini b/settings.ini index a45e8df37..f3cc8a3f2 100644 --- a/settings.ini +++ b/settings.ini @@ -5,12 +5,13 @@ Description=MCServer - Slightly more custom! [Worlds] DefaultWorld=world -World=world_sexy +;World=world_sexy [Plugins] Plugin=Core -Plugin=MagicCarpet -Squirrel=SquirrelChatLog +;Plugin=MagicCarpet +;NewPlugin=NewTest +;Squirrel=SquirrelChatLog [HelpPlugin] ShowPluginNames=1 -- cgit v1.2.3