1
0
Fork 0

Moved files used by MCServer to a special MCServer folder

git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
faketruth 2012-08-20 12:20:20 +00:00
parent 674fe1e955
commit 12906c026d
53 changed files with 11 additions and 3 deletions

View File

@ -140,6 +140,7 @@ function Initialize( Plugin )
WebPlugin:AddTab( "Whitelist", HandleRequest_WhiteList )
WebPlugin:AddTab( "Permissions", HandleRequest_Permissions )
WebPlugin:AddTab( "Manage Plugins", HandleRequest_ManagePlugins )
WebPlugin:AddTab( "Ini Editor", HandleRequest_IniEditor )
LOG( "Initialized " .. Plugin:GetName() .. " v." .. Plugin:GetVersion() )
return true

View File

@ -8,10 +8,13 @@ Description=MCServer - Slightly more custom!
DefaultWorld=world
[Plugins]
NewPlugin=Core
;NewPlugin=Protect
;NewPlugin=MagicCarpet
;NewPlugin=ChatLog
;NewPlugin=BlockInfo
NewPlugin=CuboidPlus
NewPlugin=Core
NewPlugin=ChunkWorx
[HelpPlugin]
ShowPluginNames=1
@ -30,4 +33,5 @@ Types=Spider,Chicken,Cow,Pig,Sheep,Squid,Enderman,Zombiepigman,Cavespider,Creepe
[Authentication]
Server=session.minecraft.net
Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
Authenticate=0
Authenticate=0

View File

@ -1,6 +1,6 @@
[WebAdmin]
Enabled=1
Port=8080
Port=8081
[User:admin]
Password=admin

View File

@ -64,6 +64,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@ -139,6 +140,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
@ -216,6 +218,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"