Command: teakstweaks - teakivy/teaks-tweaks GitHub Wiki
/teakstweaks
is a Teak's Tweaks global command.
/teakstweaks [info | version | support | update | wiki | paste | give] [packs | craftingtweaks | commands | true | false | <player> | @a | @s | @r] [item] [amount]
/tweaks
/tt
- Used to view information about the Teak's Tweaks plugin.
- Used to view information about the Teak's Tweaks plugin.
- Used to view the Teak's Tweaks plugin version.
- Used to view the link to the Teak's Tweaks support Discord server.
- Used to view the link to the Teak's Tweaks Modrinth page.
- Used to view the link to the Teak's Tweaks Wiki.
- Used to view the link to the Teak's Tweaks Wiki of either Packs, Crafting Tweaks, or Commands.
- Used to upload server information, Teak's Tweaks config, and (optionally) the server log to PasteBook to help with support.
- Used to give players custom Teak's Tweaks items including Rotation Wrench, Grave Key, Mini Blocks, and Mob Heads.
teakstweaks.command.teakstweaks
- Default -
true
- Description - Controls whether the player can use the
/teakstweaks
command.
teakstweaks.command.teakstweaks.paste
- Default -
op
- Description - Controls whether the player can use the
/teakstweaks paste
command.
teakstweaks.command.teakstweaks.give
- Default -
op
- Description - Controls whether the player can use the
/teakstweaks give
command.
"teakstweakscommand.command_description": "Main Command for Teak's Tweaks.",
"teakstweakscommand.version": "<green>v<version>",
"teakstweakscommand.support": "<yellow>For support, join the Discord, and ask in the <gold>#<red>❓</red> | support</gold> channel: <gold><click:open_url:'<discord>'><discord></click></gold><newline>For faster support, run <gold><click:run_command:'/teakstweaks paste true'>/teakstweaks paste</click></gold> and include the link in your message.",
"teakstweakscommand.update": "<green><url>",
"teakstweakscommand.info.dashed_line": "<gray>-----------------------------------------------------",
"teakstweakscommand.info.title": "<gold>Teak's Tweaks <yellow>v<version>",
"teakstweakscommand.info.author": "Author: <green><author>",
"teakstweakscommand.info.config_version": "Config Version: <green><config_version>",
"teakstweakscommand.info.config_generated": "Config Generated: <green><config_generated>",
"teakstweakscommand.info.dev_mode_enabled": "Dev Mode: <green>Enabled",
"teakstweakscommand.info.support": "Support Server: <green><discord>",
"teakstweakscommand.paste.uploading": "<gold>Uploading to PasteBook...",
"teakstweakscommand.paste.success": "<yellow>Successfully uploaded to PasteBook!<newline><click:copy_to_clipboard:'<url>'><gold>Click here</gold> copy the link to your clipboard.</click><newline><click:open_url:'<url>'><gold>Click here</gold> to open the link in your browser.</click>",
"teakstweakscommand.paste.error": "<red>Failed to upload to PasteBook!",
"teakstweakscommand.paste.error.cooldown": "<red>Teak's Tweaks Paste can only be used once every 30 minutes!",
"teakstweakscommand.give.unknown_item": "<red>Unknown item '<item>'.",
"teakstweakscommand.give.error.amount.lt_1": "<red>Integer must not be less than 1.",
"teakstweakscommand.give.error.amount.gt_6400": "<red>Integer must not be greater than 6400.",
"teakstweakscommand.give.success": "<yellow>Gave <gold><amount></gold> [<gold><item></gold>] to <gold><player></gold>.",
"teakstweakscommand.give.all_players": "everyone",
- Default -
Main Command for Teak's Tweaks.
- Default -
<green>v<version>
- Placeholders
-
version
- The Teak's Tweaks version.
-
- Default -
<yellow>For support, join the Discord, and ask in the <gold>#<red>❓</red> | support</gold> channel: <gold><click:open_url:'<discord>'><discord></click></gold><newline>For faster support, run <gold><click:run_command:'/teakstweaks paste true'>/teakstweaks paste</click></gold> and include the link in your message.
- Placeholders
-
discord
- The Discord URL.
-
- Default -
<green><url>
- Placeholders
-
url
- The Modrinth URL.
-
- Default -
<gray>-----------------------------------------------------
- Default -
<gold>Teak's Tweaks <yellow>v<version>
- Placeholders
-
version
- The Teak's Tweaks version.
-
- Default -
Author: <green><author>
- Placeholders
-
author
- The Teak's Tweaks author (TeakIvy).
-
- Default -
Config Version: <green><config_version>
- Placeholders
-
config_version
- The current Teak's Tweaks config version.
-
- Default -
Config Generated: <green><config_generated>
- Placeholders
-
config_generated
- The version in which the Teak's Tweaks config was generated
-
- Default -
Dev Mode: <green>Enabled
- Default -
Support Server: <green><discord>
- Placeholders
-
discord
- The Discord URL.
-
- Default -
<gold>Uploading to PasteBook...
- Default -
<yellow>Successfully uploaded to PasteBook!<newline><click:copy_to_clipboard:'<url>'><gold>Click here</gold> copy the link to your clipboard.</click><newline><click:open_url:'<url>'><gold>Click here</gold> to open the link in your browser.</click>
- Placeholders
-
url
- The PasteBook URL.
-
- Default -
<red>Failed to upload to PasteBook!
- Default -
<red>Teak's Tweaks Paste can only be used once every 30 minutes!
- Default -
<red>Unknown item '<item>'.
- Placeholders
-
item
- The name of the item.
-
- Default -
<red>Integer must not be less than 1.
- Default -
<red>Integer must not be greater than 6400.
- Default -
<yellow>Gave <gold><amount></gold> [<gold><item></gold>] to <gold><player></gold>.
- Placeholders
-
amount
- The amount given. -
item
- The name of the item. -
player
- The name of the player, orteakstweakscommand.give.all_players
-
- Default -
everyone