summaryrefslogtreecommitdiffstats
path: root/MCServer/settings.example.ini (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-04Removed settings/webadmin.example.ini filesTiger Wang1-32/+0
2013-08-13Added TransAPI as a default plugin.Alexander Harkness1-0/+1
2013-07-29Removed settings.ini and webadmin.ini, made them into *.example.inimadmaxoft1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-31/+31
2013-07-28Removed Deprecated OptionTiger Wang1-3/+0
2013-01-14Disabled dev / debugging plugins by defaultmadmaxoft@gmail.com1-3/+1
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com1-0/+5
2012-11-10Removed the protocol restriction from default debugging settings.inimadmaxoft@gmail.com1-1/+0
2012-10-31Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com1-0/+1
2012-10-19Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com1-3/+0
2012-10-16Turned sTick plugin into general Debuggers plugin, added the Blaze Rod Of Enquiry (rclk with a blaze rod prints out the blocktypes and metas)madmaxoft@gmail.com1-1/+1
2012-10-14Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth1-4/+4
2012-10-06Removed redstone from settings.ini, added a note about wiki and webadminmadmaxoft@gmail.com1-9/+7
2012-09-29Removed the extra world from default settings.ini madmaxoft@gmail.com1-2/+1
2012-09-29Made beds placeablefaketruth1-4/+4
2012-08-20Moved files used by MCServer to a special MCServer folderfaketruth1-2/+6
2012-03-04The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!!faketruth1-3/+9
2012-02-04putting default settings back to defaultadmin@omencraft.com1-22/+4
2012-02-04Fixed a bug in source/cClientHandle.hadmin@omencraft.com1-6/+23
2012-01-30Added a WebAdmin interface to view users their groups, and the permissions of groups.faketruth1-1/+1
2012-01-28Old Core plugin is deprecated! Begone!faketruth1-2/+0
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth1-2/+2
2012-01-26Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth1-3/+4
2011-12-28- implemented the fire simulation in native c++ (cFireSimulator)lapayo94@gmail.com1-3/+2
2011-12-26Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld()faketruth1-14/+14
2011-12-25Code improvementslapayo94@gmail.com1-10/+9
2011-12-24Max. players and MOTD are now changeable in the settings.inilapayo94@gmail.com1-6/+8
2011-11-08It's a Squirrel!!faketruth1-0/+1
2011-11-03Added some redstone items.admin@omencraft.com1-2/+2
2011-11-01You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yetfaketruth1-0/+4
2011-10-29Added denotch map converter. Program currently reads the only mcr file in the region dir and writes the uncompressed chunk data in world/X0-Z0.pak. I compile in linux with "g++ cConvert.cpp -lz -o denotch"admin@omencraft.com1-1/+1
2011-10-26Creative mode now breaks blocks without providing block drops. Need to work with Player's Inventory for proper creative mode support. GAMEMODE is declared and set twice.admin@omencraft.com1-1/+1
2011-10-26Added CreateInventoryAction packet for creative mode. Used cPacketEntityEquipment as template. Forced server into Creative Mode. Can't break blocks yet. Player can stil be damaged in creative mode and dying takes you back to survival mode.admin@omencraft.com1-1/+1
2011-10-26changing port back to defaultadmin@omencraft.com1-24/+24
2011-10-26git-svn-id: http://mc-server.googlecode.com/svn/trunk@10 0a769ca7-a7f5-676a-18bf-c427514a06d6admin@omencraft.com1-1/+1
2011-10-03Setting filesfaketruth1-0/+24