User Tools

Site Tools


plugins:creating_plugins

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
plugins:creating_plugins [2016/07/15 22:38]
atom0s created
plugins:creating_plugins [2016/07/15 22:44]
atom0s
Line 5: Line 5:
 Failure to follow what this doc says can cause your plugin to fail to load, or not work at all! Failure to follow what this doc says can cause your plugin to fail to load, or not work at all!
 </​WRAP>​ </​WRAP>​
 +
 +-----
  
 ==== Creating Your Plugin ==== ==== Creating Your Plugin ====
Line 16: Line 18:
 Plugins should consist of a single word name or compressed into a word without spaces or special characters. Users should be able to load them with ease so names with spaces, special characters, etc are not recommended at all. Plugins should consist of a single word name or compressed into a word without spaces or special characters. Users should be able to load them with ease so names with spaces, special characters, etc are not recommended at all.
  
 +-----
 +
 +==== Example Plugin Source Code ====
 +
 +To get started, you can find an example plugin here:
 +http://​delvl.ffevo.net/​atom0s/​ExamplePlugin
  
 +This repository contains a fully implemented example plugin demonstrating and explaining how to use each part of the main plugin base  class. ​
plugins/creating_plugins.txt · Last modified: 2016/07/15 22:57 by atom0s