summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-08Core: added PortsIPv6 setting to webadmin (contributed by STR_Warrior)madmaxoft1-0/+5
2013-03-03Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file.madmaxoft@gmail.com1-2/+4
2013-03-02Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com8-11/+56
2013-02-21Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com1-0/+16
2013-02-19Core: Players console command now shows players' IP addresses (patch contributed by STR_Warrior)madmaxoft@gmail.com1-1/+1
2013-02-15Plugins can now bind console commandsmadmaxoft@gmail.com2-6/+196
2013-02-13Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com1-0/+1
2013-02-13Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com1-3/+12
2013-02-11More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com1-0/+4
2013-02-10Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com1-0/+14
2013-02-09Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com1-4/+18
2013-02-08cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com1-2/+18
2013-02-07Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com1-3/+6
2013-02-07cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com1-0/+19
2013-02-06cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com1-0/+17
2013-02-06Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com1-1/+30
2013-02-05Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com1-0/+27
2013-02-02Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com1-6/+17
2013-02-01Updated MagicCarpet to work with current APImadmaxoft@gmail.com2-9/+27
2013-02-01Moved command API into cPluginManager.madmaxoft@gmail.com3-104/+71
2013-01-28Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com3-9/+9
2013-01-28Updated HookNotify with the hook renaming.madmaxoft@gmail.com1-3/+3
2013-01-27Added cItems to Lua API.madmaxoft@gmail.com1-2/+10
2013-01-27Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com1-7/+9
2013-01-27Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com1-0/+11
2013-01-26Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com1-3/+3
2013-01-26Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com1-0/+23
2013-01-18Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com1-1/+1
2013-01-16Added Handy plugintau.tihon@gmail.com2-0/+383
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com12-53/+405
2012-12-21Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)madmaxoft@gmail.com1-4/+5
2012-12-21Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com1-0/+11
2012-12-21Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)madmaxoft@gmail.com1-4/+18
2012-11-01Refactored the world time.madmaxoft@gmail.com1-2/+2
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.com3-39/+69
2012-10-16Core: fixed /help and /pluginlistfaketruth2-22/+26
2012-10-14Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth1-45/+95
2012-10-11Core: Removed /home since other plugins want to use itfaketruth1-1/+0
2012-10-11Fixed chatlog pluginfaketruth1-1/+1
2012-10-11Core: made ban and kick functions accessible to other pluginsfaketruth3-34/+57
2012-10-06New example plugin using the BlockArea functionality.madmaxoft@gmail.com1-0/+83
2012-10-03sTick: Updated the plugin to work with current codemadmaxoft@gmail.com2-10/+11
2012-09-08Core now uses built in item functions ( StringToItem() ) for the /item commandfaketruth2-65/+8
2012-09-08Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.faketruth1-2/+2
2012-08-30Updated to V6 - "Stop" and "Progress report" functionalitytau.tihon@gmail.com2-185/+228
2012-08-30ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)madmaxoft@gmail.com2-5/+11
2012-08-27Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)madmaxoft@gmail.com2-0/+344
2012-08-23Added a RateCompareString function to StringUtilsfaketruth4-21/+25
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-8/+6
2012-08-22Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_Ofaketruth1-18/+40
2012-08-22Chat history limit on the WebAdmin chatfaketruth1-62/+70
2012-08-22Web chat for the WebAdmin :Dfaketruth2-0/+112
2012-08-21Can add/remove worlds from WebAdminfaketruth1-2/+77
2012-08-21Using multi line strings for Core's WebAdmin interfacefaketruth1-51/+52
2012-08-21Fixed server settings on FireFoxfaketruth1-2/+2
2012-08-20Can change monster settings in WebAdmin toofaketruth1-5/+48
2012-08-20Can now edit some generic server settings through the WebAdmin (port, description, etc)faketruth2-0/+111
2012-08-20Updated clean.bat for cleaning MCServer filesfaketruth1-1/+0
2012-08-20Moved files used by MCServer to a special MCServer folderfaketruth36-0/+1359