Skip to content

Commit

Permalink
GITBOOK-309: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpChat Wiki authored and gitbook-bot committed Dec 31, 2023
1 parent ca72e49 commit eeb7594
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions clips-plugins/deluxemenus/commands-and-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ description: List of commands and permissions for the plugin
| /dm list | deluxemenus.list | Lists loaded menus. |
| /dm execute \<player> \<action> | Player needs to be Op | Executes any action for a player. Check out the [Action Type](https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations#actions-types) for more info. |
| /dm dump \<menu-name> | deluxemenus.admin | Create a paste bin with the menu and also some other important debugging stuff like server version and java version. |
| /dm dump config | deluxemenus.admin | Create a paste bin with the config.yml and some other important debugging stuff such as server version and java version |
| /dm reload | deluxemenus.reload | Reloads the plugin's files. |
| /dm reload \<menu> | deluxemenus.reload | Reload a menu. |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ If you want to use RGB/Hex colors in DeluxeMenus on 1.16+ you can use the follow
There is one available placeholder from DeluxeMenus:

* `%deluxemenus_meta_<key>_<dataType>_<default_value>%`
* `%deluxemenus_meta_has_value_<key>_<dataType>%`

## General options

Expand Down
21 changes: 15 additions & 6 deletions clips-plugins/deluxemenus/options-and-configurations/item.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ Each item will have a name, in this example our item is called **`ItemName`.** T
> >
> > * [Material name](./#useful-links) (`STONE`).
> > * Player head (`head-extended_clip`).
> > * Placeholder head (`head-%player_name%`).
> > * Placeholder head (`head-%player_name%`, `basehead-%player_basehead_placeholder%`, etc.).
> > * Argument placeholder head (`head-{target}`).
> > * [BaseHead](https://minecraft-heads.com) (`basehead-<base64 (Value field in the head's give command)>`).
> > * Minecraft Texture (`texture-<id>`)\
> > \- The `id` is what's after `https://textures.minecraft.net/textures/`
> > * [HeadDatabase](https://www.spigotmc.org/resources/14280/) (`hdb-<ID>`).
> > * [ItemsAdder](https://www.spigotmc.org/resources/%E2%9C%A8itemsadder%E2%AD%90emotes-mobs-items-armors-hud-gui-emojis-blocks-wings-hats-liquids.73355/) material (`itemsadder-namespace:name`)
> > * [Oraxen](https://www.spigotmc.org/resources/72448/) material (`oraxen-oraxen_item_id`)
> > * [Placeholder](https://helpch.at/placeholders) material (`placeholder-%player_item_in_hand%`).
> > * Item in main hand (`main_hand`).
> > * Item in off hand (`off_hand`).
Expand All @@ -43,10 +44,14 @@ Each item will have a name, in this example our item is called **`ItemName`.** T
Sets the material of the item in the menu.
{% hint style="success" %}
Now supports AIR as a valid material. The item will be an empty slot with just click commands and click requirements.
AIR is a valid material. The item will be an empty slot with click commands and click requirements working.
{% endhint %}
{% hint style="info" %}
{% hint style="success" %}
Placeholders are supported for head, basehead, texture, hdb, itemsadder, oraxen and placeholder materials!
{% endhint %}
{% hint style="warning" %}
For version 1.12.2 or older:\
Check [Data](item.md#data) option to specify the data of the item (the number after the colon `:`). e.g. Lime Wool would be
Expand Down Expand Up @@ -173,8 +178,8 @@ Allows you to set item flags.
Allows you to set effects (Used if the [material](item.md#material) is a potion, splash\_potion and tipped arrows).
{% hint style="info" %}
For potion\_effects to work on potions and tipped arrows you also need to give it an [RGB](item.md#rgb) value.
{% hint style="success" %}
Potion Effects no longer require the [RGB](item.md#rgb) option to be set to work!
{% endhint %}
## Entity Type
Expand All @@ -185,7 +190,11 @@ For potion\_effects to work on potions and tipped arrows you also need to give i
>
> > * [Entity types list.](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html)
This is mainly targeted for 1.12.2 and lower servers and allows you to specify monster egg types and also monster spawner types.
This is mainly targeted for 1.12.2 and lower server versions and allows you to specify monster egg types and monster spawner types.
{% hint style="danger" %}
Option was removed in versions 1.14.0 and newer of the plugin due to versions 1.13.1 and lower of Minecraft no longer being supported.
{% endhint %}
## RGB <a href="#rgb" id="rgb"></a>
Expand Down

0 comments on commit eeb7594

Please sign in to comment.