OpenInv is Overriding too Many Commands #79

Closed
opened 2017-10-24 19:31:21 -04:00 by Techno3600 · 3 comments
Techno3600 commented 2017-10-24 19:31:21 -04:00 (Migrated from github.com)

Hello,

I installed OpenInv a long time ago, but when I try to do /ac or /sc for other commands like stuff in Essentials it this plugin overrides it and therefore cool features from other plugins cannot be used because OpenInv overrides every other plugin.
My solution is to do something like this in the config.
CompatibilityOptions:
# The event priority which OpenInv should use for the specific event.
# If another plugin overrides SV's join/leave settings, setting the priorities to MONITOR can help.
# Allowed values: LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR
CommandImput: HIGH # <- Set this to "HIGH" if you use Essentials to modify stuff
CommandImput: NORMAL

Hello, I installed OpenInv a long time ago, but when I try to do /ac or /sc for other commands like stuff in Essentials it this plugin overrides it and therefore cool features from other plugins cannot be used because OpenInv overrides every other plugin. My solution is to do something like this in the config. CompatibilityOptions: # The event priority which OpenInv should use for the specific event. # If another plugin overrides SV's join/leave settings, setting the priorities to MONITOR can help. # Allowed values: LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR CommandImput: HIGH # <- Set this to "HIGH" if you use Essentials to modify stuff CommandImput: NORMAL
Kakifrucht commented 2017-10-24 19:36:11 -04:00 (Migrated from github.com)

Just use /pluginname:command for overriden commands, or spell them out instead of using short aliases. For Essentials commands you can always prefix your command with an e, e.g. instead of /home /ehome.

Just use ``/pluginname:command`` for overriden commands, or spell them out instead of using short aliases. For Essentials commands you can always prefix your command with an ``e``, e.g. instead of ``/home`` ``/ehome``.
RoboMWM commented 2017-10-24 20:22:43 -04:00 (Migrated from github.com)

Use commands.yml to setup command/command aliases to whatever you want.

Also, there is no such priority system for commands. Just events.

Use `commands.yml` to setup command/command aliases to whatever you want. Also, there is no such priority system for commands. Just events.
Jikoo commented 2017-10-25 05:38:10 -04:00 (Migrated from github.com)

As Robo said, use your commands.yml to set up command overrides. This is a default Bukkit feature.

As Robo said, use your [commands.yml](https://bukkit.gamepedia.com/Commands.yml) to set up command overrides. This is a default Bukkit feature.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minster586/OpenInv#79
No description provided.