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

Commit b2797eb

Browse files
committed
Fixed a few typos, added admin messenger, put a few roles in where I missed them.
1 parent b8ec182 commit b2797eb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The admin commands plugin implements player management from in game. It is a Sim
5252
* **/unban**: Unbans an IP address. `Access: Admin`
5353
* **/give\_item**: Gives an item to a player. Syntax is /give\_item player (enclosed in quotes if it has spaces) itemname count. The default limit for number of items to give to a player is 1000. `Access: Admin`
5454

55+
### Admin Messenger
56+
This command forwards a message to all active moderators or greater. Any command prefixed with ## will be sent to moderators+ only. `Access: Everyone`
57+
5558
### Announcer
5659
This plugin simply announces whenever a player joins or quits the server.
5760

@@ -82,14 +85,14 @@ This plugin provides a method of enabling/disabling plugins. I know it's silly t
8285
* **/list\_plugins**: Sends you a list of all loaded plugins. `Access: Admin`
8386
* **/disable\_plugin**: Disables a plugin by name. `Access: Admin`
8487
* **/enable\_plugin**: Enables a plugin by name. `Access: Admin`
85-
* **/help**: This command provides a list of commands if called by itself, and the help string for a command if given a name. Example syntax: /help enable\_plugin.
88+
* **/help**: This command provides a list of commands if called by itself, and the help string for a command if given a name. Example syntax: /help enable\_plugin. `Access: Everyone`
8689

8790
### Warpy
8891
This plugin provides various methods for warping players and ships around.
8992

9093
* **/warp**: Warps you to another player's ship. `Access: Admin`
9194
* **/move\_ship**: Moves your ship to the location of another player, or coordinates in the form of `alpha 514180 -82519336 -23964461 4` `Access: Admin`
92-
* **/move\_other\_ship**: Same as above, but another player's ship.
95+
* **/move\_other\_ship**: Same as above, but another player's ship. `Access: Admin`
9396

9497
# Plugin development
9598

@@ -106,7 +109,7 @@ We have quite a roadmap, here are some of the highlights you can expect in the n
106109

107110
* Spawn networks. Free transportation between admin-designated planets, so your new players can get a leg up in the world.
108111
* Loot rolling. So a rare item dropped and you don't think it's fair your friend got it? Soon you'll be able to get good items without ending friendships and going to prison on the inevitable murder charge.
109-
* Lotteries. Because what is like without a little risk?
112+
* Lotteries. Because what is life without a little risk?
110113
* Creature spawning. Want to spawn a couple dozen bone dragons? So do we!
111114
* Projectile blacklist. This should be coming very soon.
112115
* Internationalization. Translate plugins and core messages with ease to your preferred language.

0 commit comments

Comments
 (0)