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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AztecTabFilter
2
2
3
-
**IMPORTANT:** The name of this plugin has changed and the config and permissions are being renamed to match. If you used to use this plugin while it was named AztecTabCompleter and you don't want to change, you should use the code from the `old-name-support` branch, but this may not be updated as often.
3
+
**IMPORTANT:** The name of this plugin has changed and the config and permissions are being renamed to match. If you used to use this plugin while it was named AztecTabFilter and you don't want to change, you should use the code from the `old-name-support` branch, but this may not be updated as often.
4
4
5
5
6
6
Spigot 1.13-1.14.3 plugin that filters Command List Suggestions (initial tab complete) by allow/blocklists or groups.
@@ -21,9 +21,9 @@ Currently in 1.13, no `tab-complete` setting seems to stop all commands from bei
21
21
## Getting the plugin
22
22
23
23
### Downloading the Plugin pre-built
24
-
You can find released JARs (that can be added to your plugins folder) on the [Releases tab](https://github.com/crashdemons/AztecTabCompleter/releases) of this project.
24
+
You can find released JARs (that can be added to your plugins folder) on the [Releases tab](https://github.com/crashdemons/AztecTabFilter/releases) of this project.
25
25
26
-
If you want something a bit more shiny, you can check out our [development builds](https://ci.meme.tips/job/AztecTabCompleter/) available through Jenkins CI.
26
+
If you want something a bit more shiny, you can check out our [development builds](https://ci.meme.tips/job/AztecTabFilter/) available through Jenkins CI.
27
27
28
28
### Building the Project yourself
29
29
We've recently moved to using Maven! If you used build.xml or a Netbeans Project before, you may need to import the project again as a maven project / from existing POM.
@@ -46,12 +46,12 @@ Using permissions you can define access to different groups of suggestions, bypa
46
46
47
47
| Permission | Default Value | Description |
48
48
| ------------- | ------------- | ------------- |
49
-
|aztectabcompleter.*| True for Ops | Inherit all permissions except group behavior (may differ by permissions plugin) |
50
-
|aztectabcompleter.suggest | True | Allows the user to receive filtered suggestions. If you deny this permission, all suggestions are blocked. |
51
-
|aztectabcompleter.group.*group-name-here*| Undefined | Enables filtering for this user which is defined by this group-name in the configuration file |
52
-
|aztectabcompleter.bypass | True for Ops | Allows the user to bypass filtering, receiving all normal command-suggestions, unmodified. |
53
-
|aztectabcompleter.reload | True for Ops | Allows the user to access the /aztabreload command |
54
-
|aztectabcompleter.dump | True for Ops | Allows the user to access the /aztabdump command |
49
+
|aztectabfilter.*| True for Ops | Inherit all permissions except group behavior (may differ by permissions plugin) |
50
+
|aztectabfilter.suggest | True | Allows the user to receive filtered suggestions. If you deny this permission, all suggestions are blocked. |
51
+
|aztectabfilter.group.*group-name-here*| Undefined | Enables filtering for this user which is defined by this group-name in the configuration file |
52
+
|aztectabfilter.bypass | True for Ops | Allows the user to bypass filtering, receiving all normal command-suggestions, unmodified. |
53
+
|aztectabfilter.reload | True for Ops | Allows the user to access the /aztabreload command |
54
+
|aztectabfilter.dump | True for Ops | Allows the user to access the /aztabdump command |
55
55
56
56
### Configuration
57
57
The plugin configuration allows you to define whitelist/blacklist filtering of command-suggestions for everyone, or for specific groups, as well as the ability to tweak filtering order and behavior.
@@ -96,6 +96,6 @@ With this configuration we can see from the `filter-order` that the global black
96
96
97
97
`spawn` and `tpahere` would be allowed to be displayed to everyone, while the alias `etpahere` is hidden from suggestions.
98
98
99
-
For players with the `aztectabcompleter.group.moderator` permission, we can see similarly `vanish` is not displayed as a suggestion but the alias `v` is displayed. (assuming both are normally suggested).
99
+
For players with the `aztectabfilter.group.moderator` permission, we can see similarly `vanish` is not displayed as a suggestion but the alias `v` is displayed. (assuming both are normally suggested).
100
100
101
101
Additionally because the default action is *deny*, any commands not already in a whitelist (`visible-commands` or group equivalent) will be removed from suggestions.
0 commit comments