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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ Buit-in placeholders are described below. As mentioned before, PlaceholderAPI pl
65
65
|networkjoinmessages.spoof|Allows the use of the `/njoinspoof` command. The command will display a fake join/leave/swap message, based on the arguments given.|
66
66
|networkjoinmessages.reload|Allows you to reload the configuration file with the `/njoinreload` command.|
67
67
|networkjoinmessages.toggle|Allows the usage of the `/njointoggle` command, that lets users choose not to receive certain messages just for them.|
68
+
|networkjoinmessages.toggle.others|Allows using the `/njointoggle` command against other players.|
68
69
|networkjoinmessages.import|Allows importing users from backend servers' usercache.json files with the `/njoinimport` command.|
69
70
70
71
## Commands
@@ -75,7 +76,7 @@ Required arguments are enclosed with angle brackets (i.e. <this\>) and optional
75
76
|---|---|
76
77
|/njoinspoof <join \| leave \| swap \| toggle\>[<from\> <to\>\]|Displays a fake message using the issuer as the trigger player.|
77
78
|/njoinreload|Reloads the configuration.|
78
-
|/njointoggle <all \| join \| leave \| swap\> <on \| off\>|Toggles the issuers receiving of specific messages.|
79
+
|/njointoggle <all \| join \| leave \| swap\> <on \| off\>[player\]|Toggles the issuer's or target player's receiving of specific messages. The `[player]` argument is required when running from console.|
79
80
|/njoinimport <pathtousercache.json\>[pathtousercache.json...\]|Imports user's from backend servers' usercache.json files into the joined database so that they will not trigger first join messages. Useful for adding this plugin and using first join messages on an already running network.|
0 commit comments