index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MCServer
/
Plugins
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added cItems to Lua API.
madmaxoft@gmail.com
2013-01-27
1
-2
/
+10
*
Debuggers: added some filtering to the API output, but still not good enough.
madmaxoft@gmail.com
2013-01-27
1
-7
/
+9
*
Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.
madmaxoft@gmail.com
2013-01-27
1
-0
/
+11
*
Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.
madmaxoft@gmail.com
2013-01-26
1
-3
/
+3
*
Added a function to dump all available Lua API functions into the Debuggers plugin.
madmaxoft@gmail.com
2013-01-26
1
-0
/
+23
*
Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.
madmaxoft@gmail.com
2013-01-18
1
-1
/
+1
*
Added Handy plugin
tau.tihon@gmail.com
2013-01-16
2
-0
/
+383
*
Forgotten files for previous merge commit (rev 1139)
madmaxoft@gmail.com
2013-01-13
12
-53
/
+405
*
Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)
madmaxoft@gmail.com
2012-12-21
1
-4
/
+5
*
Added TakeDamage logging to the Debuggers plugin.
madmaxoft@gmail.com
2012-12-21
1
-0
/
+11
*
Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)
madmaxoft@gmail.com
2012-12-21
1
-4
/
+18
*
Refactored the world time.
madmaxoft@gmail.com
2012-11-01
1
-2
/
+2
*
Turned 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.com
2012-10-16
3
-39
/
+69
*
Core: fixed /help and /pluginlist
faketruth
2012-10-16
2
-22
/
+26
*
Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)
faketruth
2012-10-14
1
-45
/
+95
*
Core: Removed /home since other plugins want to use it
faketruth
2012-10-11
1
-1
/
+0
*
Fixed chatlog plugin
faketruth
2012-10-11
1
-1
/
+1
*
Core: made ban and kick functions accessible to other plugins
faketruth
2012-10-11
3
-34
/
+57
*
New example plugin using the BlockArea functionality.
madmaxoft@gmail.com
2012-10-06
1
-0
/
+83
*
sTick: Updated the plugin to work with current code
madmaxoft@gmail.com
2012-10-03
2
-10
/
+11
*
Core now uses built in item functions ( StringToItem() ) for the /item command
faketruth
2012-09-08
2
-65
/
+8
*
Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.
faketruth
2012-09-08
1
-2
/
+2
*
Updated to V6 - "Stop" and "Progress report" functionality
tau.tihon@gmail.com
2012-08-30
2
-185
/
+228
*
ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)
madmaxoft@gmail.com
2012-08-30
2
-5
/
+11
*
Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)
madmaxoft@gmail.com
2012-08-27
2
-0
/
+344
*
Added a RateCompareString function to StringUtils
faketruth
2012-08-23
4
-21
/
+25
*
WebAdmin should not cause crashes anymore
faketruth
2012-08-22
1
-8
/
+6
*
Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_O
faketruth
2012-08-22
1
-18
/
+40
*
Chat history limit on the WebAdmin chat
faketruth
2012-08-22
1
-62
/
+70
*
Web chat for the WebAdmin :D
faketruth
2012-08-22
2
-0
/
+112
*
Can add/remove worlds from WebAdmin
faketruth
2012-08-21
1
-2
/
+77
*
Using multi line strings for Core's WebAdmin interface
faketruth
2012-08-21
1
-51
/
+52
*
Fixed server settings on FireFox
faketruth
2012-08-21
1
-2
/
+2
*
Can change monster settings in WebAdmin too
faketruth
2012-08-20
1
-5
/
+48
*
Can now edit some generic server settings through the WebAdmin (port, description, etc)
faketruth
2012-08-20
2
-0
/
+111
*
Updated clean.bat for cleaning MCServer files
faketruth
2012-08-20
1
-1
/
+0
*
Moved files used by MCServer to a special MCServer folder
faketruth
2012-08-20
36
-0
/
+1359