Skip to content

Commit 70c2b54

Browse files
authored
Update README.md
1 parent 9ec9ebb commit 70c2b54

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,19 @@ By default, areas that are created by a player have the following protections:
8383
The default protections can be changed to allow for more or less protection in your world through the configuration files.
8484

8585
# Getting Notifications!
86-
After you have created an area, it's time to start getting notifications! The following commands help you subscribe to various events.
86+
After you have created an area, it's time to start getting notifications! In order to do this, your server admins need to have configured some external communication services. This plugin has the capability of sending email, sms, and discord messages (potentially more in the future). The following commands will setup a notification system to a specific protocol:
87+
88+
| Command Name | Description | Parameters |
89+
|---|---|---|
90+
| `/zx sms <phoneNumber>` | Register your phone number to receive SMS notifications. | **phoneNumber:** Format: +1XXXXXXXXX |
91+
| `/zx email <email>` | Register your email address to receive email notifications. | **email:** Your email |
92+
| `/zx discord` | Register your discord account to receive discord notifications. | N/A |
93+
| `/zx sms stop` | Stop receiving text notifications | N/A |
94+
| `/zx email stop` | Stop receiving email notifications. | N/A |
95+
| `/zx discord stop` | Stop receiving discord notifications. | N/A |
96+
| `/zx devices` | Shows all currently connected communication protocols | N/A |
97+
98+
Once you have subscribed to a communication protocol, you can watch certain events in your zones with the following commands:
8799

88100
| Command Name <img width=800/><br/>Permission Node| Description | Parameters |
89101
|---|---|---|

0 commit comments

Comments
 (0)