Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 93a43c3

Browse files
committed
Merge pull request #48 from CarrotsAreMediocre/adds_link_to_plugin_list
Adds link to plugin repository and notes about contributing plugins.
2 parents 0b415f8 + 747abd0 commit 93a43c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ This plugin provides various methods for warping players and ships around.
9999
* **/move\_ship**: Moves your ship to the location of another player, or coordinates in the form of `alpha 514180 -82519336 -23964461 4` `Access: Admin`
100100
* **/move\_other\_ship**: Same as above, but another player's ship. `Access: Admin`
101101

102+
### More plugins
103+
Even more plugins can be found over at [our plugin list](https://github.com/MrMarvin/StarryPy_plugins).
104+
102105
# Plugin development
103106

104107
There are several built-in plugins that you can derive inspiration from. The plugin API is decidedly simple, and simply responds to packet events. There is a convenience plugin class called SimpleCommandPlugin which responds to user commands in chat. Currently there is no easy way to *modify* packets, however they can be dropped or allowed to send by any plugin intercepting that packet type.
@@ -107,6 +110,8 @@ All plugins must ultimately derive from `BasePlugin`. Do not override the `__ini
107110

108111
There will be more to come in the near future, for now please examine the base plugin classes.
109112

113+
Please consider letting us know of your plugin(s) so it can be listed at [our plugin list](https://github.com/MrMarvin/StarryPy_plugins). Pull requests are much appreciated! Please note that any plugins that we integrate into StarryPy proper must be licensed under WTFPL for simplicity's sake. If this isn't acceptable to you, we will only be able to provide a link.
114+
110115
# Planned features
111116
We haven't been able to pack in everything we've wanted to in this version. We love contributions, so please feel free to write whatever plugins/improve the core however you can.
112117

0 commit comments

Comments
 (0)