|
| 1 | +--- |
| 2 | +title: Command list |
| 3 | +--- |
| 4 | + |
| 5 | +1. /logicgates debug |
| 6 | + - **Description**: Toggles debug mode for the plugin. This is useful for developers or administrators to troubleshoot issues. |
| 7 | + - **Permission**: `logicgates.admin` |
| 8 | + - **Usage:** Only players with admin permissions can use this command. When activated, it provides detailed logs when gate output was changed. |
| 9 | + |
| 10 | +2. /logicgates menu |
| 11 | + - **Description**: Opens a graphical user interface (GUI) that allows players to select logic gates. |
| 12 | + - **Permission**: `logicgates.give` |
| 13 | + - **Usage**: Players can use this command to access a menu where they can choose from various logic gates configured in the plugin. The GUI displays all available gates, and players can select one to use. |
| 14 | + |
| 15 | +3. /logicgates update |
| 16 | + - **Description**: Checks for updates to the plugin. If an update is available, it notifies the user. |
| 17 | + - **Permission**: `logicgates.admin` |
| 18 | + - **Usage**: This command is intended for administrators to ensure the plugin is up-to-date with the latest version. |
| 19 | + |
| 20 | +4. /logicgates inspect |
| 21 | + - **Description**: Activates inspection mode, allowing players to inspect logic gates in the world. |
| 22 | + - **Permission**: `logicgates.inspect` |
| 23 | + - **Usage**: Players can use this command to enter a mode where they can examine logic gates, view their properties, and troubleshoot issues. |
| 24 | + |
| 25 | +5. /logicgates rotate |
| 26 | + - **Description**: Gives the player a "Rotation Wand" that can be used to rotate logic gates in the world. |
| 27 | + - **Permission**: `logicgates.rotate` |
| 28 | + - **Usage**: Players receive a special wand (a stick with a unique identifier) that allows them to right-click on logic gates to change their orientation. |
| 29 | + |
| 30 | +6. /logicgates toggleinput |
| 31 | + - **Description**: Change number of inputs of selected logic gate. |
| 32 | + - **Permission**: `logicgates.toggleinput` |
| 33 | + - **Usage**: Players can use this command to enter a mode where they can toggle the inputs number of logic gates. |
| 34 | + |
| 35 | +7. /logicgates howto |
| 36 | + - **Description**: Provides instructions and a link to the plugin's documentation for creating and using logic gates. |
| 37 | + - **Permission**: None (available to all players) |
| 38 | + - **Usage**: This command sends a clickable message with a link to the plugin's documentation, helping players learn how to use the plugin effectively. |
| 39 | + |
| 40 | +8. /logicgates help |
| 41 | + - **Description**: Displays a list of available commands and their usage. |
| 42 | + - **Permission**: None (available to all players) |
| 43 | + - **Usage**: Players can use this command to get a summary of all commands and their purposes. |
| 44 | + |
| 45 | +9. /logicgates author |
| 46 | + - **Description**: Displays information about the plugin's author, including contact details. |
| 47 | + - **Permission**: None (available to all players) |
| 48 | + - **Usage**: This command provides credits to the plugin's creator and may include links to contact the author for support or feedback. |
| 49 | + |
| 50 | +10. /logicgates save |
| 51 | + - **Description**: Saves the current state of all logic gates to the plugin's configuration. |
| 52 | + - **Permission**: `logicgates.admin` |
| 53 | + - **Usage**: Administrators can use this command to manually save the state of all gates, ensuring that changes are persisted. |
| 54 | + |
| 55 | +11. /logicgates redstonecompatibility [on/off] |
| 56 | + - **Description**: Toggles redstone compatibility for logic gates. |
| 57 | + - **Permission**: `logicgates.admin` |
| 58 | + - **Usage**: Administrators can enable or disable compatibility with redstone circuits. |
| 59 | + |
| 60 | +12. /logicgates fixparticles |
| 61 | + - **Description**: Fixes issues with particle effects in the plugin. |
| 62 | + - **Permission**: `logicgates.admin` |
| 63 | + - **Usage**: Administrators can use this command to reload or reset particle effects, resolving any visual glitches. |
| 64 | + |
| 65 | +13. /logicgates particles [on/off] |
| 66 | + - **Description**: Toggles particle effects for logic gates. |
| 67 | + - **Permission**: `logicgates.admin` |
| 68 | + - **Usage**: Administrators can enable or disable particle effects, which are used to visualize gate operations. |
| 69 | + |
| 70 | +14. /logicgates language [language_code] |
| 71 | + - **Description**: Changes the plugin's language to the specified language code. |
| 72 | + - **Permission**: `logicgates.admin` |
| 73 | + - **Usage**: Administrators can use this command to switch the plugin's language to one of the supported options. |
| 74 | + |
| 75 | +15. /logicgates timer [seconds] |
| 76 | + - **Description**: Sets a cooldown of TIMER gate. |
| 77 | + - **Permission**: `logicgates.timer` |
| 78 | + - **Usage**: Players can specify a cooldown time (in seconds) for TIMER gate. |
| 79 | + |
| 80 | +16. /logicgates reload |
| 81 | + - **Description**: Reloads the plugin's configuration file. |
| 82 | + - **Permission**: `logicgates.admin` |
| 83 | + - **Usage**: Administrators can use this command to reload the plugin's configuration without restarting the server. |
0 commit comments