Go to file
JaTiTV b84d0dc02b 1.3
- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
2023-06-08 06:58:21 +02:00
.gitea/ISSUE_TEMPLATE Update feature_request.md 2022-01-27 09:19:04 +01:00
src/main 1.3 2023-06-08 06:58:21 +02:00
.gitignore initial 2022-01-27 09:04:30 +01:00
README.md „README.md“ ändern 2022-11-14 15:53:56 +00:00
pom.xml 1.3 2023-06-08 06:58:21 +02:00

README.md


Links

This plugin is for Spigot servers, to use Bungee Commands you need to install the plugin on the Spigot servers and install it on the Bungee!

With T2C-AutoResponse you can send automated messages and/or execute commands in response to chat messages.

Example:

  • A player writes in the chat 'can someone help me' and an AutoResponse listens for 'help', then the player gets an automated response.
  • Secret command '.example' and then something secret is executed

Features:

  • Execute multiple commands directly at once
  • Execute commands as console
  • Execute commands as player
  • Execute bungee commands
  • Show messages (more info below)

Send messages to players: With this plugin it is possible with an alias to send messages to players with or without TextBuilder.

What is a TextBuilder? With the TextBuilder it is possible to create messages with hover and clickable messages with actions.

What are the actions?

  • OPEN_URL - Opens a URL under the path specified in ActionValue.
  • OPEN_FILE - Opens a file under the path specified by ActionValue.
  • RUN_COMMAND - Runs the command specified by ActionValue.
  • SUGGEST_COMMAND - Inserts the string specified in ActionValue into the player text box.
  • CHANGE_PAGE - Changes to the page number in a book specified by ActionValue.
  • COPY_TO_CLIPBOARD - Copies the string specified by ActionValue to the player's clipboard.

/t2code-autoresponse | /t2c-ar | /autoresponse /alias info - Open the T2C-Alias info. | t2code.autoresponse.command.info /alias reload - Reload the plugin. | t2code.autoresponse.command.reload

t2code.autoresponse.admin - Permission for all T2C-AutoResponse Commands t2code.autoresponse.updatemsg - Get a notification when an update is available when joining