You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,9 @@ The admin commands plugin implements player management from in game. It is a Sim
52
52
***/unban**: Unbans an IP address. `Access: Admin`
53
53
***/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`
54
54
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
+
55
58
### Announcer
56
59
This plugin simply announces whenever a player joins or quits the server.
57
60
@@ -82,14 +85,14 @@ This plugin provides a method of enabling/disabling plugins. I know it's silly t
82
85
***/list\_plugins**: Sends you a list of all loaded plugins. `Access: Admin`
83
86
***/disable\_plugin**: Disables a plugin by name. `Access: Admin`
84
87
***/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`
86
89
87
90
### Warpy
88
91
This plugin provides various methods for warping players and ships around.
89
92
90
93
***/warp**: Warps you to another player's ship. `Access: Admin`
91
94
***/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`
93
96
94
97
# Plugin development
95
98
@@ -106,7 +109,7 @@ We have quite a roadmap, here are some of the highlights you can expect in the n
106
109
107
110
* Spawn networks. Free transportation between admin-designated planets, so your new players can get a leg up in the world.
108
111
* 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?
110
113
* Creature spawning. Want to spawn a couple dozen bone dragons? So do we!
111
114
* Projectile blacklist. This should be coming very soon.
112
115
* Internationalization. Translate plugins and core messages with ease to your preferred language.
0 commit comments