You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, other than the fact that only allowing vanilla Minecraft blocks to affect island levels is very outdated, and badly needs support.
Describe the solution you'd like.
Add support for ItemsAdder/Oraxen/Nexo's custom blocks/custom data. Every custom item is a real item with data attached to it, if you can add support for the custom data to be read in the block config, I'd be able to add 1000's of my own custom blocks opening an entirely new playing field for island leveling. Right now, the system is very old.
It also appears virtually impossible to do a system like this outside of the Skyblock core, so it would need to be done inside the Levels addon.
Thank you! Your plugin(s) drive my network, and I have a lot of love for BentoBox.
Describe alternatives you've considered.
You can't, Skyblock is a core and it is outside of my knowledge to hook another plugin into it to read island data and then add a level WITH custom block support. Skyblock is a dying gamemode.
Agreements
I have searched for and ensured there isn't already an open issue regarding this.
I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.
Other
No response
The text was updated successfully, but these errors were encountered:
For example, this is what is used for an item in a DeluxeMenus GUI:
{
'exit':
material: PAPER
model_data: 1001
slot: 49
display_name: '&aIsland Panel'
}
Similarily, this is what Oraxen/Nexo/ItemsAdder uses to define the items with, like "custom_model_data: 1001".
I am not an expert, but I believe these plugins will override automatically hook into the block config as long as you can define a custom model data number for the blocks within it. If my block config now can have;
Is your feature request related to a problem?
No, other than the fact that only allowing vanilla Minecraft blocks to affect island levels is very outdated, and badly needs support.
Describe the solution you'd like.
Add support for ItemsAdder/Oraxen/Nexo's custom blocks/custom data. Every custom item is a real item with data attached to it, if you can add support for the custom data to be read in the block config, I'd be able to add 1000's of my own custom blocks opening an entirely new playing field for island leveling. Right now, the system is very old.
It also appears virtually impossible to do a system like this outside of the Skyblock core, so it would need to be done inside the Levels addon.
Thank you! Your plugin(s) drive my network, and I have a lot of love for BentoBox.
Describe alternatives you've considered.
You can't, Skyblock is a core and it is outside of my knowledge to hook another plugin into it to read island data and then add a level WITH custom block support. Skyblock is a dying gamemode.
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: