putting default settings back to default
git-svn-id: http://mc-server.googlecode.com/svn/trunk@232 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
debd0ea559
commit
da87f9f3c1
26
settings.ini
26
settings.ini
@ -1,32 +1,14 @@
|
|||||||
[Server]
|
[Server]
|
||||||
Port=25565
|
Port=25565
|
||||||
MaxPlayers=100
|
MaxPlayers=10000
|
||||||
Description=OmenCraft.com, powered by MCServer!
|
Description=MCServer - Slightly more custom!
|
||||||
|
|
||||||
[Worlds]
|
[Worlds]
|
||||||
DefaultWorld=world
|
DefaultWorld=world
|
||||||
World=onion
|
;World=world_sexy
|
||||||
|
|
||||||
[Plugins]
|
[Plugins]
|
||||||
Squirrel=SquirrelChatLog
|
;Squirrel=SquirrelChatLog
|
||||||
Plugin=Core
|
|
||||||
Plugin=blehu
|
|
||||||
Plugin=Fire
|
|
||||||
Plugin=Ventilator
|
|
||||||
Plugin=DevModeTest
|
|
||||||
Plugin=LuaRunFunction
|
|
||||||
Plugin=CuboidPlus
|
|
||||||
Plugin=BasicCmds
|
|
||||||
Plugin=BringPlugin
|
|
||||||
Plugin=AreaPlugin
|
|
||||||
Plugin=JumpTo
|
|
||||||
Plugin=AddToGroup
|
|
||||||
Plugin=adminchat
|
|
||||||
Plugin=SetGroupRank
|
|
||||||
Plugin=DungeonBuilder
|
|
||||||
Plugin=Griefer
|
|
||||||
Plugin=ChatColor
|
|
||||||
Plugin=Trace
|
|
||||||
|
|
||||||
[HelpPlugin]
|
[HelpPlugin]
|
||||||
ShowPluginNames=1
|
ShowPluginNames=1
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include "SquirrelBindings.h"
|
#include "SquirrelBindings.h"
|
||||||
#if USE_SQUIRREL
|
#if USE_SQUIRREL
|
||||||
//#pragma warning(disable:4100) // Getting A LOT of these warnings from SqPlus
|
#pragma warning(disable:4100) // Getting A LOT of these warnings from SqPlus
|
||||||
//#pragma warning(disable:4127)
|
#pragma warning(disable:4127)
|
||||||
|
|
||||||
#include <sqplus/sqplus.h>
|
#include <sqplus/sqplus.h>
|
||||||
#include <sqplus/SquirrelObject.h>
|
#include <sqplus/SquirrelObject.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user