Custom Buycraft GUI

Status
This thread has been locked.

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Hello,

I'm curious if there is a way to customize the text and GUI of the buycraft /buy command. I'm so sick of seeing the dumb book and paper I would like to customize it myself. Including the text, including the text is this a thing? If so please link a plugin.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Harry

Rustacean
Management
Feedback score
10
Posts
1,606
Reactions
876
Resources
0
There isn't a way in the actual buycraft plugin but you could use a GUI plugin such as DeluxeMenus to create this. I will be able to help out tonight if you haven't figured it out by then.
 

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,411
Reactions
7,662
Resources
0
Hello,

I'm curious if there is a way to customize the text and GUI of the buycraft /buy command. I'm so sick of seeing the dumb book and paper I would like to customize it myself. Including the text, including the text is this a thing? If so please link a plugin.
I haven't used buycraft in about 23 years, but if I recall correctly in each package there is a box that you can input an item ID into to be displayed in /buy. Don't know if you can change the actual text without changing the package name
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
There isn't a way in the actual buycraft plugin but you could use a GUI plugin such as DeluxeMenus to create this. I will be able to help out tonight if you haven't figured it out by then.
So with deluxemenu.

They can do /buy and etc it'll have the items I set in the config and when they click it it will give them a custom text?[DOUBLEPOST=1507011118][/DOUBLEPOST]
I haven't used buycraft in about 23 years, but if I recall correctly in each package there is a box that you can input an item ID into to be displayed in /buy. Don't know if you can change the actual text without changing the package name
I think you're thinking of DonationCraft cause that has that feature unfortunately I did not see that in buycraft.
 
Banned forever. Reason: Rules violations

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,411
Reactions
7,662
Resources
0
So with deluxemenu.

They can do /buy and etc it'll have the items I set in the config and when they click it it will give them a custom text?[DOUBLEPOST=1507011118][/DOUBLEPOST]
I think you're thinking of DonationCraft cause that has that feature unfortunately I did not see that in buycraft.
Oh allright, my bad. Another plugin like DeluxeMenus is probably the way to go then.
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Oh allright, my bad. Another plugin like DeluxeMenus is probably the way to go then.
All good. And I'll give it a try.

Thank you and Harry for some helpful advice.
 
Banned forever. Reason: Rules violations

Harry

Rustacean
Management
Feedback score
10
Posts
1,606
Reactions
876
Resources
0
Yes, you should be able to send text in JSON format so you will be able to add a URL to the clickevent. I think that's how buycraft works in-game right?
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Yes, you should be able to send text in JSON format so you will be able to add a URL to the clickevent. I think that's how buycraft works in-game right?
Yup. I'll have to fetch the URL and paste it into the config manually it looks like.
 
Banned forever. Reason: Rules violations

Harry

Rustacean
Management
Feedback score
10
Posts
1,606
Reactions
876
Resources
0
Yup. I'll have to fetch the URL and paste it into the config manually it looks like.
Yeah that's the only bad thing. You should also be able to add the username to the buycraft url via placeholders so they don't need to type their username on the website.
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Yeah that's the only bad thing. You should also be able to add the username to the buycraft url via placeholders so they don't need to type their username on the website.
Nothing bad about it really. Just requires me to add some more time and effort into a config but that's A play with me. I enjoy staying busy and working on configs. It's just hard researching plugins that work correctly with one another.
 
Banned forever. Reason: Rules violations

Sniper

Software Developer
Supreme
Feedback score
65
Posts
1,312
Reactions
695
Resources
0
I cou
Nothing bad about it really. Just requires me to add some more time and effort into a config but that's A play with me. I enjoy staying busy and working on configs. It's just hard researching plugins that work correctly with one another.
l could possibly make this custom for you
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
remibarna There is 100% a way to do it in BuyCraft.

https://github.com/Falkirks/BuyCraft/blob/master/resources/config.yml

(OUTDATED) config file, I believe you used to be able to edit it on the website, under each package you could chose which item ID you wanted it to appear as.
It does not look like I can edit the item ID and the buy link in there :p
I cou

l could possibly make this custom for you
I'm not really looking to pay though just advice or plugins that can help me go around this.
 
Banned forever. Reason: Rules violations

EliteGamer687

Feedback score
5
Posts
283
Reactions
50
Resources
8
There isn't a way in the actual buycraft plugin but you could use a GUI plugin such as DeluxeMenus to create this. I will be able to help out tonight if you haven't figured it out by then.
How would this work with delux menu's? As soon as you run the command /buy it will bring up buycraft's GUI.
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Banned forever. Reason: Rules violations

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
How would this work with delux menu's? As soon as you run the command /buy it will bring up buycraft's GUI.
At this point I'm sure you wouldn't need the Buycraft plugin? Correct me if I'm wrong, but I think the only real use for the plugin is to have that /buy gui, again, I may be wrong though. :)
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
At this point I'm sure you wouldn't need the Buycraft plugin? Correct me if I'm wrong, but I think the only real use for the plugin is to have that /buy gui, again, I may be wrong though. :)
Nope.

Need the plugin to hook up the store to the server to allow the commands and shit to go through unfortunately.
 
Banned forever. Reason: Rules violations

Ty

Supreme
Feedback score
28
Posts
790
Reactions
497
Resources
2
Nope.

Need the plugin to hook up the store to the server to allow the commands and shit to go through unfortunately.
Ahh, never came to thought. If someone creates you a custom plugin they can override it, not sure if other plugins can override it without changing the initial code :/
 

remibarna

Automotive Technician
Banned
Feedback score
5
Posts
4,756
Reactions
3,043
Resources
0
Ahh, never came to thought. If someone creates you a custom plugin they can override it, not sure if other plugins can override it without changing the initial code :/
I've seen some servers do it. So I know it's not rocket science or something that can't be done. Also had offers of people wanting to do it. Which they are more then welcomed too I'm just not really looking to pay since I'm on a pretty tight budget rn.
 
Banned forever. Reason: Rules violations
Status
This thread has been locked.
Top