diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 16:57:45 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 16:57:45 +0100 |
commit | 2518738f7f8a0e24ddb27b48a7cab1e03f89a508 (patch) | |
tree | f4b1777f460a1b63e46a94e601def06728227478 /settings.example.ini | |
parent | Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntity (diff) | |
download | cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.tar cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.tar.gz cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.tar.bz2 cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.tar.lz cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.tar.xz cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.tar.zst cuberite-2518738f7f8a0e24ddb27b48a7cab1e03f89a508.zip |
Diffstat (limited to 'settings.example.ini')
-rw-r--r-- | settings.example.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.example.ini b/settings.example.ini index 6a3c95899..524d629c0 100644 --- a/settings.example.ini +++ b/settings.example.ini @@ -8,7 +8,8 @@ DefaultWorld=world ;World=world_sexy
[Plugins]
-;Squirrel=SquirrelChatLog
+NewPlugin=Core
+NewPlugin=ChatLog
[HelpPlugin]
ShowPluginNames=1
|