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
/
Core
/
main.lua
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-02
Pull in the latest core changes.
Alexander Harkness
1
-40
/
+40
2013-07-31
Merged in the latest core changes.
Alexander Harkness
1
-21
/
+14
2013-07-30
Dragged in the latest changes from core.
Alexander Harkness
1
-10
/
+16
2013-07-28
Merged in the latest version of Core
Alexander Harkness
1
-5
/
+3
2013-07-27
Updated Core to the latest version.
Alexander Harkness
1
-12
/
+13
2013-07-27
Merged in latest version of CoreSquashed commit of the following:
Alexander Harkness
1
-26
/
+36
2013-07-27
Added correct core plugin
Alexander Harkness
1
-0
/
+173
2013-07-27
Removed all the pre-exising core files.
Alexander Harkness
1
-129
/
+0
2013-07-05
The motd is now loaded from a file in the root dir called motd.txt. You can easily edit the modt and add colors to it.
nielsbreu@gmail.com
1
-0
/
+2
2013-07-05
Reduced the amount of tables.
nielsbreu@gmail.com
1
-3
/
+1
2013-06-30
The LimitWorlds function now uses cCuboid
nielsbreu@gmail.com
1
-3
/
+12
2013-06-28
Added /listworlds command and fixed bug in /listgroups where you have an extra comma at the end.
nielsbreu@gmail.com
1
-0
/
+1
2013-04-03
Added a /listgroups where you can see... a list of the groups ;)
nielsbreu@gmail.com
1
-0
/
+1
2013-03-24
Added a /toggledownfall command that toggles the weather.
nielsbreu@gmail.com
1
-0
/
+1
2013-03-24
Updated core plugin.
nielsbreu@gmail.com
1
-5
/
+14
2013-03-02
Core: Updated with new features (contributed by STR_Warrior)
madmaxoft@gmail.com
1
-0
/
+5
2013-02-15
Plugins can now bind console commands
madmaxoft@gmail.com
1
-6
/
+8
2013-02-01
Moved command API into cPluginManager.
madmaxoft@gmail.com
1
-46
/
+29
2013-01-28
Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.
madmaxoft@gmail.com
1
-1
/
+1
2013-01-13
Forgotten files for previous merge commit (rev 1139)
madmaxoft@gmail.com
1
-21
/
+21
2012-10-11
Core: Removed /home since other plugins want to use it
faketruth
1
-1
/
+0
2012-09-08
Core now uses built in item functions ( StringToItem() ) for the /item command
faketruth
1
-28
/
+0
2012-09-08
Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.
faketruth
1
-2
/
+2
2012-08-23
Added a RateCompareString function to StringUtils
faketruth
1
-1
/
+1
2012-08-22
WebAdmin should not cause crashes anymore
faketruth
1
-8
/
+6
2012-08-22
Web chat for the WebAdmin :D
faketruth
1
-0
/
+2
2012-08-20
Can now edit some generic server settings through the WebAdmin (port, description, etc)
faketruth
1
-0
/
+1
2012-08-20
Updated clean.bat for cleaning MCServer files
faketruth
1
-1
/
+0
2012-08-20
Moved files used by MCServer to a special MCServer folder
faketruth
1
-0
/
+1
2012-07-12
http://www.mc-server.org/support/index.php?do=details&task_id=153
lapayo94@gmail.com
1
-0
/
+2
2012-06-19
Core: merged in the Fixies plugin code
madmaxoft@gmail.com
1
-44
/
+44
2012-04-11
Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core plugin
faketruth
1
-1
/
+7
2012-03-19
Added core.build permission to Core. Without this permission players are unable to build
faketruth
1
-0
/
+1
2012-02-16
Disabled the excessive logging while initializing the Core plugin
faketruth
1
-3
/
+1
2012-02-01
Plugins can now be enabled and disabled through WebAdmin
faketruth
1
-1
/
+1
2012-01-30
Added a WebAdmin interface to view users their groups, and the permissions of groups.
faketruth
1
-1
/
+2
2012-01-28
Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.
faketruth
1
-1
/
+7
2012-01-27
Converted all of the Core plugin to the new plugin structure, except for the WebAdmin part
faketruth
1
-21
/
+97
2012-01-26
More new plugin awesomeness
faketruth
1
-1
/
+40
2012-01-26
Working on a new plugin design with Lua. While retaining backwards compatibility of course...
faketruth
1
-0
/
+17