Skip to content

Releases: endercrest/DisplayChests

DisplayChest V1.0.2

05 Apr 21:12
Compare
Choose a tag to compare

This version is following a complete rewrite. There is one dependency which is PopupMenuApi. That can be found here: http://dev.bukkit.org/bukkit-plugins/popupmenuapi/. The Current Commands are:

/dc create (id)
/dc remove (id)
/dc reload [id] - Not Currently implemented.

When creating it will create a default config in /displaychest/Menus/(id).yml. This config comes with some pre-generate stuff:

Title: ''
Size: 3
0:
Item_ID:
Name: ''
Amount:
Data_Value:
Sub-Text:

  • ''

Title - title of the menu
Size - number of rows in the menu
0 - this is the location of the first item
Item_ID - is the id of the item for location 0.
Name - this is the name if the item at location 0.
Amount - Set the stack amount.
Data_Value: the data value allows you to set the potion or damage on a tool, ect.
Sub-text - is a list of text that get added to the item for the info below.

Main Config:

Chests:
Chests_ID:
Click_MSG:

Chests - Do not edit!
Chests_ID - Do not edit!
Click_MSG - Message sent to user when click on item.

When you make a change to the config you do not need to reload the config or anything. It will go live right away. All the text supports color codes(&).

DisplayChest V1.0.1

04 Apr 03:50
Compare
Choose a tag to compare

This version is following a complete rewrite. There is one dependency which is PopupMenuApi. That can be found here: http://dev.bukkit.org/bukkit-plugins/popupmenuapi/. The Current Commands are:

/dc create (id)
/dc remove (id)
/dc reload [id] - Not Currently implemented.

When creating it will create a default config in /displaychest/Menus/(id).yml. This config comes with some pre-generate stuff:

Title: ''
Size: 3
0:
Item_ID:
Name: ''
Amount:
Sub-Text:

''
Title - title of the menu
Size - number of rows in the menu
0 - this is the location of the first item
Item_ID - is the id of the item for location 0.
Name - this is the name if the item at location 0.
Amount - Set the stack amount.
Sub-text - is a list of text that get added to the item for the info below.

When you make a change to the config you do not need to reload the config or anything. It will go live right away. All the text supports color codes(&).

DisplayChest V1.0

04 Apr 02:53
Compare
Choose a tag to compare

This version is a complete rewrite. There is one dependency which is PopupMenuApi. That can be found here: http://dev.bukkit.org/bukkit-plugins/popupmenuapi/. The Current Commands are:

/dc create (id)
/dc remove (id)
/dc reload [id] - Not Currently implemented.

When creating it will create a default config in /displaychest/Menus/(id).yml. This config comes with some pre-generate stuff:

Title: ''
Size: 3
0:
Item_ID:
Name: ''
Sub-Text:

  • ''

Title - title of the menu
Size: number of rows in the menu
0: this is the location of the first item
Item_ID: is the id of the item for location 0.
Name: this is the name if the item at location 0.
Sub-text: is a list of text that get added to the item for the info below.

When you make a change to the config you do not need to reload the config or anything. It will go live right away. All the text supports color codes(&).

Display Chest V0.4

29 Mar 07:35
Compare
Choose a tag to compare
Display Chest V0.4 Pre-release
Pre-release

Reload Command

Display Chest V0.3

29 Mar 04:37
Compare
Choose a tag to compare
Display Chest V0.3 Pre-release
Pre-release

Fix for the trapped chest and adding to chest.

Display Chest

29 Mar 03:51
Compare
Choose a tag to compare
Display Chest Pre-release
Pre-release

First version of chest display.