Modules

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
Line 36: Line 36:
  
 
<!--T:11-->
 
<!--T:11-->
* [[Modules/GeoIP|GeoIP]]
+
* [[Modules/Squirrel/GeoIP |GeoIP]]
 
</translate>
 
</translate>

Revision as of 21:01, 3 August 2014

Contents

Squirrel modules are extensions for server-side scripting. These modules can provide new functions and constants that aren't available in the server itself. There are a few official modules included with the server package, as well as third-party modules created by the community. If you want to use modules for your servers, you must download the module and load it using the Squirrel function LoadModule.

Module SDK

Liberty Unleashed offers an effective SDK to write Squirrel-based modules. Using the SDK you can access every native Squirrel API function. With these functions it is possible to compile scripts, call functions, manipulate data and extend the Squirrel virtual machine.

Download the SDK from here.

List of Squirrel modules

This is a list of official Squirrel modules for the Liberty Unleashed server. They are included with the server package.

The following are third-party modules written for Liberty Unleashed by the community.

The following are third-party modules written from others sources.

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox