Difference between revisions of "Plugin Page Template" - MMOBugs Wiki

Line 25: Line 25:
 
This plugin adds a new TLO  
 
This plugin adds a new TLO  
  
* <span class="highlight2">${ZoneBound} : integer</span> - Returns the ID of the zone that you are bound to.
+
* <span class="highlight2">${ExampleValue} : ExampleType</span> - Returns the ID of the zone that you are bound to.
  
===SampleType===
+
===ExampleType===
 
* <span class="highlight2">ExampleValue : int</span> returns an int
 
* <span class="highlight2">ExampleValue : int</span> returns an int
 
* <span class="highlight2">ExampleValue2 : string</span> returns a string of examplevalue
 
* <span class="highlight2">ExampleValue2 : string</span> returns a string of examplevalue
Line 33: Line 33:
  
 
===Example===
 
===Example===
 
  
 
==Configuration==
 
==Configuration==

Revision as of 21:12, 4 October 2008

Plugin Info
Name Plugin Page Template
Author Author
Link Wiki Link
Commands /command
Source Available Yes
Uses INI File Yes

Description

MQ2Template is a template. This is a sample description

Commands

  • /command1 Does action 1
  • /command2 Does action 2
  • /command3 parameter Des action 3 with parameter


Example Usage

Macro Data

This plugin adds a new TLO

  • ${ExampleValue} : ExampleType - Returns the ID of the zone that you are bound to.

ExampleType

  • ExampleValue : int returns an int
  • ExampleValue2 : string returns a string of examplevalue


Example

Configuration

MQ2Template provides configuration

Sample Configuration

MQ2Template.ini

[Settings]
Plugin=on

Configuration Explanation

  • Plugin: The plugin is on or off

Availability

This plugin is included with the MMOBugs Compile.