diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-31 01:54:23 +0100 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2016-01-31 01:54:23 +0100 |
commit | 57e6fd654b919fbd3813158e5a76de4b1933ebfa (patch) | |
tree | 9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /Server/Plugins/APIDump/Classes/Plugins.lua | |
parent | Merge pull request #2913 from mathias-github/master (diff) | |
parent | Updated old forum links (diff) | |
download | cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.gz cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.bz2 cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.lz cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.xz cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.zst cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Classes/Plugins.lua b/Server/Plugins/APIDump/Classes/Plugins.lua index 758598242..e053c57e2 100644 --- a/Server/Plugins/APIDump/Classes/Plugins.lua +++ b/Server/Plugins/APIDump/Classes/Plugins.lua @@ -37,7 +37,7 @@ return plugins, can enable or disable plugins, manages hooks and in-game console commands.</p> <p> Plugins can be identified by either the PluginFolder or PluginName. Note that these two can differ, - refer to <a href="http://forum.mc-server.org/showthread.php?tid=1877">the forum</a> for detailed discussion. + refer to <a href="https://forum.cuberite.org/thread-1877.html">the forum</a> for detailed discussion. <p> There is one instance of cPluginManager in Cuberite, to get it, call either {{cRoot|cRoot}}:Get():GetPluginManager() or cPluginManager:Get() function.</p> |