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

Commit f7a51e5

Browse files
author
Marv Cool
committed
adds link to plugin list
1 parent 5fc3d90 commit f7a51e5

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!
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)